Color spaces of #fcf0fe
RGB | 252 | 240 | 254 |
---|---|---|---|
HSL | 0.81 | 0.88 | 0.97 |
HSV | 291° | 6° | 100° |
CMYK | 0.01 | 0.06 | 0.00 0.00 |
XYZ | 89.1944 | 90.1714 | 106.4697 |
Yxy | 90.1714 | 0.3120 | 0.3155 |
Hunter Lab | 94.9586 | 1.4870 | -0.0062 |
CIE-Lab | 96.0678 | 6.4682 | -5.2910 |
#fcf0fe color RGB value is (252,240,254).
#fcf0fe hex color red value is 252, green value is 240 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fcf0fe hue: 0.81 , saturation: 0.88 and the lightness value of fcf0fe is 0.97.
The process color (four color CMYK) of #fcf0fe color hex is 0.01, 0.06, 0.00, 0.00. Web safe color of #fcf0fe is #ffffff. Color #fcf0fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110000 | 11111110 |
Octal | 374 | 360 | 376 |
Decimal | 252 | 240 | 254 |
Hex | FC | F0 | FE |
Shades of #fcf0fe
Tints of #fcf0fe
RGB Percentages of Color #fcf0fe
CMYK Percentages of Color #fcf0fe
Complementary Color
#fcf0fe | #f2fef0 |
#fcf0fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf0fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf0fe Color CSS Codes
.mybgcolor {background-color:#fcf0fe; } .myforecolor {color:#fcf0fe; } .mybordercolor {border:3px solid #fcf0fe; }
#fcf0fe Text Font Color
<p style="color:#fcf0fe">Text here</p>
This sample text font color is #fcf0fe
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.
#fcf0fe Background Color
<div style="background-color:#fcf0fe">
Div content here</div>
This div background color is #fcf0fe
#fcf0fe Border Color
<div style="border:3px solid #fcf0fe">
Div here</div>
This div border color is #fcf0fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,240,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf0fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf0fe; -webkit-box-shadow: 1px 1px 3px 2px #fcf0fe; box-shadow: 1px 1px 3px 2px #fcf0fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,240,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf0fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf0fe; -webkit-box-shadow: 1px 1px 3px 2px #fcf0fe; box-shadow: 1px 1px 3px 2px #fcf0fe;">
Div content here</div>
This div box has shadow with color #fcf0fe
Related Colors
#fcf0fe Color Palettes
Comments
No comments written yet.
Please login to write comment.