Shades of Cosmos #FCD4CF
Tints of Cosmos #FCD4CF
RGB
CMYK
RGB Variations
Color information
#FCD4CF (or 0xFCD4CF) is known color: Cosmos. HEX triplet: FC, D4 and CF. RGB value is (252,212,207). Sum of RGB (Red+Green+Blue) = 252+212+207=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CF is #032B30. Grayscale: #DFDFDF. Windows color (decimal): -207665 or 13620476. OLE color: 13620476.
HSL color Cylindrical-coordinate representation of color #FCD4CF: hue angle of 6.67º 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 #FCD4CF is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 212 | 207 | - |
CMYK | 0 | 0.16 | 0.18 | 0.01 |
HSL | 6.67º | 0.88% | 0.9% | - |
HSV(B) | 6.67º | 0.18% | 0.99% | - |
XYZ | 74.95 | 72.29 | 69.03 | - |
YUV | 223.39 | 118.75 | 148.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 212 | 207 | 0 | 0.16 | 0.18 | 0.01 | 6.67 | 0.88 | 0.9 |
Hex | FC | D4 | CF | 0 | 10 | 12 | 1 | 7 | 58 | 5A |
Octal | 374 | 324 | 317 | 0 | 20 | 22 | 1 | 7 | 130 | 132 |
Binary | 11111100 | 11010100 | 11001111 | 0 | 10000 | 10010 | 1 | 111 | 1011000 | 1011010 |
Color Harmonies of #FCD4CF
Complementary color
Monochromatic Colors of #FCD4CF
Black with #FCD4CF
Text Example
Text Example
White with #FCD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4CF; }
p { color: rgb(252,212,207); }
H1.HeaderClassName
{
color: #FCD4CF;
}
.AnyTagClassName
{
color: #FCD4CF;
}
</style>
background-color css
<style>
a { background-color: #FCD4CF; }
a { background-color: rgb(252,212,207); }
div.DivClassName
{
background-color: #FCD4CF;
}
.BgClassName
{
background-color: #FCD4CF;
}
</style>
border-color css
<style>
span { border-color: #FCD4CF; }
span { border-color: rgb(252,212,207); }
td.TdClassName
{
border-color: #FCD4CF;
}
.TagClassName
{
border-color: #FCD4CF;
}
</style>