Shades of Cosmos #FECECE
Tints of Cosmos #FECECE
RGB
CMYK
RGB Variations
Color information
#FECECE (or 0xFECECE) is known color: Cosmos. HEX triplet: FE, CE and CE. RGB value is (254,206,206). Sum of RGB (Red+Green+Blue) = 254+206+206=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FECECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECECE is #013131. Grayscale: #DCDCDC. Windows color (decimal): -78130 or 13553406. OLE color: 13553406.
HSL color Cylindrical-coordinate representation of color #FECECE: hue angle of 0º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECECE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 206 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.00 |
| HSL | 0º | 0.96% | 0.9% | - |
| HSV(B) | 0º | 0.19% | 1% | - |
| XYZ | 74.08 | 69.67 | 67.94 | - |
| YUV | 220.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 206 | 0 | 0.19 | 0.19 | 0.00 | 0 | 0.96 | 0.9 |
| Hex | FE | CE | CE | 0 | 13 | 13 | 0 | 0 | 60 | 5A |
| Octal | 376 | 316 | 316 | 0 | 23 | 23 | 0 | 0 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11001110 | 0 | 10011 | 10011 | 0 | 0 | 1100000 | 1011010 |
Color Harmonies of #FECECE
Complementary color
Monochromatic Colors of #FECECE
Black with #FECECE
Text Example
Text Example
White with #FECECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECECE; }
p { color: rgb(254,206,206); }
H1.HeaderClassName
{
color: #FECECE;
}
.AnyTagClassName
{
color: #FECECE;
}
</style>
background-color css
<style>
a { background-color: #FECECE; }
a { background-color: rgb(254,206,206); }
div.DivClassName
{
background-color: #FECECE;
}
.BgClassName
{
background-color: #FECECE;
}
</style>
border-color css
<style>
span { border-color: #FECECE; }
span { border-color: rgb(254,206,206); }
td.TdClassName
{
border-color: #FECECE;
}
.TagClassName
{
border-color: #FECECE;
}
</style>