Shades of Cosmos #FCD7D1
Tints of Cosmos #FCD7D1
RGB
CMYK
RGB Variations
Color information
#FCD7D1 (or 0xFCD7D1) is known color: Cosmos. HEX triplet: FC, D7 and D1. RGB value is (252,215,209). Sum of RGB (Red+Green+Blue) = 252+215+209=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7D1 is #03282E. Grayscale: #E1E1E1. Windows color (decimal): -206895 or 13752316. OLE color: 13752316.
HSL color Cylindrical-coordinate representation of color #FCD7D1: hue angle of 8.37º 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 #FCD7D1 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 209 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.01 |
| HSL | 8.37º | 0.88% | 0.9% | - |
| HSV(B) | 8.37º | 0.17% | 0.99% | - |
| XYZ | 75.95 | 73.9 | 70.58 | - |
| YUV | 225.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 209 | 0 | 0.15 | 0.17 | 0.01 | 8.37 | 0.88 | 0.9 |
| Hex | FC | D7 | D1 | 0 | F | 11 | 1 | 8 | 58 | 5A |
| Octal | 374 | 327 | 321 | 0 | 17 | 21 | 1 | 10 | 130 | 132 |
| Binary | 11111100 | 11010111 | 11010001 | 0 | 1111 | 10001 | 1 | 1000 | 1011000 | 1011010 |
Color Harmonies of #FCD7D1
Complementary color
Monochromatic Colors of #FCD7D1
Black with #FCD7D1
Text Example
Text Example
White with #FCD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7D1; }
p { color: rgb(252,215,209); }
H1.HeaderClassName
{
color: #FCD7D1;
}
.AnyTagClassName
{
color: #FCD7D1;
}
</style>
background-color css
<style>
a { background-color: #FCD7D1; }
a { background-color: rgb(252,215,209); }
div.DivClassName
{
background-color: #FCD7D1;
}
.BgClassName
{
background-color: #FCD7D1;
}
</style>
border-color css
<style>
span { border-color: #FCD7D1; }
span { border-color: rgb(252,215,209); }
td.TdClassName
{
border-color: #FCD7D1;
}
.TagClassName
{
border-color: #FCD7D1;
}
</style>