Shades of Cosmos #FCD3CB
Tints of Cosmos #FCD3CB
RGB
CMYK
RGB Variations
Color information
#FCD3CB (or 0xFCD3CB) is known color: Cosmos. HEX triplet: FC, D3 and CB. RGB value is (252,211,203). Sum of RGB (Red+Green+Blue) = 252+211+203=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3CB is #032C34. Grayscale: #DEDEDE. Windows color (decimal): -207925 or 13358076. OLE color: 13358076.
HSL color Cylindrical-coordinate representation of color #FCD3CB: hue angle of 9.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCD3CB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 203 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.01 |
| HSL | 9.8º | 0.89% | 0.89% | - |
| HSV(B) | 9.8º | 0.19% | 0.99% | - |
| XYZ | 74.22 | 71.6 | 66.41 | - |
| YUV | 222.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 203 | 0 | 0.16 | 0.19 | 0.01 | 9.8 | 0.89 | 0.89 |
| Hex | FC | D3 | CB | 0 | 10 | 13 | 1 | A | 59 | 59 |
| Octal | 374 | 323 | 313 | 0 | 20 | 23 | 1 | 12 | 131 | 131 |
| Binary | 11111100 | 11010011 | 11001011 | 0 | 10000 | 10011 | 1 | 1010 | 1011001 | 1011001 |
Color Harmonies of #FCD3CB
Complementary color
Monochromatic Colors of #FCD3CB
Black with #FCD3CB
Text Example
Text Example
White with #FCD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3CB; }
p { color: rgb(252,211,203); }
H1.HeaderClassName
{
color: #FCD3CB;
}
.AnyTagClassName
{
color: #FCD3CB;
}
</style>
background-color css
<style>
a { background-color: #FCD3CB; }
a { background-color: rgb(252,211,203); }
div.DivClassName
{
background-color: #FCD3CB;
}
.BgClassName
{
background-color: #FCD3CB;
}
</style>
border-color css
<style>
span { border-color: #FCD3CB; }
span { border-color: rgb(252,211,203); }
td.TdClassName
{
border-color: #FCD3CB;
}
.TagClassName
{
border-color: #FCD3CB;
}
</style>