Shades of Cosmos #FCD4CE
Tints of Cosmos #FCD4CE
RGB
CMYK
RGB Variations
Color information
#FCD4CE (or 0xFCD4CE) is known color: Cosmos. HEX triplet: FC, D4 and CE. RGB value is (252,212,206). Sum of RGB (Red+Green+Blue) = 252+212+206=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CE is #032B31. Grayscale: #DFDFDF. Windows color (decimal): -207666 or 13554940. OLE color: 13554940.
HSL color Cylindrical-coordinate representation of color #FCD4CE: hue angle of 7.83º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCD4CE is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 212 | 206 | - |
CMYK | 0 | 0.16 | 0.18 | 0.01 |
HSL | 7.83º | 0.88% | 0.9% | - |
HSV(B) | 7.83º | 0.18% | 0.99% | - |
XYZ | 74.83 | 72.24 | 68.39 | - |
YUV | 223.28 | 118.25 | 148.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 212 | 206 | 0 | 0.16 | 0.18 | 0.01 | 7.83 | 0.88 | 0.9 |
Hex | FC | D4 | CE | 0 | 10 | 12 | 1 | 8 | 58 | 5A |
Octal | 374 | 324 | 316 | 0 | 20 | 22 | 1 | 10 | 130 | 132 |
Binary | 11111100 | 11010100 | 11001110 | 0 | 10000 | 10010 | 1 | 1000 | 1011000 | 1011010 |
Color Harmonies of #FCD4CE
Complementary color
Monochromatic Colors of #FCD4CE
Black with #FCD4CE
Text Example
Text Example
White with #FCD4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4CE; }
p { color: rgb(252,212,206); }
H1.HeaderClassName
{
color: #FCD4CE;
}
.AnyTagClassName
{
color: #FCD4CE;
}
</style>
background-color css
<style>
a { background-color: #FCD4CE; }
a { background-color: rgb(252,212,206); }
div.DivClassName
{
background-color: #FCD4CE;
}
.BgClassName
{
background-color: #FCD4CE;
}
</style>
border-color css
<style>
span { border-color: #FCD4CE; }
span { border-color: rgb(252,212,206); }
td.TdClassName
{
border-color: #FCD4CE;
}
.TagClassName
{
border-color: #FCD4CE;
}
</style>