Shades of Cosmos #FED5D2
Tints of Cosmos #FED5D2
RGB
CMYK
RGB Variations
Color information
#FED5D2 (or 0xFED5D2) is known color: Cosmos. HEX triplet: FE, D5 and D2. RGB value is (254,213,210). Sum of RGB (Red+Green+Blue) = 254+213+210=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5D2 is #012A2D. Grayscale: #E0E0E0. Windows color (decimal): -76334 or 13817342. OLE color: 13817342.
HSL color Cylindrical-coordinate representation of color #FED5D2: hue angle of 4.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED5D2 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 210 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.00 |
| HSL | 4.09º | 0.96% | 0.91% | - |
| HSV(B) | 4.09º | 0.17% | 1% | - |
| XYZ | 76.3 | 73.31 | 71.1 | - |
| YUV | 224.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 210 | 0 | 0.16 | 0.17 | 0.00 | 4.09 | 0.96 | 0.91 |
| Hex | FE | D5 | D2 | 0 | 10 | 11 | 0 | 4 | 60 | 5B |
| Octal | 376 | 325 | 322 | 0 | 20 | 21 | 0 | 4 | 140 | 133 |
| Binary | 11111110 | 11010101 | 11010010 | 0 | 10000 | 10001 | 0 | 100 | 1100000 | 1011011 |
Color Harmonies of #FED5D2
Complementary color
Monochromatic Colors of #FED5D2
Black with #FED5D2
Text Example
Text Example
White with #FED5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5D2; }
p { color: rgb(254,213,210); }
H1.HeaderClassName
{
color: #FED5D2;
}
.AnyTagClassName
{
color: #FED5D2;
}
</style>
background-color css
<style>
a { background-color: #FED5D2; }
a { background-color: rgb(254,213,210); }
div.DivClassName
{
background-color: #FED5D2;
}
.BgClassName
{
background-color: #FED5D2;
}
</style>
border-color css
<style>
span { border-color: #FED5D2; }
span { border-color: rgb(254,213,210); }
td.TdClassName
{
border-color: #FED5D2;
}
.TagClassName
{
border-color: #FED5D2;
}
</style>