Shades of Cosmos #FECECA
Tints of Cosmos #FECECA
RGB
CMYK
RGB Variations
Color information
#FECECA (or 0xFECECA) is known color: Cosmos. HEX triplet: FE, CE and CA. RGB value is (254,206,202). Sum of RGB (Red+Green+Blue) = 254+206+202=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECECA is #013135. Grayscale: #DBDBDB. Windows color (decimal): -78134 or 13291262. OLE color: 13291262.
HSL color Cylindrical-coordinate representation of color #FECECA: hue angle of 4.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECECA is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 202 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.00 |
| HSL | 4.62º | 0.96% | 0.89% | - |
| HSV(B) | 4.62º | 0.2% | 1% | - |
| XYZ | 73.61 | 69.48 | 65.41 | - |
| YUV | 219.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 202 | 0 | 0.19 | 0.20 | 0.00 | 4.62 | 0.96 | 0.89 |
| Hex | FE | CE | CA | 0 | 13 | 14 | 0 | 5 | 60 | 59 |
| Octal | 376 | 316 | 312 | 0 | 23 | 24 | 0 | 5 | 140 | 131 |
| Binary | 11111110 | 11001110 | 11001010 | 0 | 10011 | 10100 | 0 | 101 | 1100000 | 1011001 |
Color Harmonies of #FECECA
Complementary color
Monochromatic Colors of #FECECA
Black with #FECECA
Text Example
Text Example
White with #FECECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECECA; }
p { color: rgb(254,206,202); }
H1.HeaderClassName
{
color: #FECECA;
}
.AnyTagClassName
{
color: #FECECA;
}
</style>
background-color css
<style>
a { background-color: #FECECA; }
a { background-color: rgb(254,206,202); }
div.DivClassName
{
background-color: #FECECA;
}
.BgClassName
{
background-color: #FECECA;
}
</style>
border-color css
<style>
span { border-color: #FECECA; }
span { border-color: rgb(254,206,202); }
td.TdClassName
{
border-color: #FECECA;
}
.TagClassName
{
border-color: #FECECA;
}
</style>