Shades of Cosmos #FCD4CD
Tints of Cosmos #FCD4CD
RGB
CMYK
RGB Variations
Color information
#FCD4CD (or 0xFCD4CD) is known color: Cosmos. HEX triplet: FC, D4 and CD. RGB value is (252,212,205). Sum of RGB (Red+Green+Blue) = 252+212+205=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CD is #032B32. Grayscale: #DFDFDF. Windows color (decimal): -207667 or 13489404. OLE color: 13489404.
HSL color Cylindrical-coordinate representation of color #FCD4CD: hue angle of 8.94º 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 #FCD4CD is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 212 | 205 | - |
CMYK | 0 | 0.16 | 0.19 | 0.01 |
HSL | 8.94º | 0.89% | 0.9% | - |
HSV(B) | 8.94º | 0.19% | 0.99% | - |
XYZ | 74.71 | 72.19 | 67.75 | - |
YUV | 223.16 | 117.75 | 148.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 212 | 205 | 0 | 0.16 | 0.19 | 0.01 | 8.94 | 0.89 | 0.9 |
Hex | FC | D4 | CD | 0 | 10 | 13 | 1 | 9 | 59 | 5A |
Octal | 374 | 324 | 315 | 0 | 20 | 23 | 1 | 11 | 131 | 132 |
Binary | 11111100 | 11010100 | 11001101 | 0 | 10000 | 10011 | 1 | 1001 | 1011001 | 1011010 |
Color Harmonies of #FCD4CD
Complementary color
Monochromatic Colors of #FCD4CD
Black with #FCD4CD
Text Example
Text Example
White with #FCD4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4CD; }
p { color: rgb(252,212,205); }
H1.HeaderClassName
{
color: #FCD4CD;
}
.AnyTagClassName
{
color: #FCD4CD;
}
</style>
background-color css
<style>
a { background-color: #FCD4CD; }
a { background-color: rgb(252,212,205); }
div.DivClassName
{
background-color: #FCD4CD;
}
.BgClassName
{
background-color: #FCD4CD;
}
</style>
border-color css
<style>
span { border-color: #FCD4CD; }
span { border-color: rgb(252,212,205); }
td.TdClassName
{
border-color: #FCD4CD;
}
.TagClassName
{
border-color: #FCD4CD;
}
</style>