Shades of Cosmos #FCD4D1
Tints of Cosmos #FCD4D1
RGB
CMYK
RGB Variations
Color information
#FCD4D1 (or 0xFCD4D1) is known color: Cosmos. HEX triplet: FC, D4 and D1. RGB value is (252,212,209). Sum of RGB (Red+Green+Blue) = 252+212+209=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4D1 is #032B2E. Grayscale: #DFDFDF. Windows color (decimal): -207663 or 13751548. OLE color: 13751548.
HSL color Cylindrical-coordinate representation of color #FCD4D1: hue angle of 4.19º 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 #FCD4D1 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 209 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.01 |
| HSL | 4.19º | 0.88% | 0.9% | - |
| HSV(B) | 4.19º | 0.17% | 0.99% | - |
| XYZ | 75.2 | 72.39 | 70.33 | - |
| YUV | 223.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 209 | 0 | 0.16 | 0.17 | 0.01 | 4.19 | 0.88 | 0.9 |
| Hex | FC | D4 | D1 | 0 | 10 | 11 | 1 | 4 | 58 | 5A |
| Octal | 374 | 324 | 321 | 0 | 20 | 21 | 1 | 4 | 130 | 132 |
| Binary | 11111100 | 11010100 | 11010001 | 0 | 10000 | 10001 | 1 | 100 | 1011000 | 1011010 |
Color Harmonies of #FCD4D1
Complementary color
Monochromatic Colors of #FCD4D1
Black with #FCD4D1
Text Example
Text Example
White with #FCD4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4D1; }
p { color: rgb(252,212,209); }
H1.HeaderClassName
{
color: #FCD4D1;
}
.AnyTagClassName
{
color: #FCD4D1;
}
</style>
background-color css
<style>
a { background-color: #FCD4D1; }
a { background-color: rgb(252,212,209); }
div.DivClassName
{
background-color: #FCD4D1;
}
.BgClassName
{
background-color: #FCD4D1;
}
</style>
border-color css
<style>
span { border-color: #FCD4D1; }
span { border-color: rgb(252,212,209); }
td.TdClassName
{
border-color: #FCD4D1;
}
.TagClassName
{
border-color: #FCD4D1;
}
</style>