diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-12 07:28:25 +0000 |
commit | b841737047181de22e8382380df84c510c89adcf (patch) | |
tree | 894585a814376dbe8baa6b8aa631cdefd0624405 /04/question.txt | |
parent | rescue 3 (diff) | |
download | html-b841737047181de22e8382380df84c510c89adcf.tar html-b841737047181de22e8382380df84c510c89adcf.tar.gz html-b841737047181de22e8382380df84c510c89adcf.tar.bz2 html-b841737047181de22e8382380df84c510c89adcf.tar.xz html-b841737047181de22e8382380df84c510c89adcf.zip |
rescue 4
Diffstat (limited to '04/question.txt')
-rw-r--r-- | 04/question.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/04/question.txt b/04/question.txt new file mode 100644 index 0000000..38d8f13 --- /dev/null +++ b/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. |