Shades of Sundown #FEAEA9
Tints of Sundown #FEAEA9
RGB
CMYK
RGB Variations
Color information
#FEAEA9 (or 0xFEAEA9) is known color: Sundown. HEX triplet: FE, AE and A9. RGB value is (254,174,169). Sum of RGB (Red+Green+Blue) = 254+174+169=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEA9 is #015156. Grayscale: #C5C5C5. Windows color (decimal): -86359 or 11120382. OLE color: 11120382.
HSL color Cylindrical-coordinate representation of color #FEAEA9: hue angle of 3.53º 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 #FEAEA9 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 169 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.00 |
| HSL | 3.53º | 0.98% | 0.83% | - |
| HSV(B) | 3.53º | 0.33% | 1% | - |
| XYZ | 63.17 | 54.21 | 44.67 | - |
| YUV | 197.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 169 | 0 | 0.31 | 0.33 | 0.00 | 3.53 | 0.98 | 0.83 |
| Hex | FE | AE | A9 | 0 | 1F | 21 | 0 | 4 | 62 | 53 |
| Octal | 376 | 256 | 251 | 0 | 37 | 41 | 0 | 4 | 142 | 123 |
| Binary | 11111110 | 10101110 | 10101001 | 0 | 11111 | 100001 | 0 | 100 | 1100010 | 1010011 |
Color Harmonies of #FEAEA9
Complementary color
Monochromatic Colors of #FEAEA9
Black with #FEAEA9
Text Example
Text Example
White with #FEAEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEA9; }
p { color: rgb(254,174,169); }
H1.HeaderClassName
{
color: #FEAEA9;
}
.AnyTagClassName
{
color: #FEAEA9;
}
</style>
background-color css
<style>
a { background-color: #FEAEA9; }
a { background-color: rgb(254,174,169); }
div.DivClassName
{
background-color: #FEAEA9;
}
.BgClassName
{
background-color: #FEAEA9;
}
</style>
border-color css
<style>
span { border-color: #FEAEA9; }
span { border-color: rgb(254,174,169); }
td.TdClassName
{
border-color: #FEAEA9;
}
.TagClassName
{
border-color: #FEAEA9;
}
</style>