Shades of Cosmos #FED0C8
Tints of Cosmos #FED0C8
RGB
CMYK
RGB Variations
Color information
#FED0C8 (or 0xFED0C8) is known color: Cosmos. HEX triplet: FE, D0 and C8. RGB value is (254,208,200). Sum of RGB (Red+Green+Blue) = 254+208+200=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C8 is #012F37. Grayscale: #DCDCDC. Windows color (decimal): -77624 or 13160702. OLE color: 13160702.
HSL color Cylindrical-coordinate representation of color #FED0C8: hue angle of 8.89º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FED0C8 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 200 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.00 |
| HSL | 8.89º | 0.96% | 0.89% | - |
| HSV(B) | 8.89º | 0.21% | 1% | - |
| XYZ | 73.85 | 70.35 | 64.33 | - |
| YUV | 220.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 200 | 0 | 0.18 | 0.21 | 0.00 | 8.89 | 0.96 | 0.89 |
| Hex | FE | D0 | C8 | 0 | 12 | 15 | 0 | 9 | 60 | 59 |
| Octal | 376 | 320 | 310 | 0 | 22 | 25 | 0 | 11 | 140 | 131 |
| Binary | 11111110 | 11010000 | 11001000 | 0 | 10010 | 10101 | 0 | 1001 | 1100000 | 1011001 |
Color Harmonies of #FED0C8
Complementary color
Monochromatic Colors of #FED0C8
Black with #FED0C8
Text Example
Text Example
White with #FED0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0C8; }
p { color: rgb(254,208,200); }
H1.HeaderClassName
{
color: #FED0C8;
}
.AnyTagClassName
{
color: #FED0C8;
}
</style>
background-color css
<style>
a { background-color: #FED0C8; }
a { background-color: rgb(254,208,200); }
div.DivClassName
{
background-color: #FED0C8;
}
.BgClassName
{
background-color: #FED0C8;
}
</style>
border-color css
<style>
span { border-color: #FED0C8; }
span { border-color: rgb(254,208,200); }
td.TdClassName
{
border-color: #FED0C8;
}
.TagClassName
{
border-color: #FED0C8;
}
</style>