Shades of Cosmos #FED8D5
Tints of Cosmos #FED8D5
RGB
CMYK
RGB Variations
Color information
#FED8D5 (or 0xFED8D5) is known color: Cosmos. HEX triplet: FE, D8 and D5. RGB value is (254,216,213). Sum of RGB (Red+Green+Blue) = 254+216+213=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8D5 is #01272A. Grayscale: #E3E3E3. Windows color (decimal): -75563 or 14014718. OLE color: 14014718.
HSL color Cylindrical-coordinate representation of color #FED8D5: hue angle of 4.39º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED8D5 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 216 | 213 | - |
CMYK | 0 | 0.15 | 0.16 | 0.00 |
HSL | 4.39º | 0.95% | 0.92% | - |
HSV(B) | 4.39º | 0.16% | 1% | - |
XYZ | 77.44 | 74.99 | 73.34 | - |
YUV | 227.02 | 120.09 | 147.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 216 | 213 | 0 | 0.15 | 0.16 | 0.00 | 4.39 | 0.95 | 0.92 |
Hex | FE | D8 | D5 | 0 | F | 10 | 0 | 4 | 5F | 5C |
Octal | 376 | 330 | 325 | 0 | 17 | 20 | 0 | 4 | 137 | 134 |
Binary | 11111110 | 11011000 | 11010101 | 0 | 1111 | 10000 | 0 | 100 | 1011111 | 1011100 |
Color Harmonies of #FED8D5
Complementary color
Monochromatic Colors of #FED8D5
Black with #FED8D5
Text Example
Text Example
White with #FED8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8D5; }
p { color: rgb(254,216,213); }
H1.HeaderClassName
{
color: #FED8D5;
}
.AnyTagClassName
{
color: #FED8D5;
}
</style>
background-color css
<style>
a { background-color: #FED8D5; }
a { background-color: rgb(254,216,213); }
div.DivClassName
{
background-color: #FED8D5;
}
.BgClassName
{
background-color: #FED8D5;
}
</style>
border-color css
<style>
span { border-color: #FED8D5; }
span { border-color: rgb(254,216,213); }
td.TdClassName
{
border-color: #FED8D5;
}
.TagClassName
{
border-color: #FED8D5;
}
</style>