Shades of Cosmos #FCCFCD
Tints of Cosmos #FCCFCD
RGB
CMYK
RGB Variations
Color information
#FCCFCD (or 0xFCCFCD) is known color: Cosmos. HEX triplet: FC, CF and CD. RGB value is (252,207,205). Sum of RGB (Red+Green+Blue) = 252+207+205=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCD is #033032. Grayscale: #DCDCDC. Windows color (decimal): -208947 or 13488124. OLE color: 13488124.
HSL color Cylindrical-coordinate representation of color #FCCFCD: hue angle of 2.55º 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 #FCCFCD is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 207 | 205 | - |
CMYK | 0 | 0.18 | 0.19 | 0.01 |
HSL | 2.55º | 0.89% | 0.9% | - |
HSV(B) | 2.55º | 0.19% | 0.99% | - |
XYZ | 73.48 | 69.73 | 67.34 | - |
YUV | 220.23 | 119.41 | 150.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 207 | 205 | 0 | 0.18 | 0.19 | 0.01 | 2.55 | 0.89 | 0.9 |
Hex | FC | CF | CD | 0 | 12 | 13 | 1 | 3 | 59 | 5A |
Octal | 374 | 317 | 315 | 0 | 22 | 23 | 1 | 3 | 131 | 132 |
Binary | 11111100 | 11001111 | 11001101 | 0 | 10010 | 10011 | 1 | 11 | 1011001 | 1011010 |
Color Harmonies of #FCCFCD
Complementary color
Monochromatic Colors of #FCCFCD
Black with #FCCFCD
Text Example
Text Example
White with #FCCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFCD; }
p { color: rgb(252,207,205); }
H1.HeaderClassName
{
color: #FCCFCD;
}
.AnyTagClassName
{
color: #FCCFCD;
}
</style>
background-color css
<style>
a { background-color: #FCCFCD; }
a { background-color: rgb(252,207,205); }
div.DivClassName
{
background-color: #FCCFCD;
}
.BgClassName
{
background-color: #FCCFCD;
}
</style>
border-color css
<style>
span { border-color: #FCCFCD; }
span { border-color: rgb(252,207,205); }
td.TdClassName
{
border-color: #FCCFCD;
}
.TagClassName
{
border-color: #FCCFCD;
}
</style>