Shades of Cosmos #FCD3CE
Tints of Cosmos #FCD3CE
RGB
CMYK
RGB Variations
Color information
#FCD3CE (or 0xFCD3CE) is known color: Cosmos. HEX triplet: FC, D3 and CE. RGB value is (252,211,206). Sum of RGB (Red+Green+Blue) = 252+211+206=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3CE is #032C31. Grayscale: #DEDEDE. Windows color (decimal): -207922 or 13554684. OLE color: 13554684.
HSL color Cylindrical-coordinate representation of color #FCD3CE: hue angle of 6.52º 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 #FCD3CE is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 206 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.01 |
| HSL | 6.52º | 0.88% | 0.9% | - |
| HSV(B) | 6.52º | 0.18% | 0.99% | - |
| XYZ | 74.58 | 71.74 | 68.31 | - |
| YUV | 222.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 206 | 0 | 0.16 | 0.18 | 0.01 | 6.52 | 0.88 | 0.9 |
| Hex | FC | D3 | CE | 0 | 10 | 12 | 1 | 7 | 58 | 5A |
| Octal | 374 | 323 | 316 | 0 | 20 | 22 | 1 | 7 | 130 | 132 |
| Binary | 11111100 | 11010011 | 11001110 | 0 | 10000 | 10010 | 1 | 111 | 1011000 | 1011010 |
Color Harmonies of #FCD3CE
Complementary color
Monochromatic Colors of #FCD3CE
Black with #FCD3CE
Text Example
Text Example
White with #FCD3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3CE; }
p { color: rgb(252,211,206); }
H1.HeaderClassName
{
color: #FCD3CE;
}
.AnyTagClassName
{
color: #FCD3CE;
}
</style>
background-color css
<style>
a { background-color: #FCD3CE; }
a { background-color: rgb(252,211,206); }
div.DivClassName
{
background-color: #FCD3CE;
}
.BgClassName
{
background-color: #FCD3CE;
}
</style>
border-color css
<style>
span { border-color: #FCD3CE; }
span { border-color: rgb(252,211,206); }
td.TdClassName
{
border-color: #FCD3CE;
}
.TagClassName
{
border-color: #FCD3CE;
}
</style>