Color spaces of #fafcd8
RGB | 250 | 252 | 216 |
---|---|---|---|
HSL | 0.18 | 0.86 | 0.92 |
HSV | 63° | 14° | 99° |
CMYK | 0.01 | 0.00 | 0.14 0.01 |
XYZ | 86.6294 | 94.9027 | 78.7179 |
Yxy | 94.9027 | 0.3329 | 0.3647 |
Hunter Lab | 97.4180 | -11.7496 | 20.2838 |
CIE-Lab | 97.9946 | -6.5749 | 17.0410 |
#fafcd8 color RGB value is (250,252,216).
#fafcd8 hex color red value is 250, green value is 252 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fafcd8 hue: 0.18 , saturation: 0.86 and the lightness value of fafcd8 is 0.92.
The process color (four color CMYK) of #fafcd8 color hex is 0.01, 0.00, 0.14, 0.01. Web safe color of #fafcd8 is #ffffcc. Color #fafcd8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111100 | 11011000 |
Octal | 372 | 374 | 330 |
Decimal | 250 | 252 | 216 |
Hex | FA | FC | D8 |
Shades of #fafcd8
Tints of #fafcd8
RGB Percentages of Color #fafcd8
CMYK Percentages of Color #fafcd8
Complementary Color
#fafcd8 | #dad8fc |
#fafcd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafcd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafcd8 Color CSS Codes
.mybgcolor {background-color:#fafcd8; } .myforecolor {color:#fafcd8; } .mybordercolor {border:3px solid #fafcd8; }
#fafcd8 Text Font Color
<p style="color:#fafcd8">Text here</p>
This sample text font color is #fafcd8
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.
#fafcd8 Background Color
<div style="background-color:#fafcd8">
Div content here</div>
This div background color is #fafcd8
#fafcd8 Border Color
<div style="border:3px solid #fafcd8">
Div here</div>
This div border color is #fafcd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,252,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafcd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafcd8; -webkit-box-shadow: 1px 1px 3px 2px #fafcd8; box-shadow: 1px 1px 3px 2px #fafcd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,252,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafcd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafcd8; -webkit-box-shadow: 1px 1px 3px 2px #fafcd8; box-shadow: 1px 1px 3px 2px #fafcd8;">
Div content here</div>
This div box has shadow with color #fafcd8
Comments
No comments written yet.
Please login to write comment.