Shades of Cosmos #FECCCC
Tints of Cosmos #FECCCC
RGB
CMYK
RGB Variations
Color information
#FECCCC (or 0xFECCCC) is known color: Cosmos. HEX triplet: FE, CC and CC. RGB value is (254,204,204). Sum of RGB (Red+Green+Blue) = 254+204+204=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCCC is #013333. Grayscale: #DBDBDB. Windows color (decimal): -78644 or 13421822. OLE color: 13421822.
HSL color Cylindrical-coordinate representation of color #FECCCC: hue angle of 0º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCCC is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 204 | - |
CMYK | 0 | 0.20 | 0.20 | 0.00 |
HSL | 0º | 0.96% | 0.9% | - |
HSV(B) | 0º | 0.2% | 1% | - |
XYZ | 73.37 | 68.62 | 66.5 | - |
YUV | 218.95 | 119.57 | 153 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 204 | 0 | 0.20 | 0.20 | 0.00 | 0 | 0.96 | 0.9 |
Hex | FE | CC | CC | 0 | 14 | 14 | 0 | 0 | 60 | 5A |
Octal | 376 | 314 | 314 | 0 | 24 | 24 | 0 | 0 | 140 | 132 |
Binary | 11111110 | 11001100 | 11001100 | 0 | 10100 | 10100 | 0 | 0 | 1100000 | 1011010 |
Color Harmonies of #FECCCC
Complementary color
Monochromatic Colors of #FECCCC
Black with #FECCCC
Text Example
Text Example
White with #FECCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCCC; }
p { color: rgb(254,204,204); }
H1.HeaderClassName
{
color: #FECCCC;
}
.AnyTagClassName
{
color: #FECCCC;
}
</style>
background-color css
<style>
a { background-color: #FECCCC; }
a { background-color: rgb(254,204,204); }
div.DivClassName
{
background-color: #FECCCC;
}
.BgClassName
{
background-color: #FECCCC;
}
</style>
border-color css
<style>
span { border-color: #FECCCC; }
span { border-color: rgb(254,204,204); }
td.TdClassName
{
border-color: #FECCCC;
}
.TagClassName
{
border-color: #FECCCC;
}
</style>