Shades of Cosmos #FED1D0
Tints of Cosmos #FED1D0
RGB
CMYK
RGB Variations
Color information
#FED1D0 (or 0xFED1D0) is known color: Cosmos. HEX triplet: FE, D1 and D0. RGB value is (254,209,208). Sum of RGB (Red+Green+Blue) = 254+209+208=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1D0 is #012E2F. Grayscale: #DEDEDE. Windows color (decimal): -77360 or 13685246. OLE color: 13685246.
HSL color Cylindrical-coordinate representation of color #FED1D0: hue angle of 1.3º 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 #FED1D0 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 208 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.00 |
| HSL | 1.3º | 0.96% | 0.91% | - |
| HSV(B) | 1.3º | 0.18% | 1% | - |
| XYZ | 75.06 | 71.23 | 69.47 | - |
| YUV | 222.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 208 | 0 | 0.18 | 0.18 | 0.00 | 1.3 | 0.96 | 0.91 |
| Hex | FE | D1 | D0 | 0 | 12 | 12 | 0 | 1 | 60 | 5B |
| Octal | 376 | 321 | 320 | 0 | 22 | 22 | 0 | 1 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11010000 | 0 | 10010 | 10010 | 0 | 1 | 1100000 | 1011011 |
Color Harmonies of #FED1D0
Complementary color
Monochromatic Colors of #FED1D0
Black with #FED1D0
Text Example
Text Example
White with #FED1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1D0; }
p { color: rgb(254,209,208); }
H1.HeaderClassName
{
color: #FED1D0;
}
.AnyTagClassName
{
color: #FED1D0;
}
</style>
background-color css
<style>
a { background-color: #FED1D0; }
a { background-color: rgb(254,209,208); }
div.DivClassName
{
background-color: #FED1D0;
}
.BgClassName
{
background-color: #FED1D0;
}
</style>
border-color css
<style>
span { border-color: #FED1D0; }
span { border-color: rgb(254,209,208); }
td.TdClassName
{
border-color: #FED1D0;
}
.TagClassName
{
border-color: #FED1D0;
}
</style>