Color spaces of #fafcec
RGB | 250 | 252 | 236 |
---|---|---|---|
HSL | 0.19 | 0.73 | 0.96 |
HSV | 68° | 6° | 99° |
CMYK | 0.01 | 0.00 | 0.06 0.01 |
XYZ | 89.3751 | 96.0009 | 93.1763 |
Yxy | 96.0009 | 0.3209 | 0.3446 |
Hunter Lab | 97.9800 | -8.6416 | 12.2029 |
CIE-Lab | 98.4326 | -3.3944 | 7.4179 |
#fafcec color RGB value is (250,252,236).
#fafcec hex color red value is 250, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fafcec hue: 0.19 , saturation: 0.73 and the lightness value of fafcec is 0.96.
The process color (four color CMYK) of #fafcec color hex is 0.01, 0.00, 0.06, 0.01. Web safe color of #fafcec is #ffffff. Color #fafcec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111100 | 11101100 |
Octal | 372 | 374 | 354 |
Decimal | 250 | 252 | 236 |
Hex | FA | FC | EC |
Shades of #fafcec
Tints of #fafcec
RGB Percentages of Color #fafcec
CMYK Percentages of Color #fafcec
Complementary Color
#fafcec | #eeecfc |
#fafcec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafcec Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafcec Color CSS Codes
.mybgcolor {background-color:#fafcec; } .myforecolor {color:#fafcec; } .mybordercolor {border:3px solid #fafcec; }
#fafcec Text Font Color
<p style="color:#fafcec">Text here</p>
This sample text font color is #fafcec
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.
#fafcec Background Color
<div style="background-color:#fafcec">
Div content here</div>
This div background color is #fafcec
#fafcec Border Color
<div style="border:3px solid #fafcec">
Div here</div>
This div border color is #fafcec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,252,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafcec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafcec; -webkit-box-shadow: 1px 1px 3px 2px #fafcec; box-shadow: 1px 1px 3px 2px #fafcec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,252,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafcec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafcec; -webkit-box-shadow: 1px 1px 3px 2px #fafcec; box-shadow: 1px 1px 3px 2px #fafcec;">
Div content here</div>
This div box has shadow with color #fafcec
Related Colors
Comments
No comments written yet.
Please login to write comment.