Shades of Cosmos #FED2CE
Tints of Cosmos #FED2CE
RGB
CMYK
RGB Variations
Color information
#FED2CE (or 0xFED2CE) is known color: Cosmos. HEX triplet: FE, D2 and CE. RGB value is (254,210,206). Sum of RGB (Red+Green+Blue) = 254+210+206=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2CE is #012D31. Grayscale: #DEDEDE. Windows color (decimal): -77106 or 13554430. OLE color: 13554430.
HSL color Cylindrical-coordinate representation of color #FED2CE: hue angle of 5º 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 #FED2CE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 206 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.00 |
| HSL | 5º | 0.96% | 0.9% | - |
| HSV(B) | 5º | 0.19% | 1% | - |
| XYZ | 75.06 | 71.62 | 68.26 | - |
| YUV | 222.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 206 | 0 | 0.17 | 0.19 | 0.00 | 5 | 0.96 | 0.9 |
| Hex | FE | D2 | CE | 0 | 11 | 13 | 0 | 5 | 60 | 5A |
| Octal | 376 | 322 | 316 | 0 | 21 | 23 | 0 | 5 | 140 | 132 |
| Binary | 11111110 | 11010010 | 11001110 | 0 | 10001 | 10011 | 0 | 101 | 1100000 | 1011010 |
Color Harmonies of #FED2CE
Complementary color
Monochromatic Colors of #FED2CE
Black with #FED2CE
Text Example
Text Example
White with #FED2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2CE; }
p { color: rgb(254,210,206); }
H1.HeaderClassName
{
color: #FED2CE;
}
.AnyTagClassName
{
color: #FED2CE;
}
</style>
background-color css
<style>
a { background-color: #FED2CE; }
a { background-color: rgb(254,210,206); }
div.DivClassName
{
background-color: #FED2CE;
}
.BgClassName
{
background-color: #FED2CE;
}
</style>
border-color css
<style>
span { border-color: #FED2CE; }
span { border-color: rgb(254,210,206); }
td.TdClassName
{
border-color: #FED2CE;
}
.TagClassName
{
border-color: #FED2CE;
}
</style>