Shades of Cosmos #FED0CA
Tints of Cosmos #FED0CA
RGB
CMYK
RGB Variations
Color information
#FED0CA (or 0xFED0CA) is known color: Cosmos. HEX triplet: FE, D0 and CA. RGB value is (254,208,202). Sum of RGB (Red+Green+Blue) = 254+208+202=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0CA is #012F35. Grayscale: #DDDDDD. Windows color (decimal): -77622 or 13291774. OLE color: 13291774.
HSL color Cylindrical-coordinate representation of color #FED0CA: hue angle of 6.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED0CA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 202 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.00 |
| HSL | 6.92º | 0.96% | 0.89% | - |
| HSV(B) | 6.92º | 0.2% | 1% | - |
| XYZ | 74.09 | 70.45 | 65.57 | - |
| YUV | 221.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 202 | 0 | 0.18 | 0.20 | 0.00 | 6.92 | 0.96 | 0.89 |
| Hex | FE | D0 | CA | 0 | 12 | 14 | 0 | 7 | 60 | 59 |
| Octal | 376 | 320 | 312 | 0 | 22 | 24 | 0 | 7 | 140 | 131 |
| Binary | 11111110 | 11010000 | 11001010 | 0 | 10010 | 10100 | 0 | 111 | 1100000 | 1011001 |
Color Harmonies of #FED0CA
Complementary color
Monochromatic Colors of #FED0CA
Black with #FED0CA
Text Example
Text Example
White with #FED0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0CA; }
p { color: rgb(254,208,202); }
H1.HeaderClassName
{
color: #FED0CA;
}
.AnyTagClassName
{
color: #FED0CA;
}
</style>
background-color css
<style>
a { background-color: #FED0CA; }
a { background-color: rgb(254,208,202); }
div.DivClassName
{
background-color: #FED0CA;
}
.BgClassName
{
background-color: #FED0CA;
}
</style>
border-color css
<style>
span { border-color: #FED0CA; }
span { border-color: rgb(254,208,202); }
td.TdClassName
{
border-color: #FED0CA;
}
.TagClassName
{
border-color: #FED0CA;
}
</style>