Shades of Cosmos #FED2D0
Tints of Cosmos #FED2D0
RGB
CMYK
RGB Variations
Color information
#FED2D0 (or 0xFED2D0) is known color: Cosmos. HEX triplet: FE, D2 and D0. RGB value is (254,210,208). Sum of RGB (Red+Green+Blue) = 254+210+208=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2D0 is #012D2F. Grayscale: #DEDEDE. Windows color (decimal): -77104 or 13685502. OLE color: 13685502.
HSL color Cylindrical-coordinate representation of color #FED2D0: hue angle of 2.61º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED2D0 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 208 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.00 |
| HSL | 2.61º | 0.96% | 0.91% | - |
| HSV(B) | 2.61º | 0.18% | 1% | - |
| XYZ | 75.3 | 71.72 | 69.55 | - |
| YUV | 222.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 208 | 0 | 0.17 | 0.18 | 0.00 | 2.61 | 0.96 | 0.91 |
| Hex | FE | D2 | D0 | 0 | 11 | 12 | 0 | 3 | 60 | 5B |
| Octal | 376 | 322 | 320 | 0 | 21 | 22 | 0 | 3 | 140 | 133 |
| Binary | 11111110 | 11010010 | 11010000 | 0 | 10001 | 10010 | 0 | 11 | 1100000 | 1011011 |
Color Harmonies of #FED2D0
Complementary color
Monochromatic Colors of #FED2D0
Black with #FED2D0
Text Example
Text Example
White with #FED2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2D0; }
p { color: rgb(254,210,208); }
H1.HeaderClassName
{
color: #FED2D0;
}
.AnyTagClassName
{
color: #FED2D0;
}
</style>
background-color css
<style>
a { background-color: #FED2D0; }
a { background-color: rgb(254,210,208); }
div.DivClassName
{
background-color: #FED2D0;
}
.BgClassName
{
background-color: #FED2D0;
}
</style>
border-color css
<style>
span { border-color: #FED2D0; }
span { border-color: rgb(254,210,208); }
td.TdClassName
{
border-color: #FED2D0;
}
.TagClassName
{
border-color: #FED2D0;
}
</style>