Shades of Cosmos #FED5CE
Tints of Cosmos #FED5CE
RGB
CMYK
RGB Variations
Color information
#FED5CE (or 0xFED5CE) is known color: Cosmos. HEX triplet: FE, D5 and CE. RGB value is (254,213,206). Sum of RGB (Red+Green+Blue) = 254+213+206=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5CE is #012A31. Grayscale: #E0E0E0. Windows color (decimal): -76338 or 13555198. OLE color: 13555198.
HSL color Cylindrical-coordinate representation of color #FED5CE: hue angle of 8.75º 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 #FED5CE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 206 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.00 |
| HSL | 8.75º | 0.96% | 0.9% | - |
| HSV(B) | 8.75º | 0.19% | 1% | - |
| XYZ | 75.81 | 73.12 | 68.51 | - |
| YUV | 224.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 206 | 0 | 0.16 | 0.19 | 0.00 | 8.75 | 0.96 | 0.9 |
| Hex | FE | D5 | CE | 0 | 10 | 13 | 0 | 9 | 60 | 5A |
| Octal | 376 | 325 | 316 | 0 | 20 | 23 | 0 | 11 | 140 | 132 |
| Binary | 11111110 | 11010101 | 11001110 | 0 | 10000 | 10011 | 0 | 1001 | 1100000 | 1011010 |
Color Harmonies of #FED5CE
Complementary color
Monochromatic Colors of #FED5CE
Black with #FED5CE
Text Example
Text Example
White with #FED5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5CE; }
p { color: rgb(254,213,206); }
H1.HeaderClassName
{
color: #FED5CE;
}
.AnyTagClassName
{
color: #FED5CE;
}
</style>
background-color css
<style>
a { background-color: #FED5CE; }
a { background-color: rgb(254,213,206); }
div.DivClassName
{
background-color: #FED5CE;
}
.BgClassName
{
background-color: #FED5CE;
}
</style>
border-color css
<style>
span { border-color: #FED5CE; }
span { border-color: rgb(254,213,206); }
td.TdClassName
{
border-color: #FED5CE;
}
.TagClassName
{
border-color: #FED5CE;
}
</style>