Shades of Cosmos #FCD7D4
Tints of Cosmos #FCD7D4
RGB
CMYK
RGB Variations
Color information
#FCD7D4 (or 0xFCD7D4) is known color: Cosmos. HEX triplet: FC, D7 and D4. RGB value is (252,215,212). Sum of RGB (Red+Green+Blue) = 252+215+212=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7D4 is #03282B. Grayscale: #E1E1E1. Windows color (decimal): -206892 or 13948924. OLE color: 13948924.
HSL color Cylindrical-coordinate representation of color #FCD7D4: hue angle of 4.5º 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 #FCD7D4 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 212 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.01 |
| HSL | 4.5º | 0.87% | 0.91% | - |
| HSV(B) | 4.5º | 0.16% | 0.99% | - |
| XYZ | 76.33 | 74.05 | 72.56 | - |
| YUV | 225.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 212 | 0 | 0.15 | 0.16 | 0.01 | 4.5 | 0.87 | 0.91 |
| Hex | FC | D7 | D4 | 0 | F | 10 | 1 | 4 | 57 | 5B |
| Octal | 374 | 327 | 324 | 0 | 17 | 20 | 1 | 4 | 127 | 133 |
| Binary | 11111100 | 11010111 | 11010100 | 0 | 1111 | 10000 | 1 | 100 | 1010111 | 1011011 |
Color Harmonies of #FCD7D4
Complementary color
Monochromatic Colors of #FCD7D4
Black with #FCD7D4
Text Example
Text Example
White with #FCD7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7D4; }
p { color: rgb(252,215,212); }
H1.HeaderClassName
{
color: #FCD7D4;
}
.AnyTagClassName
{
color: #FCD7D4;
}
</style>
background-color css
<style>
a { background-color: #FCD7D4; }
a { background-color: rgb(252,215,212); }
div.DivClassName
{
background-color: #FCD7D4;
}
.BgClassName
{
background-color: #FCD7D4;
}
</style>
border-color css
<style>
span { border-color: #FCD7D4; }
span { border-color: rgb(252,215,212); }
td.TdClassName
{
border-color: #FCD7D4;
}
.TagClassName
{
border-color: #FCD7D4;
}
</style>