Shades of Cosmos #FCD1CA
Tints of Cosmos #FCD1CA
RGB
CMYK
RGB Variations
Color information
#FCD1CA (or 0xFCD1CA) is known color: Cosmos. HEX triplet: FC, D1 and CA. RGB value is (252,209,202). Sum of RGB (Red+Green+Blue) = 252+209+202=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1CA is #032E35. Grayscale: #DDDDDD. Windows color (decimal): -208438 or 13292028. OLE color: 13292028.
HSL color Cylindrical-coordinate representation of color #FCD1CA: hue angle of 8.4º 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 #FCD1CA is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 202 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.01 |
| HSL | 8.4º | 0.89% | 0.89% | - |
| HSV(B) | 8.4º | 0.2% | 0.99% | - |
| XYZ | 73.61 | 70.56 | 65.62 | - |
| YUV | 221.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 202 | 0 | 0.17 | 0.20 | 0.01 | 8.4 | 0.89 | 0.89 |
| Hex | FC | D1 | CA | 0 | 11 | 14 | 1 | 8 | 59 | 59 |
| Octal | 374 | 321 | 312 | 0 | 21 | 24 | 1 | 10 | 131 | 131 |
| Binary | 11111100 | 11010001 | 11001010 | 0 | 10001 | 10100 | 1 | 1000 | 1011001 | 1011001 |
Color Harmonies of #FCD1CA
Complementary color
Monochromatic Colors of #FCD1CA
Black with #FCD1CA
Text Example
Text Example
White with #FCD1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1CA; }
p { color: rgb(252,209,202); }
H1.HeaderClassName
{
color: #FCD1CA;
}
.AnyTagClassName
{
color: #FCD1CA;
}
</style>
background-color css
<style>
a { background-color: #FCD1CA; }
a { background-color: rgb(252,209,202); }
div.DivClassName
{
background-color: #FCD1CA;
}
.BgClassName
{
background-color: #FCD1CA;
}
</style>
border-color css
<style>
span { border-color: #FCD1CA; }
span { border-color: rgb(252,209,202); }
td.TdClassName
{
border-color: #FCD1CA;
}
.TagClassName
{
border-color: #FCD1CA;
}
</style>