Shades of Cosmos #FCD5CF
Tints of Cosmos #FCD5CF
RGB
CMYK
RGB Variations
Color information
#FCD5CF (or 0xFCD5CF) is known color: Cosmos. HEX triplet: FC, D5 and CF. RGB value is (252,213,207). Sum of RGB (Red+Green+Blue) = 252+213+207=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5CF is #032A30. Grayscale: #E0E0E0. Windows color (decimal): -207409 or 13620732. OLE color: 13620732.
HSL color Cylindrical-coordinate representation of color #FCD5CF: hue angle of 8º 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 #FCD5CF is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 213 | 207 | - |
CMYK | 0 | 0.15 | 0.18 | 0.01 |
HSL | 8º | 0.88% | 0.9% | - |
HSV(B) | 8º | 0.18% | 0.99% | - |
XYZ | 75.2 | 72.79 | 69.12 | - |
YUV | 223.98 | 118.42 | 147.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 213 | 207 | 0 | 0.15 | 0.18 | 0.01 | 8 | 0.88 | 0.9 |
Hex | FC | D5 | CF | 0 | F | 12 | 1 | 8 | 58 | 5A |
Octal | 374 | 325 | 317 | 0 | 17 | 22 | 1 | 10 | 130 | 132 |
Binary | 11111100 | 11010101 | 11001111 | 0 | 1111 | 10010 | 1 | 1000 | 1011000 | 1011010 |
Color Harmonies of #FCD5CF
Complementary color
Monochromatic Colors of #FCD5CF
Black with #FCD5CF
Text Example
Text Example
White with #FCD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5CF; }
p { color: rgb(252,213,207); }
H1.HeaderClassName
{
color: #FCD5CF;
}
.AnyTagClassName
{
color: #FCD5CF;
}
</style>
background-color css
<style>
a { background-color: #FCD5CF; }
a { background-color: rgb(252,213,207); }
div.DivClassName
{
background-color: #FCD5CF;
}
.BgClassName
{
background-color: #FCD5CF;
}
</style>
border-color css
<style>
span { border-color: #FCD5CF; }
span { border-color: rgb(252,213,207); }
td.TdClassName
{
border-color: #FCD5CF;
}
.TagClassName
{
border-color: #FCD5CF;
}
</style>