Shades of Sundown #FEADA7
Tints of Sundown #FEADA7
RGB
CMYK
RGB Variations
Color information
#FEADA7 (or 0xFEADA7) is known color: Sundown. HEX triplet: FE, AD and A7. RGB value is (254,173,167). Sum of RGB (Red+Green+Blue) = 254+173+167=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADA7 is #015258. Grayscale: #C4C4C4. Windows color (decimal): -86617 or 10989054. OLE color: 10989054.
HSL color Cylindrical-coordinate representation of color #FEADA7: hue angle of 4.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEADA7 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 167 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.00 |
| HSL | 4.14º | 0.98% | 0.83% | - |
| HSV(B) | 4.14º | 0.34% | 1% | - |
| XYZ | 62.79 | 53.75 | 43.62 | - |
| YUV | 196.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 167 | 0 | 0.32 | 0.34 | 0.00 | 4.14 | 0.98 | 0.83 |
| Hex | FE | AD | A7 | 0 | 20 | 22 | 0 | 4 | 62 | 53 |
| Octal | 376 | 255 | 247 | 0 | 40 | 42 | 0 | 4 | 142 | 123 |
| Binary | 11111110 | 10101101 | 10100111 | 0 | 100000 | 100010 | 0 | 100 | 1100010 | 1010011 |
Color Harmonies of #FEADA7
Complementary color
Monochromatic Colors of #FEADA7
Black with #FEADA7
Text Example
Text Example
White with #FEADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADA7; }
p { color: rgb(254,173,167); }
H1.HeaderClassName
{
color: #FEADA7;
}
.AnyTagClassName
{
color: #FEADA7;
}
</style>
background-color css
<style>
a { background-color: #FEADA7; }
a { background-color: rgb(254,173,167); }
div.DivClassName
{
background-color: #FEADA7;
}
.BgClassName
{
background-color: #FEADA7;
}
</style>
border-color css
<style>
span { border-color: #FEADA7; }
span { border-color: rgb(254,173,167); }
td.TdClassName
{
border-color: #FEADA7;
}
.TagClassName
{
border-color: #FEADA7;
}
</style>