Color spaces of #fcf2df
RGB | 252 | 242 | 223 |
---|---|---|---|
HSL | 0.11 | 0.83 | 0.93 |
HSV | 39° | 12° | 99° |
CMYK | 0.00 | 0.04 | 0.12 0.01 |
XYZ | 85.2163 | 89.5274 | 82.6012 |
Yxy | 89.5274 | 0.3311 | 0.3479 |
Hunter Lab | 94.6189 | -4.8213 | 14.4738 |
CIE-Lab | 95.8004 | 0.2324 | 10.3534 |
#fcf2df color RGB value is (252,242,223).
#fcf2df hex color red value is 252, green value is 242 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fcf2df hue: 0.11 , saturation: 0.83 and the lightness value of fcf2df is 0.93.
The process color (four color CMYK) of #fcf2df color hex is 0.00, 0.04, 0.12, 0.01. Web safe color of #fcf2df is #ffffcc. Color #fcf2df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110010 | 11011111 |
Octal | 374 | 362 | 337 |
Decimal | 252 | 242 | 223 |
Hex | FC | F2 | DF |
Shades of #fcf2df
Tints of #fcf2df
RGB Percentages of Color #fcf2df
CMYK Percentages of Color #fcf2df
Complementary Color
#fcf2df | #dfe9fc |
#fcf2df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf2df Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf2df Color CSS Codes
.mybgcolor {background-color:#fcf2df; } .myforecolor {color:#fcf2df; } .mybordercolor {border:3px solid #fcf2df; }
#fcf2df Text Font Color
<p style="color:#fcf2df">Text here</p>
This sample text font color is #fcf2df
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.
#fcf2df Background Color
<div style="background-color:#fcf2df">
Div content here</div>
This div background color is #fcf2df
#fcf2df Border Color
<div style="border:3px solid #fcf2df">
Div here</div>
This div border color is #fcf2df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,242,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf2df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf2df; -webkit-box-shadow: 1px 1px 3px 2px #fcf2df; box-shadow: 1px 1px 3px 2px #fcf2df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,242,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf2df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf2df; -webkit-box-shadow: 1px 1px 3px 2px #fcf2df; box-shadow: 1px 1px 3px 2px #fcf2df;">
Div content here</div>
This div box has shadow with color #fcf2df
Comments
No comments written yet.
Please login to write comment.