From 588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: rescue --- rescue/04/question.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rescue/04/question.txt (limited to 'rescue/04/question.txt') diff --git a/rescue/04/question.txt b/rescue/04/question.txt new file mode 100644 index 0000000..38d8f13 --- /dev/null +++ b/rescue/04/question.txt @@ -0,0 +1,7 @@ +Question: +In this assignment, you specified several hexadecimal color values. Find the +RGB and HSL color value codes for two hexadecimal colors used in this lab. + +Answer: +#F6EEE4 is equivalent to rgb(246,238,228) in RGB and hsl(33.3,50%,92.9%) in HSL. +#2A1F14 is equivalent to rgb(42,31,20) in RGB and hsl(30,35.5%,12.2%) in HSL. -- cgit 1.4.1