Shades of Sundown #FEAAA8
Tints of Sundown #FEAAA8
RGB
CMYK
RGB Variations
Color information
#FEAAA8 (or 0xFEAAA8) is known color: Sundown. HEX triplet: FE, AA and A8. RGB value is (254,170,168). Sum of RGB (Red+Green+Blue) = 254+170+168=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAA8 is #015557. Grayscale: #C2C2C2. Windows color (decimal): -87384 or 11053822. OLE color: 11053822.
HSL color Cylindrical-coordinate representation of color #FEAAA8: hue angle of 1.4º 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 #FEAAA8 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 168 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.00 |
| HSL | 1.4º | 0.98% | 0.83% | - |
| HSV(B) | 1.4º | 0.34% | 1% | - |
| XYZ | 62.32 | 52.65 | 43.92 | - |
| YUV | 194.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 168 | 0 | 0.33 | 0.34 | 0.00 | 1.4 | 0.98 | 0.83 |
| Hex | FE | AA | A8 | 0 | 21 | 22 | 0 | 1 | 62 | 53 |
| Octal | 376 | 252 | 250 | 0 | 41 | 42 | 0 | 1 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10101000 | 0 | 100001 | 100010 | 0 | 1 | 1100010 | 1010011 |
Color Harmonies of #FEAAA8
Complementary color
Monochromatic Colors of #FEAAA8
Black with #FEAAA8
Text Example
Text Example
White with #FEAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAA8; }
p { color: rgb(254,170,168); }
H1.HeaderClassName
{
color: #FEAAA8;
}
.AnyTagClassName
{
color: #FEAAA8;
}
</style>
background-color css
<style>
a { background-color: #FEAAA8; }
a { background-color: rgb(254,170,168); }
div.DivClassName
{
background-color: #FEAAA8;
}
.BgClassName
{
background-color: #FEAAA8;
}
</style>
border-color css
<style>
span { border-color: #FEAAA8; }
span { border-color: rgb(254,170,168); }
td.TdClassName
{
border-color: #FEAAA8;
}
.TagClassName
{
border-color: #FEAAA8;
}
</style>