Shades of Cosmos #FCD3CD
Tints of Cosmos #FCD3CD
RGB
CMYK
RGB Variations
Color information
#FCD3CD (or 0xFCD3CD) is known color: Cosmos. HEX triplet: FC, D3 and CD. RGB value is (252,211,205). Sum of RGB (Red+Green+Blue) = 252+211+205=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3CD is #032C32. Grayscale: #DEDEDE. Windows color (decimal): -207923 or 13489148. OLE color: 13489148.
HSL color Cylindrical-coordinate representation of color #FCD3CD: hue angle of 7.66º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCD3CD is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 205 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.01 |
| HSL | 7.66º | 0.89% | 0.9% | - |
| HSV(B) | 7.66º | 0.19% | 0.99% | - |
| XYZ | 74.46 | 71.69 | 67.67 | - |
| YUV | 222.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 205 | 0 | 0.16 | 0.19 | 0.01 | 7.66 | 0.89 | 0.9 |
| Hex | FC | D3 | CD | 0 | 10 | 13 | 1 | 8 | 59 | 5A |
| Octal | 374 | 323 | 315 | 0 | 20 | 23 | 1 | 10 | 131 | 132 |
| Binary | 11111100 | 11010011 | 11001101 | 0 | 10000 | 10011 | 1 | 1000 | 1011001 | 1011010 |
Color Harmonies of #FCD3CD
Complementary color
Monochromatic Colors of #FCD3CD
Black with #FCD3CD
Text Example
Text Example
White with #FCD3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3CD; }
p { color: rgb(252,211,205); }
H1.HeaderClassName
{
color: #FCD3CD;
}
.AnyTagClassName
{
color: #FCD3CD;
}
</style>
background-color css
<style>
a { background-color: #FCD3CD; }
a { background-color: rgb(252,211,205); }
div.DivClassName
{
background-color: #FCD3CD;
}
.BgClassName
{
background-color: #FCD3CD;
}
</style>
border-color css
<style>
span { border-color: #FCD3CD; }
span { border-color: rgb(252,211,205); }
td.TdClassName
{
border-color: #FCD3CD;
}
.TagClassName
{
border-color: #FCD3CD;
}
</style>