Shades of Cosmos #FCD7D5
Tints of Cosmos #FCD7D5
RGB
CMYK
RGB Variations
Color information
#FCD7D5 (or 0xFCD7D5) is known color: Cosmos. HEX triplet: FC, D7 and D5. RGB value is (252,215,213). Sum of RGB (Red+Green+Blue) = 252+215+213=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7D5 is #03282A. Grayscale: #E1E1E1. Windows color (decimal): -206891 or 14014460. OLE color: 14014460.
HSL color Cylindrical-coordinate representation of color #FCD7D5: hue angle of 3.08º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7D5 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 213 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.01 |
| HSL | 3.08º | 0.87% | 0.91% | - |
| HSV(B) | 3.08º | 0.15% | 0.99% | - |
| XYZ | 76.46 | 74.1 | 73.22 | - |
| YUV | 225.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 213 | 0 | 0.15 | 0.15 | 0.01 | 3.08 | 0.87 | 0.91 |
| Hex | FC | D7 | D5 | 0 | F | F | 1 | 3 | 57 | 5B |
| Octal | 374 | 327 | 325 | 0 | 17 | 17 | 1 | 3 | 127 | 133 |
| Binary | 11111100 | 11010111 | 11010101 | 0 | 1111 | 1111 | 1 | 11 | 1010111 | 1011011 |
Color Harmonies of #FCD7D5
Complementary color
Monochromatic Colors of #FCD7D5
Black with #FCD7D5
Text Example
Text Example
White with #FCD7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7D5; }
p { color: rgb(252,215,213); }
H1.HeaderClassName
{
color: #FCD7D5;
}
.AnyTagClassName
{
color: #FCD7D5;
}
</style>
background-color css
<style>
a { background-color: #FCD7D5; }
a { background-color: rgb(252,215,213); }
div.DivClassName
{
background-color: #FCD7D5;
}
.BgClassName
{
background-color: #FCD7D5;
}
</style>
border-color css
<style>
span { border-color: #FCD7D5; }
span { border-color: rgb(252,215,213); }
td.TdClassName
{
border-color: #FCD7D5;
}
.TagClassName
{
border-color: #FCD7D5;
}
</style>