Shades of Cosmos #FED6D5
Tints of Cosmos #FED6D5
RGB
CMYK
RGB Variations
Color information
#FED6D5 (or 0xFED6D5) is known color: Cosmos. HEX triplet: FE, D6 and D5. RGB value is (254,214,213). Sum of RGB (Red+Green+Blue) = 254+214+213=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6D5 is #01292A. Grayscale: #E1E1E1. Windows color (decimal): -76075 or 14014206. OLE color: 14014206.
HSL color Cylindrical-coordinate representation of color #FED6D5: hue angle of 1.46º 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 #FED6D5 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 213 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.00 |
| HSL | 1.46º | 0.95% | 0.92% | - |
| HSV(B) | 1.46º | 0.16% | 1% | - |
| XYZ | 76.93 | 73.97 | 73.17 | - |
| YUV | 225.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 213 | 0 | 0.16 | 0.16 | 0.00 | 1.46 | 0.95 | 0.92 |
| Hex | FE | D6 | D5 | 0 | 10 | 10 | 0 | 1 | 5F | 5C |
| Octal | 376 | 326 | 325 | 0 | 20 | 20 | 0 | 1 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11010101 | 0 | 10000 | 10000 | 0 | 1 | 1011111 | 1011100 |
Color Harmonies of #FED6D5
Complementary color
Monochromatic Colors of #FED6D5
Black with #FED6D5
Text Example
Text Example
White with #FED6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6D5; }
p { color: rgb(254,214,213); }
H1.HeaderClassName
{
color: #FED6D5;
}
.AnyTagClassName
{
color: #FED6D5;
}
</style>
background-color css
<style>
a { background-color: #FED6D5; }
a { background-color: rgb(254,214,213); }
div.DivClassName
{
background-color: #FED6D5;
}
.BgClassName
{
background-color: #FED6D5;
}
</style>
border-color css
<style>
span { border-color: #FED6D5; }
span { border-color: rgb(254,214,213); }
td.TdClassName
{
border-color: #FED6D5;
}
.TagClassName
{
border-color: #FED6D5;
}
</style>