Shades of Cosmos #FCCCCC
Tints of Cosmos #FCCCCC
RGB
CMYK
RGB Variations
Color information
#FCCCCC (or 0xFCCCCC) is known color: Cosmos. HEX triplet: FC, CC and CC. RGB value is (252,204,204). Sum of RGB (Red+Green+Blue) = 252+204+204=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCCC is #033333. Grayscale: #DADADA. Windows color (decimal): -209716 or 13421820. OLE color: 13421820.
HSL color Cylindrical-coordinate representation of color #FCCCCC: hue angle of 0º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCCC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 204 | 204 | - |
CMYK | 0 | 0.19 | 0.19 | 0.01 |
HSL | 0º | 0.89% | 0.89% | - |
HSV(B) | 0º | 0.19% | 0.99% | - |
XYZ | 72.64 | 68.24 | 66.47 | - |
YUV | 218.35 | 119.9 | 152 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 204 | 204 | 0 | 0.19 | 0.19 | 0.01 | 0 | 0.89 | 0.89 |
Hex | FC | CC | CC | 0 | 13 | 13 | 1 | 0 | 59 | 59 |
Octal | 374 | 314 | 314 | 0 | 23 | 23 | 1 | 0 | 131 | 131 |
Binary | 11111100 | 11001100 | 11001100 | 0 | 10011 | 10011 | 1 | 0 | 1011001 | 1011001 |
Color Harmonies of #FCCCCC
Complementary color
Monochromatic Colors of #FCCCCC
Black with #FCCCCC
Text Example
Text Example
White with #FCCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCCC; }
p { color: rgb(252,204,204); }
H1.HeaderClassName
{
color: #FCCCCC;
}
.AnyTagClassName
{
color: #FCCCCC;
}
</style>
background-color css
<style>
a { background-color: #FCCCCC; }
a { background-color: rgb(252,204,204); }
div.DivClassName
{
background-color: #FCCCCC;
}
.BgClassName
{
background-color: #FCCCCC;
}
</style>
border-color css
<style>
span { border-color: #FCCCCC; }
span { border-color: rgb(252,204,204); }
td.TdClassName
{
border-color: #FCCCCC;
}
.TagClassName
{
border-color: #FCCCCC;
}
</style>