Shades of Cosmos #FCD0CA
Tints of Cosmos #FCD0CA
RGB
CMYK
RGB Variations
Color information
#FCD0CA (or 0xFCD0CA) is known color: Cosmos. HEX triplet: FC, D0 and CA. RGB value is (252,208,202). Sum of RGB (Red+Green+Blue) = 252+208+202=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0CA is #032F35. Grayscale: #DCDCDC. Windows color (decimal): -208694 or 13291772. OLE color: 13291772.
HSL color Cylindrical-coordinate representation of color #FCD0CA: hue angle of 7.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCD0CA is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 202 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.01 |
| HSL | 7.2º | 0.89% | 0.89% | - |
| HSV(B) | 7.2º | 0.2% | 0.99% | - |
| XYZ | 73.36 | 70.07 | 65.54 | - |
| YUV | 220.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 202 | 0 | 0.17 | 0.20 | 0.01 | 7.2 | 0.89 | 0.89 |
| Hex | FC | D0 | CA | 0 | 11 | 14 | 1 | 7 | 59 | 59 |
| Octal | 374 | 320 | 312 | 0 | 21 | 24 | 1 | 7 | 131 | 131 |
| Binary | 11111100 | 11010000 | 11001010 | 0 | 10001 | 10100 | 1 | 111 | 1011001 | 1011001 |
Color Harmonies of #FCD0CA
Complementary color
Monochromatic Colors of #FCD0CA
Black with #FCD0CA
Text Example
Text Example
White with #FCD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0CA; }
p { color: rgb(252,208,202); }
H1.HeaderClassName
{
color: #FCD0CA;
}
.AnyTagClassName
{
color: #FCD0CA;
}
</style>
background-color css
<style>
a { background-color: #FCD0CA; }
a { background-color: rgb(252,208,202); }
div.DivClassName
{
background-color: #FCD0CA;
}
.BgClassName
{
background-color: #FCD0CA;
}
</style>
border-color css
<style>
span { border-color: #FCD0CA; }
span { border-color: rgb(252,208,202); }
td.TdClassName
{
border-color: #FCD0CA;
}
.TagClassName
{
border-color: #FCD0CA;
}
</style>