Shades of Cosmos #FCD2CA
Tints of Cosmos #FCD2CA
RGB
CMYK
RGB Variations
Color information
#FCD2CA (or 0xFCD2CA) is known color: Cosmos. HEX triplet: FC, D2 and CA. RGB value is (252,210,202). Sum of RGB (Red+Green+Blue) = 252+210+202=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2CA is #032D35. Grayscale: #DDDDDD. Windows color (decimal): -208182 or 13292284. OLE color: 13292284.
HSL color Cylindrical-coordinate representation of color #FCD2CA: hue angle of 9.6º 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 #FCD2CA is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 202 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.01 |
| HSL | 9.6º | 0.89% | 0.89% | - |
| HSV(B) | 9.6º | 0.2% | 0.99% | - |
| XYZ | 73.85 | 71.05 | 65.7 | - |
| YUV | 221.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 202 | 0 | 0.17 | 0.20 | 0.01 | 9.6 | 0.89 | 0.89 |
| Hex | FC | D2 | CA | 0 | 11 | 14 | 1 | A | 59 | 59 |
| Octal | 374 | 322 | 312 | 0 | 21 | 24 | 1 | 12 | 131 | 131 |
| Binary | 11111100 | 11010010 | 11001010 | 0 | 10001 | 10100 | 1 | 1010 | 1011001 | 1011001 |
Color Harmonies of #FCD2CA
Complementary color
Monochromatic Colors of #FCD2CA
Black with #FCD2CA
Text Example
Text Example
White with #FCD2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2CA; }
p { color: rgb(252,210,202); }
H1.HeaderClassName
{
color: #FCD2CA;
}
.AnyTagClassName
{
color: #FCD2CA;
}
</style>
background-color css
<style>
a { background-color: #FCD2CA; }
a { background-color: rgb(252,210,202); }
div.DivClassName
{
background-color: #FCD2CA;
}
.BgClassName
{
background-color: #FCD2CA;
}
</style>
border-color css
<style>
span { border-color: #FCD2CA; }
span { border-color: rgb(252,210,202); }
td.TdClassName
{
border-color: #FCD2CA;
}
.TagClassName
{
border-color: #FCD2CA;
}
</style>