Color spaces of #fafccd
RGB | 250 | 252 | 205 |
---|---|---|---|
HSL | 0.17 | 0.89 | 0.90 |
HSV | 63° | 19° | 99° |
CMYK | 0.01 | 0.00 | 0.19 0.01 |
XYZ | 85.2542 | 94.3526 | 71.4761 |
Yxy | 94.3526 | 0.3395 | 0.3758 |
Hunter Lab | 97.1353 | -13.3199 | 24.3667 |
CIE-Lab | 97.7739 | -8.2026 | 22.3430 |
#fafccd color RGB value is (250,252,205).
#fafccd hex color red value is 250, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fafccd hue: 0.17 , saturation: 0.89 and the lightness value of fafccd is 0.90.
The process color (four color CMYK) of #fafccd color hex is 0.01, 0.00, 0.19, 0.01. Web safe color of #fafccd is #ffffcc. Color #fafccd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111100 | 11001101 |
Octal | 372 | 374 | 315 |
Decimal | 250 | 252 | 205 |
Hex | FA | FC | CD |
Shades of #fafccd
Tints of #fafccd
RGB Percentages of Color #fafccd
CMYK Percentages of Color #fafccd
Complementary Color
#fafccd | #cfcdfc |
#fafccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafccd Color CSS Codes
.mybgcolor {background-color:#fafccd; } .myforecolor {color:#fafccd; } .mybordercolor {border:3px solid #fafccd; }
#fafccd Text Font Color
<p style="color:#fafccd">Text here</p>
This sample text font color is #fafccd
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.
#fafccd Background Color
<div style="background-color:#fafccd">
Div content here</div>
This div background color is #fafccd
#fafccd Border Color
<div style="border:3px solid #fafccd">
Div here</div>
This div border color is #fafccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,252,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafccd; -webkit-box-shadow: 1px 1px 3px 2px #fafccd; box-shadow: 1px 1px 3px 2px #fafccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,252,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafccd; -webkit-box-shadow: 1px 1px 3px 2px #fafccd; box-shadow: 1px 1px 3px 2px #fafccd;">
Div content here</div>
This div box has shadow with color #fafccd
Comments
No comments written yet.
Please login to write comment.