Shades of Sundown #FEADAA
Tints of Sundown #FEADAA
RGB
CMYK
RGB Variations
Color information
#FEADAA (or 0xFEADAA) is known color: Sundown. HEX triplet: FE, AD and AA. RGB value is (254,173,170). Sum of RGB (Red+Green+Blue) = 254+173+170=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADAA is #015255. Grayscale: #C4C4C4. Windows color (decimal): -86614 or 11185662. OLE color: 11185662.
HSL color Cylindrical-coordinate representation of color #FEADAA: hue angle of 2.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEADAA is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 173 | 170 | - |
CMYK | 0 | 0.32 | 0.33 | 0.00 |
HSL | 2.14º | 0.98% | 0.83% | - |
HSV(B) | 2.14º | 0.33% | 1% | - |
XYZ | 63.07 | 53.86 | 45.1 | - |
YUV | 196.88 | 112.84 | 168.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 173 | 170 | 0 | 0.32 | 0.33 | 0.00 | 2.14 | 0.98 | 0.83 |
Hex | FE | AD | AA | 0 | 20 | 21 | 0 | 2 | 62 | 53 |
Octal | 376 | 255 | 252 | 0 | 40 | 41 | 0 | 2 | 142 | 123 |
Binary | 11111110 | 10101101 | 10101010 | 0 | 100000 | 100001 | 0 | 10 | 1100010 | 1010011 |
Color Harmonies of #FEADAA
Complementary color
Monochromatic Colors of #FEADAA
Black with #FEADAA
Text Example
Text Example
White with #FEADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADAA; }
p { color: rgb(254,173,170); }
H1.HeaderClassName
{
color: #FEADAA;
}
.AnyTagClassName
{
color: #FEADAA;
}
</style>
background-color css
<style>
a { background-color: #FEADAA; }
a { background-color: rgb(254,173,170); }
div.DivClassName
{
background-color: #FEADAA;
}
.BgClassName
{
background-color: #FEADAA;
}
</style>
border-color css
<style>
span { border-color: #FEADAA; }
span { border-color: rgb(254,173,170); }
td.TdClassName
{
border-color: #FEADAA;
}
.TagClassName
{
border-color: #FEADAA;
}
</style>