Shades of Cosmos #FECFCE
Tints of Cosmos #FECFCE
RGB
CMYK
RGB Variations
Color information
#FECFCE (or 0xFECFCE) is known color: Cosmos. HEX triplet: FE, CF and CE. RGB value is (254,207,206). Sum of RGB (Red+Green+Blue) = 254+207+206=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCE is #013031. Grayscale: #DCDCDC. Windows color (decimal): -77874 or 13553662. OLE color: 13553662.
HSL color Cylindrical-coordinate representation of color #FECFCE: hue angle of 1.25º 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 #FECFCE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 206 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.00 |
| HSL | 1.25º | 0.96% | 0.9% | - |
| HSV(B) | 1.25º | 0.19% | 1% | - |
| XYZ | 74.33 | 70.15 | 68.02 | - |
| YUV | 220.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 206 | 0 | 0.19 | 0.19 | 0.00 | 1.25 | 0.96 | 0.9 |
| Hex | FE | CF | CE | 0 | 13 | 13 | 0 | 1 | 60 | 5A |
| Octal | 376 | 317 | 316 | 0 | 23 | 23 | 0 | 1 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11001110 | 0 | 10011 | 10011 | 0 | 1 | 1100000 | 1011010 |
Color Harmonies of #FECFCE
Complementary color
Monochromatic Colors of #FECFCE
Black with #FECFCE
Text Example
Text Example
White with #FECFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFCE; }
p { color: rgb(254,207,206); }
H1.HeaderClassName
{
color: #FECFCE;
}
.AnyTagClassName
{
color: #FECFCE;
}
</style>
background-color css
<style>
a { background-color: #FECFCE; }
a { background-color: rgb(254,207,206); }
div.DivClassName
{
background-color: #FECFCE;
}
.BgClassName
{
background-color: #FECFCE;
}
</style>
border-color css
<style>
span { border-color: #FECFCE; }
span { border-color: rgb(254,207,206); }
td.TdClassName
{
border-color: #FECFCE;
}
.TagClassName
{
border-color: #FECFCE;
}
</style>