Shades of Cosmos #FCD8D1
Tints of Cosmos #FCD8D1
RGB
CMYK
RGB Variations
Color information
#FCD8D1 (or 0xFCD8D1) is known color: Cosmos. HEX triplet: FC, D8 and D1. RGB value is (252,216,209). Sum of RGB (Red+Green+Blue) = 252+216+209=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 209 (82.03% from 255 or 30.87% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8D1 is #03272E. Grayscale: #E2E2E2. Windows color (decimal): -206639 or 13752572. OLE color: 13752572.
HSL color Cylindrical-coordinate representation of color #FCD8D1: hue angle of 9.77º 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 #FCD8D1 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 209 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.01 |
| HSL | 9.77º | 0.88% | 0.9% | - |
| HSV(B) | 9.77º | 0.17% | 0.99% | - |
| XYZ | 76.21 | 74.41 | 70.67 | - |
| YUV | 225.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 209 | 0 | 0.14 | 0.17 | 0.01 | 9.77 | 0.88 | 0.9 |
| Hex | FC | D8 | D1 | 0 | E | 11 | 1 | A | 58 | 5A |
| Octal | 374 | 330 | 321 | 0 | 16 | 21 | 1 | 12 | 130 | 132 |
| Binary | 11111100 | 11011000 | 11010001 | 0 | 1110 | 10001 | 1 | 1010 | 1011000 | 1011010 |
Color Harmonies of #FCD8D1
Complementary color
Monochromatic Colors of #FCD8D1
Black with #FCD8D1
Text Example
Text Example
White with #FCD8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8D1; }
p { color: rgb(252,216,209); }
H1.HeaderClassName
{
color: #FCD8D1;
}
.AnyTagClassName
{
color: #FCD8D1;
}
</style>
background-color css
<style>
a { background-color: #FCD8D1; }
a { background-color: rgb(252,216,209); }
div.DivClassName
{
background-color: #FCD8D1;
}
.BgClassName
{
background-color: #FCD8D1;
}
</style>
border-color css
<style>
span { border-color: #FCD8D1; }
span { border-color: rgb(252,216,209); }
td.TdClassName
{
border-color: #FCD8D1;
}
.TagClassName
{
border-color: #FCD8D1;
}
</style>