Shades of Cosmos #FCD1CE
Tints of Cosmos #FCD1CE
RGB
CMYK
RGB Variations
Color information
#FCD1CE (or 0xFCD1CE) is known color: Cosmos. HEX triplet: FC, D1 and CE. RGB value is (252,209,206). Sum of RGB (Red+Green+Blue) = 252+209+206=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1CE is #032E31. Grayscale: #DDDDDD. Windows color (decimal): -208434 or 13554172. OLE color: 13554172.
HSL color Cylindrical-coordinate representation of color #FCD1CE: hue angle of 3.91º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCD1CE is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 206 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.01 |
| HSL | 3.91º | 0.88% | 0.9% | - |
| HSV(B) | 3.91º | 0.18% | 0.99% | - |
| XYZ | 74.09 | 70.75 | 68.14 | - |
| YUV | 221.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 206 | 0 | 0.17 | 0.18 | 0.01 | 3.91 | 0.88 | 0.9 |
| Hex | FC | D1 | CE | 0 | 11 | 12 | 1 | 4 | 58 | 5A |
| Octal | 374 | 321 | 316 | 0 | 21 | 22 | 1 | 4 | 130 | 132 |
| Binary | 11111100 | 11010001 | 11001110 | 0 | 10001 | 10010 | 1 | 100 | 1011000 | 1011010 |
Color Harmonies of #FCD1CE
Complementary color
Monochromatic Colors of #FCD1CE
Black with #FCD1CE
Text Example
Text Example
White with #FCD1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1CE; }
p { color: rgb(252,209,206); }
H1.HeaderClassName
{
color: #FCD1CE;
}
.AnyTagClassName
{
color: #FCD1CE;
}
</style>
background-color css
<style>
a { background-color: #FCD1CE; }
a { background-color: rgb(252,209,206); }
div.DivClassName
{
background-color: #FCD1CE;
}
.BgClassName
{
background-color: #FCD1CE;
}
</style>
border-color css
<style>
span { border-color: #FCD1CE; }
span { border-color: rgb(252,209,206); }
td.TdClassName
{
border-color: #FCD1CE;
}
.TagClassName
{
border-color: #FCD1CE;
}
</style>