Shades of Sundown #FEA9A6
Tints of Sundown #FEA9A6
RGB
CMYK
RGB Variations
Color information
#FEA9A6 (or 0xFEA9A6) is known color: Sundown. HEX triplet: FE, A9 and A6. RGB value is (254,169,166). Sum of RGB (Red+Green+Blue) = 254+169+166=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA9A6 is #015659. Grayscale: #C2C2C2. Windows color (decimal): -87642 or 10922494. OLE color: 10922494.
HSL color Cylindrical-coordinate representation of color #FEA9A6: hue angle of 2.05º 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 #FEA9A6 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 166 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.00 |
| HSL | 2.05º | 0.98% | 0.82% | - |
| HSV(B) | 2.05º | 0.35% | 1% | - |
| XYZ | 61.94 | 52.2 | 42.89 | - |
| YUV | 194.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 166 | 0 | 0.33 | 0.35 | 0.00 | 2.05 | 0.98 | 0.82 |
| Hex | FE | A9 | A6 | 0 | 21 | 23 | 0 | 2 | 62 | 52 |
| Octal | 376 | 251 | 246 | 0 | 41 | 43 | 0 | 2 | 142 | 122 |
| Binary | 11111110 | 10101001 | 10100110 | 0 | 100001 | 100011 | 0 | 10 | 1100010 | 1010010 |
Color Harmonies of #FEA9A6
Complementary color
Monochromatic Colors of #FEA9A6
Black with #FEA9A6
Text Example
Text Example
White with #FEA9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9A6; }
p { color: rgb(254,169,166); }
H1.HeaderClassName
{
color: #FEA9A6;
}
.AnyTagClassName
{
color: #FEA9A6;
}
</style>
background-color css
<style>
a { background-color: #FEA9A6; }
a { background-color: rgb(254,169,166); }
div.DivClassName
{
background-color: #FEA9A6;
}
.BgClassName
{
background-color: #FEA9A6;
}
</style>
border-color css
<style>
span { border-color: #FEA9A6; }
span { border-color: rgb(254,169,166); }
td.TdClassName
{
border-color: #FEA9A6;
}
.TagClassName
{
border-color: #FEA9A6;
}
</style>