Color spaces of #f2decc
RGB | 242 | 222 | 204 |
---|---|---|---|
HSL | 0.08 | 0.59 | 0.87 |
HSV | 28° | 16° | 95° |
CMYK | 0.00 | 0.08 | 0.16 0.05 |
XYZ | 73.6383 | 75.4794 | 67.8146 |
Yxy | 75.4794 | 0.3395 | 0.3479 |
Hunter Lab | 86.8789 | -0.7419 | 14.5355 |
CIE-Lab | 89.6171 | 3.9786 | 11.2998 |
#f2decc color RGB value is (242,222,204).
#f2decc hex color red value is 242, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f2decc hue: 0.08 , saturation: 0.59 and the lightness value of f2decc is 0.87.
The process color (four color CMYK) of #f2decc color hex is 0.00, 0.08, 0.16, 0.05. Web safe color of #f2decc is #ffcccc. Color #f2decc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 11011110 | 11001100 |
Octal | 362 | 336 | 314 |
Decimal | 242 | 222 | 204 |
Hex | F2 | DE | CC |
Shades of #f2decc
Tints of #f2decc
RGB Percentages of Color #f2decc
CMYK Percentages of Color #f2decc
Complementary Color
#f2decc | #cce0f2 |
#f2decc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2decc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2decc Color CSS Codes
.mybgcolor {background-color:#f2decc; } .myforecolor {color:#f2decc; } .mybordercolor {border:3px solid #f2decc; }
#f2decc Text Font Color
<p style="color:#f2decc">Text here</p>
This sample text font color is #f2decc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f2decc Background Color
<div style="background-color:#f2decc">
Div content here</div>
This div background color is #f2decc
#f2decc Border Color
<div style="border:3px solid #f2decc">
Div here</div>
This div border color is #f2decc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,222,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2decc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2decc; -webkit-box-shadow: 1px 1px 3px 2px #f2decc; box-shadow: 1px 1px 3px 2px #f2decc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,222,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2decc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2decc; -webkit-box-shadow: 1px 1px 3px 2px #f2decc; box-shadow: 1px 1px 3px 2px #f2decc;">
Div content here</div>
This div box has shadow with color #f2decc
Comments
No comments written yet.
Please login to write comment.