Shades of Cosmos #FCD6CF
Tints of Cosmos #FCD6CF
RGB
CMYK
RGB Variations
Color information
#FCD6CF (or 0xFCD6CF) is known color: Cosmos. HEX triplet: FC, D6 and CF. RGB value is (252,214,207). Sum of RGB (Red+Green+Blue) = 252+214+207=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6CF is #032930. Grayscale: #E0E0E0. Windows color (decimal): -207153 or 13620988. OLE color: 13620988.
HSL color Cylindrical-coordinate representation of color #FCD6CF: hue angle of 9.33º 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 #FCD6CF is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 207 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.01 |
| HSL | 9.33º | 0.88% | 0.9% | - |
| HSV(B) | 9.33º | 0.18% | 0.99% | - |
| XYZ | 75.45 | 73.29 | 69.2 | - |
| YUV | 224.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 207 | 0 | 0.15 | 0.18 | 0.01 | 9.33 | 0.88 | 0.9 |
| Hex | FC | D6 | CF | 0 | F | 12 | 1 | 9 | 58 | 5A |
| Octal | 374 | 326 | 317 | 0 | 17 | 22 | 1 | 11 | 130 | 132 |
| Binary | 11111100 | 11010110 | 11001111 | 0 | 1111 | 10010 | 1 | 1001 | 1011000 | 1011010 |
Color Harmonies of #FCD6CF
Complementary color
Monochromatic Colors of #FCD6CF
Black with #FCD6CF
Text Example
Text Example
White with #FCD6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6CF; }
p { color: rgb(252,214,207); }
H1.HeaderClassName
{
color: #FCD6CF;
}
.AnyTagClassName
{
color: #FCD6CF;
}
</style>
background-color css
<style>
a { background-color: #FCD6CF; }
a { background-color: rgb(252,214,207); }
div.DivClassName
{
background-color: #FCD6CF;
}
.BgClassName
{
background-color: #FCD6CF;
}
</style>
border-color css
<style>
span { border-color: #FCD6CF; }
span { border-color: rgb(252,214,207); }
td.TdClassName
{
border-color: #FCD6CF;
}
.TagClassName
{
border-color: #FCD6CF;
}
</style>