Shades of Cosmos #FCD5CD
Tints of Cosmos #FCD5CD
RGB
CMYK
RGB Variations
Color information
#FCD5CD (or 0xFCD5CD) is known color: Cosmos. HEX triplet: FC, D5 and CD. RGB value is (252,213,205). Sum of RGB (Red+Green+Blue) = 252+213+205=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5CD is #032A32. Grayscale: #DFDFDF. Windows color (decimal): -207411 or 13489660. OLE color: 13489660.
HSL color Cylindrical-coordinate representation of color #FCD5CD: hue angle of 10.21º 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 #FCD5CD is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 213 | 205 | - |
CMYK | 0 | 0.15 | 0.19 | 0.01 |
HSL | 10.21º | 0.89% | 0.9% | - |
HSV(B) | 10.21º | 0.19% | 0.99% | - |
XYZ | 74.96 | 72.69 | 67.84 | - |
YUV | 223.75 | 117.42 | 148.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 213 | 205 | 0 | 0.15 | 0.19 | 0.01 | 10.21 | 0.89 | 0.9 |
Hex | FC | D5 | CD | 0 | F | 13 | 1 | A | 59 | 5A |
Octal | 374 | 325 | 315 | 0 | 17 | 23 | 1 | 12 | 131 | 132 |
Binary | 11111100 | 11010101 | 11001101 | 0 | 1111 | 10011 | 1 | 1010 | 1011001 | 1011010 |
Color Harmonies of #FCD5CD
Complementary color
Monochromatic Colors of #FCD5CD
Black with #FCD5CD
Text Example
Text Example
White with #FCD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5CD; }
p { color: rgb(252,213,205); }
H1.HeaderClassName
{
color: #FCD5CD;
}
.AnyTagClassName
{
color: #FCD5CD;
}
</style>
background-color css
<style>
a { background-color: #FCD5CD; }
a { background-color: rgb(252,213,205); }
div.DivClassName
{
background-color: #FCD5CD;
}
.BgClassName
{
background-color: #FCD5CD;
}
</style>
border-color css
<style>
span { border-color: #FCD5CD; }
span { border-color: rgb(252,213,205); }
td.TdClassName
{
border-color: #FCD5CD;
}
.TagClassName
{
border-color: #FCD5CD;
}
</style>