Shades of Sundown #FEAAA7
Tints of Sundown #FEAAA7
RGB
CMYK
RGB Variations
Color information
#FEAAA7 (or 0xFEAAA7) is known color: Sundown. HEX triplet: FE, AA and A7. RGB value is (254,170,167). Sum of RGB (Red+Green+Blue) = 254+170+167=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAA7 is #015558. Grayscale: #C2C2C2. Windows color (decimal): -87385 or 10988286. OLE color: 10988286.
HSL color Cylindrical-coordinate representation of color #FEAAA7: hue angle of 2.07º 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 #FEAAA7 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 167 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.00 |
| HSL | 2.07º | 0.98% | 0.83% | - |
| HSV(B) | 2.07º | 0.34% | 1% | - |
| XYZ | 62.22 | 52.61 | 43.43 | - |
| YUV | 194.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 167 | 0 | 0.33 | 0.34 | 0.00 | 2.07 | 0.98 | 0.83 |
| Hex | FE | AA | A7 | 0 | 21 | 22 | 0 | 2 | 62 | 53 |
| Octal | 376 | 252 | 247 | 0 | 41 | 42 | 0 | 2 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10100111 | 0 | 100001 | 100010 | 0 | 10 | 1100010 | 1010011 |
Color Harmonies of #FEAAA7
Complementary color
Monochromatic Colors of #FEAAA7
Black with #FEAAA7
Text Example
Text Example
White with #FEAAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAA7; }
p { color: rgb(254,170,167); }
H1.HeaderClassName
{
color: #FEAAA7;
}
.AnyTagClassName
{
color: #FEAAA7;
}
</style>
background-color css
<style>
a { background-color: #FEAAA7; }
a { background-color: rgb(254,170,167); }
div.DivClassName
{
background-color: #FEAAA7;
}
.BgClassName
{
background-color: #FEAAA7;
}
</style>
border-color css
<style>
span { border-color: #FEAAA7; }
span { border-color: rgb(254,170,167); }
td.TdClassName
{
border-color: #FEAAA7;
}
.TagClassName
{
border-color: #FEAAA7;
}
</style>