Shades of Cosmos #FCD8D4
Tints of Cosmos #FCD8D4
RGB
CMYK
RGB Variations
Color information
#FCD8D4 (or 0xFCD8D4) is known color: Cosmos. HEX triplet: FC, D8 and D4. RGB value is (252,216,212). Sum of RGB (Red+Green+Blue) = 252+216+212=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8D4 is #03272B. Grayscale: #E2E2E2. Windows color (decimal): -206636 or 13949180. OLE color: 13949180.
HSL color Cylindrical-coordinate representation of color #FCD8D4: hue angle of 6º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD8D4 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 212 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.01 |
| HSL | 6º | 0.87% | 0.91% | - |
| HSV(B) | 6º | 0.16% | 0.99% | - |
| XYZ | 76.58 | 74.56 | 72.64 | - |
| YUV | 226.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 212 | 0 | 0.14 | 0.16 | 0.01 | 6 | 0.87 | 0.91 |
| Hex | FC | D8 | D4 | 0 | E | 10 | 1 | 6 | 57 | 5B |
| Octal | 374 | 330 | 324 | 0 | 16 | 20 | 1 | 6 | 127 | 133 |
| Binary | 11111100 | 11011000 | 11010100 | 0 | 1110 | 10000 | 1 | 110 | 1010111 | 1011011 |
Color Harmonies of #FCD8D4
Complementary color
Monochromatic Colors of #FCD8D4
Black with #FCD8D4
Text Example
Text Example
White with #FCD8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8D4; }
p { color: rgb(252,216,212); }
H1.HeaderClassName
{
color: #FCD8D4;
}
.AnyTagClassName
{
color: #FCD8D4;
}
</style>
background-color css
<style>
a { background-color: #FCD8D4; }
a { background-color: rgb(252,216,212); }
div.DivClassName
{
background-color: #FCD8D4;
}
.BgClassName
{
background-color: #FCD8D4;
}
</style>
border-color css
<style>
span { border-color: #FCD8D4; }
span { border-color: rgb(252,216,212); }
td.TdClassName
{
border-color: #FCD8D4;
}
.TagClassName
{
border-color: #FCD8D4;
}
</style>