Shades of Sundown #FEAEA8
Tints of Sundown #FEAEA8
RGB
CMYK
RGB Variations
Color information
#FEAEA8 (or 0xFEAEA8) is known color: Sundown. HEX triplet: FE, AE and A8. RGB value is (254,174,168). Sum of RGB (Red+Green+Blue) = 254+174+168=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEA8 is #015157. Grayscale: #C5C5C5. Windows color (decimal): -86360 or 11054846. OLE color: 11054846.
HSL color Cylindrical-coordinate representation of color #FEAEA8: hue angle of 4.19º 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 #FEAEA8 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 168 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.00 |
| HSL | 4.19º | 0.98% | 0.83% | - |
| HSV(B) | 4.19º | 0.34% | 1% | - |
| XYZ | 63.08 | 54.17 | 44.18 | - |
| YUV | 197.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 168 | 0 | 0.31 | 0.34 | 0.00 | 4.19 | 0.98 | 0.83 |
| Hex | FE | AE | A8 | 0 | 1F | 22 | 0 | 4 | 62 | 53 |
| Octal | 376 | 256 | 250 | 0 | 37 | 42 | 0 | 4 | 142 | 123 |
| Binary | 11111110 | 10101110 | 10101000 | 0 | 11111 | 100010 | 0 | 100 | 1100010 | 1010011 |
Color Harmonies of #FEAEA8
Complementary color
Monochromatic Colors of #FEAEA8
Black with #FEAEA8
Text Example
Text Example
White with #FEAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEA8; }
p { color: rgb(254,174,168); }
H1.HeaderClassName
{
color: #FEAEA8;
}
.AnyTagClassName
{
color: #FEAEA8;
}
</style>
background-color css
<style>
a { background-color: #FEAEA8; }
a { background-color: rgb(254,174,168); }
div.DivClassName
{
background-color: #FEAEA8;
}
.BgClassName
{
background-color: #FEAEA8;
}
</style>
border-color css
<style>
span { border-color: #FEAEA8; }
span { border-color: rgb(254,174,168); }
td.TdClassName
{
border-color: #FEAEA8;
}
.TagClassName
{
border-color: #FEAEA8;
}
</style>