Shades of Cosmos #FCD3D1
Tints of Cosmos #FCD3D1
RGB
CMYK
RGB Variations
Color information
#FCD3D1 (or 0xFCD3D1) is known color: Cosmos. HEX triplet: FC, D3 and D1. RGB value is (252,211,209). Sum of RGB (Red+Green+Blue) = 252+211+209=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3D1 is #032C2E. Grayscale: #DFDFDF. Windows color (decimal): -207919 or 13751292. OLE color: 13751292.
HSL color Cylindrical-coordinate representation of color #FCD3D1: hue angle of 2.79º 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 #FCD3D1 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 209 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.01 |
| HSL | 2.79º | 0.88% | 0.9% | - |
| HSV(B) | 2.79º | 0.17% | 0.99% | - |
| XYZ | 74.95 | 71.89 | 70.25 | - |
| YUV | 223.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 209 | 0 | 0.16 | 0.17 | 0.01 | 2.79 | 0.88 | 0.9 |
| Hex | FC | D3 | D1 | 0 | 10 | 11 | 1 | 3 | 58 | 5A |
| Octal | 374 | 323 | 321 | 0 | 20 | 21 | 1 | 3 | 130 | 132 |
| Binary | 11111100 | 11010011 | 11010001 | 0 | 10000 | 10001 | 1 | 11 | 1011000 | 1011010 |
Color Harmonies of #FCD3D1
Complementary color
Monochromatic Colors of #FCD3D1
Black with #FCD3D1
Text Example
Text Example
White with #FCD3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3D1; }
p { color: rgb(252,211,209); }
H1.HeaderClassName
{
color: #FCD3D1;
}
.AnyTagClassName
{
color: #FCD3D1;
}
</style>
background-color css
<style>
a { background-color: #FCD3D1; }
a { background-color: rgb(252,211,209); }
div.DivClassName
{
background-color: #FCD3D1;
}
.BgClassName
{
background-color: #FCD3D1;
}
</style>
border-color css
<style>
span { border-color: #FCD3D1; }
span { border-color: rgb(252,211,209); }
td.TdClassName
{
border-color: #FCD3D1;
}
.TagClassName
{
border-color: #FCD3D1;
}
</style>