Color spaces of #fafdce
RGB | 250 | 253 | 206 |
---|---|---|---|
HSL | 0.18 | 0.92 | 0.90 |
HSV | 64° | 19° | 99° |
CMYK | 0.01 | 0.00 | 0.19 0.01 |
XYZ | 85.6902 | 95.0308 | 72.2189 |
Yxy | 95.0308 | 0.3388 | 0.3757 |
Hunter Lab | 97.4837 | -13.6914 | 24.3148 |
CIE-Lab | 98.0458 | -8.5542 | 22.2118 |
#fafdce color RGB value is (250,253,206).
#fafdce hex color red value is 250, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fafdce hue: 0.18 , saturation: 0.92 and the lightness value of fafdce is 0.90.
The process color (four color CMYK) of #fafdce color hex is 0.01, 0.00, 0.19, 0.01. Web safe color of #fafdce is #ffffcc. Color #fafdce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111101 | 11001110 |
Octal | 372 | 375 | 316 |
Decimal | 250 | 253 | 206 |
Hex | FA | FD | CE |
Shades of #fafdce
Tints of #fafdce
RGB Percentages of Color #fafdce
CMYK Percentages of Color #fafdce
Complementary Color
#fafdce | #d1cefd |
#fafdce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafdce Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafdce Color CSS Codes
.mybgcolor {background-color:#fafdce; } .myforecolor {color:#fafdce; } .mybordercolor {border:3px solid #fafdce; }
#fafdce Text Font Color
<p style="color:#fafdce">Text here</p>
This sample text font color is #fafdce
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.
#fafdce Background Color
<div style="background-color:#fafdce">
Div content here</div>
This div background color is #fafdce
#fafdce Border Color
<div style="border:3px solid #fafdce">
Div here</div>
This div border color is #fafdce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,253,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafdce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafdce; -webkit-box-shadow: 1px 1px 3px 2px #fafdce; box-shadow: 1px 1px 3px 2px #fafdce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,253,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafdce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafdce; -webkit-box-shadow: 1px 1px 3px 2px #fafdce; box-shadow: 1px 1px 3px 2px #fafdce;">
Div content here</div>
This div box has shadow with color #fafdce
Comments
No comments written yet.
Please login to write comment.