Shades of Cosmos #FCD6D1
Tints of Cosmos #FCD6D1
RGB
CMYK
RGB Variations
Color information
#FCD6D1 (or 0xFCD6D1) is known color: Cosmos. HEX triplet: FC, D6 and D1. RGB value is (252,214,209). Sum of RGB (Red+Green+Blue) = 252+214+209=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6D1 is #03292E. Grayscale: #E0E0E0. Windows color (decimal): -207151 or 13752060. OLE color: 13752060.
HSL color Cylindrical-coordinate representation of color #FCD6D1: hue angle of 6.98º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD6D1 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 209 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.01 |
| HSL | 6.98º | 0.88% | 0.9% | - |
| HSV(B) | 6.98º | 0.17% | 0.99% | - |
| XYZ | 75.7 | 73.39 | 70.5 | - |
| YUV | 224.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 209 | 0 | 0.15 | 0.17 | 0.01 | 6.98 | 0.88 | 0.9 |
| Hex | FC | D6 | D1 | 0 | F | 11 | 1 | 7 | 58 | 5A |
| Octal | 374 | 326 | 321 | 0 | 17 | 21 | 1 | 7 | 130 | 132 |
| Binary | 11111100 | 11010110 | 11010001 | 0 | 1111 | 10001 | 1 | 111 | 1011000 | 1011010 |
Color Harmonies of #FCD6D1
Complementary color
Monochromatic Colors of #FCD6D1
Black with #FCD6D1
Text Example
Text Example
White with #FCD6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6D1; }
p { color: rgb(252,214,209); }
H1.HeaderClassName
{
color: #FCD6D1;
}
.AnyTagClassName
{
color: #FCD6D1;
}
</style>
background-color css
<style>
a { background-color: #FCD6D1; }
a { background-color: rgb(252,214,209); }
div.DivClassName
{
background-color: #FCD6D1;
}
.BgClassName
{
background-color: #FCD6D1;
}
</style>
border-color css
<style>
span { border-color: #FCD6D1; }
span { border-color: rgb(252,214,209); }
td.TdClassName
{
border-color: #FCD6D1;
}
.TagClassName
{
border-color: #FCD6D1;
}
</style>