Shades of Cosmos #FEDAD6
Tints of Cosmos #FEDAD6
RGB
CMYK
RGB Variations
Color information
#FEDAD6 (or 0xFEDAD6) is known color: Cosmos. HEX triplet: FE, DA and D6. RGB value is (254,218,214). Sum of RGB (Red+Green+Blue) = 254+218+214=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAD6 is #012529. Grayscale: #E4E4E4. Windows color (decimal): -75050 or 14080766. OLE color: 14080766.
HSL color Cylindrical-coordinate representation of color #FEDAD6: hue angle of 6º 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 #FEDAD6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 214 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.00 |
| HSL | 6º | 0.95% | 0.92% | - |
| HSV(B) | 6º | 0.16% | 1% | - |
| XYZ | 78.08 | 76.07 | 74.19 | - |
| YUV | 228.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 214 | 0 | 0.14 | 0.16 | 0.00 | 6 | 0.95 | 0.92 |
| Hex | FE | DA | D6 | 0 | E | 10 | 0 | 6 | 5F | 5C |
| Octal | 376 | 332 | 326 | 0 | 16 | 20 | 0 | 6 | 137 | 134 |
| Binary | 11111110 | 11011010 | 11010110 | 0 | 1110 | 10000 | 0 | 110 | 1011111 | 1011100 |
Color Harmonies of #FEDAD6
Complementary color
Monochromatic Colors of #FEDAD6
Black with #FEDAD6
Text Example
Text Example
White with #FEDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAD6; }
p { color: rgb(254,218,214); }
H1.HeaderClassName
{
color: #FEDAD6;
}
.AnyTagClassName
{
color: #FEDAD6;
}
</style>
background-color css
<style>
a { background-color: #FEDAD6; }
a { background-color: rgb(254,218,214); }
div.DivClassName
{
background-color: #FEDAD6;
}
.BgClassName
{
background-color: #FEDAD6;
}
</style>
border-color css
<style>
span { border-color: #FEDAD6; }
span { border-color: rgb(254,218,214); }
td.TdClassName
{
border-color: #FEDAD6;
}
.TagClassName
{
border-color: #FEDAD6;
}
</style>