Shades of Cosmos #FED2CA
Tints of Cosmos #FED2CA
RGB
CMYK
RGB Variations
Color information
#FED2CA (or 0xFED2CA) is known color: Cosmos. HEX triplet: FE, D2 and CA. RGB value is (254,210,202). Sum of RGB (Red+Green+Blue) = 254+210+202=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2CA is #012D35. Grayscale: #DEDEDE. Windows color (decimal): -77110 or 13292286. OLE color: 13292286.
HSL color Cylindrical-coordinate representation of color #FED2CA: hue angle of 9.23º 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 #FED2CA is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 202 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.00 |
| HSL | 9.23º | 0.96% | 0.89% | - |
| HSV(B) | 9.23º | 0.2% | 1% | - |
| XYZ | 74.58 | 71.43 | 65.73 | - |
| YUV | 222.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 202 | 0 | 0.17 | 0.20 | 0.00 | 9.23 | 0.96 | 0.89 |
| Hex | FE | D2 | CA | 0 | 11 | 14 | 0 | 9 | 60 | 59 |
| Octal | 376 | 322 | 312 | 0 | 21 | 24 | 0 | 11 | 140 | 131 |
| Binary | 11111110 | 11010010 | 11001010 | 0 | 10001 | 10100 | 0 | 1001 | 1100000 | 1011001 |
Color Harmonies of #FED2CA
Complementary color
Monochromatic Colors of #FED2CA
Black with #FED2CA
Text Example
Text Example
White with #FED2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2CA; }
p { color: rgb(254,210,202); }
H1.HeaderClassName
{
color: #FED2CA;
}
.AnyTagClassName
{
color: #FED2CA;
}
</style>
background-color css
<style>
a { background-color: #FED2CA; }
a { background-color: rgb(254,210,202); }
div.DivClassName
{
background-color: #FED2CA;
}
.BgClassName
{
background-color: #FED2CA;
}
</style>
border-color css
<style>
span { border-color: #FED2CA; }
span { border-color: rgb(254,210,202); }
td.TdClassName
{
border-color: #FED2CA;
}
.TagClassName
{
border-color: #FED2CA;
}
</style>