Shades of Cosmos #FED4CE
Tints of Cosmos #FED4CE
RGB
CMYK
RGB Variations
Color information
#FED4CE (or 0xFED4CE) is known color: Cosmos. HEX triplet: FE, D4 and CE. RGB value is (254,212,206). Sum of RGB (Red+Green+Blue) = 254+212+206=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CE is #012B31. Grayscale: #DFDFDF. Windows color (decimal): -76594 or 13554942. OLE color: 13554942.
HSL color Cylindrical-coordinate representation of color #FED4CE: hue angle of 7.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 #FED4CE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 206 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.00 |
| HSL | 7.5º | 0.96% | 0.9% | - |
| HSV(B) | 7.5º | 0.19% | 1% | - |
| XYZ | 75.56 | 72.61 | 68.43 | - |
| YUV | 223.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 206 | 0 | 0.17 | 0.19 | 0.00 | 7.5 | 0.96 | 0.9 |
| Hex | FE | D4 | CE | 0 | 11 | 13 | 0 | 8 | 60 | 5A |
| Octal | 376 | 324 | 316 | 0 | 21 | 23 | 0 | 10 | 140 | 132 |
| Binary | 11111110 | 11010100 | 11001110 | 0 | 10001 | 10011 | 0 | 1000 | 1100000 | 1011010 |
Color Harmonies of #FED4CE
Complementary color
Monochromatic Colors of #FED4CE
Black with #FED4CE
Text Example
Text Example
White with #FED4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4CE; }
p { color: rgb(254,212,206); }
H1.HeaderClassName
{
color: #FED4CE;
}
.AnyTagClassName
{
color: #FED4CE;
}
</style>
background-color css
<style>
a { background-color: #FED4CE; }
a { background-color: rgb(254,212,206); }
div.DivClassName
{
background-color: #FED4CE;
}
.BgClassName
{
background-color: #FED4CE;
}
</style>
border-color css
<style>
span { border-color: #FED4CE; }
span { border-color: rgb(254,212,206); }
td.TdClassName
{
border-color: #FED4CE;
}
.TagClassName
{
border-color: #FED4CE;
}
</style>