Shades of Cosmos #FCD2CF
Tints of Cosmos #FCD2CF
RGB
CMYK
RGB Variations
Color information
#FCD2CF (or 0xFCD2CF) is known color: Cosmos. HEX triplet: FC, D2 and CF. RGB value is (252,210,207). Sum of RGB (Red+Green+Blue) = 252+210+207=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2CF is #032D30. Grayscale: #DEDEDE. Windows color (decimal): -208177 or 13619964. OLE color: 13619964.
HSL color Cylindrical-coordinate representation of color #FCD2CF: hue angle of 4º 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 #FCD2CF is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 207 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.01 |
| HSL | 4º | 0.88% | 0.9% | - |
| HSV(B) | 4º | 0.18% | 0.99% | - |
| XYZ | 74.45 | 71.29 | 68.87 | - |
| YUV | 222.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 207 | 0 | 0.17 | 0.18 | 0.01 | 4 | 0.88 | 0.9 |
| Hex | FC | D2 | CF | 0 | 11 | 12 | 1 | 4 | 58 | 5A |
| Octal | 374 | 322 | 317 | 0 | 21 | 22 | 1 | 4 | 130 | 132 |
| Binary | 11111100 | 11010010 | 11001111 | 0 | 10001 | 10010 | 1 | 100 | 1011000 | 1011010 |
Color Harmonies of #FCD2CF
Complementary color
Monochromatic Colors of #FCD2CF
Black with #FCD2CF
Text Example
Text Example
White with #FCD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2CF; }
p { color: rgb(252,210,207); }
H1.HeaderClassName
{
color: #FCD2CF;
}
.AnyTagClassName
{
color: #FCD2CF;
}
</style>
background-color css
<style>
a { background-color: #FCD2CF; }
a { background-color: rgb(252,210,207); }
div.DivClassName
{
background-color: #FCD2CF;
}
.BgClassName
{
background-color: #FCD2CF;
}
</style>
border-color css
<style>
span { border-color: #FCD2CF; }
span { border-color: rgb(252,210,207); }
td.TdClassName
{
border-color: #FCD2CF;
}
.TagClassName
{
border-color: #FCD2CF;
}
</style>