Shades of Sundown #FEAAA6
Tints of Sundown #FEAAA6
RGB
CMYK
RGB Variations
Color information
#FEAAA6 (or 0xFEAAA6) is known color: Sundown. HEX triplet: FE, AA and A6. RGB value is (254,170,166). Sum of RGB (Red+Green+Blue) = 254+170+166=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAA6 is #015559. Grayscale: #C2C2C2. Windows color (decimal): -87386 or 10922750. OLE color: 10922750.
HSL color Cylindrical-coordinate representation of color #FEAAA6: hue angle of 2.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEAAA6 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 166 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.00 |
| HSL | 2.73º | 0.98% | 0.82% | - |
| HSV(B) | 2.73º | 0.35% | 1% | - |
| XYZ | 62.13 | 52.57 | 42.95 | - |
| YUV | 194.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 166 | 0 | 0.33 | 0.35 | 0.00 | 2.73 | 0.98 | 0.82 |
| Hex | FE | AA | A6 | 0 | 21 | 23 | 0 | 3 | 62 | 52 |
| Octal | 376 | 252 | 246 | 0 | 41 | 43 | 0 | 3 | 142 | 122 |
| Binary | 11111110 | 10101010 | 10100110 | 0 | 100001 | 100011 | 0 | 11 | 1100010 | 1010010 |
Color Harmonies of #FEAAA6
Complementary color
Monochromatic Colors of #FEAAA6
Black with #FEAAA6
Text Example
Text Example
White with #FEAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAA6; }
p { color: rgb(254,170,166); }
H1.HeaderClassName
{
color: #FEAAA6;
}
.AnyTagClassName
{
color: #FEAAA6;
}
</style>
background-color css
<style>
a { background-color: #FEAAA6; }
a { background-color: rgb(254,170,166); }
div.DivClassName
{
background-color: #FEAAA6;
}
.BgClassName
{
background-color: #FEAAA6;
}
</style>
border-color css
<style>
span { border-color: #FEAAA6; }
span { border-color: rgb(254,170,166); }
td.TdClassName
{
border-color: #FEAAA6;
}
.TagClassName
{
border-color: #FEAAA6;
}
</style>