Shades of Cosmos #FCD0D0
Tints of Cosmos #FCD0D0
RGB
CMYK
RGB Variations
Color information
#FCD0D0 (or 0xFCD0D0) is known color: Cosmos. HEX triplet: FC, D0 and D0. RGB value is (252,208,208). Sum of RGB (Red+Green+Blue) = 252+208+208=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0D0 is #032F2F. Grayscale: #DDDDDD. Windows color (decimal): -208688 or 13684988. OLE color: 13684988.
HSL color Cylindrical-coordinate representation of color #FCD0D0: hue angle of 0º 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 #FCD0D0 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 208 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.01 |
| HSL | 0º | 0.88% | 0.9% | - |
| HSV(B) | 0º | 0.17% | 0.99% | - |
| XYZ | 74.09 | 70.36 | 69.35 | - |
| YUV | 221.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 208 | 0 | 0.17 | 0.17 | 0.01 | 0 | 0.88 | 0.9 |
| Hex | FC | D0 | D0 | 0 | 11 | 11 | 1 | 0 | 58 | 5A |
| Octal | 374 | 320 | 320 | 0 | 21 | 21 | 1 | 0 | 130 | 132 |
| Binary | 11111100 | 11010000 | 11010000 | 0 | 10001 | 10001 | 1 | 0 | 1011000 | 1011010 |
Color Harmonies of #FCD0D0
Complementary color
Monochromatic Colors of #FCD0D0
Black with #FCD0D0
Text Example
Text Example
White with #FCD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0D0; }
p { color: rgb(252,208,208); }
H1.HeaderClassName
{
color: #FCD0D0;
}
.AnyTagClassName
{
color: #FCD0D0;
}
</style>
background-color css
<style>
a { background-color: #FCD0D0; }
a { background-color: rgb(252,208,208); }
div.DivClassName
{
background-color: #FCD0D0;
}
.BgClassName
{
background-color: #FCD0D0;
}
</style>
border-color css
<style>
span { border-color: #FCD0D0; }
span { border-color: rgb(252,208,208); }
td.TdClassName
{
border-color: #FCD0D0;
}
.TagClassName
{
border-color: #FCD0D0;
}
</style>