Shades of Sundown #FEAEAA
Tints of Sundown #FEAEAA
RGB
CMYK
RGB Variations
Color information
#FEAEAA (or 0xFEAEAA) is known color: Sundown. HEX triplet: FE, AE and AA. RGB value is (254,174,170). Sum of RGB (Red+Green+Blue) = 254+174+170=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAA is #015155. Grayscale: #C5C5C5. Windows color (decimal): -86358 or 11185918. OLE color: 11185918.
HSL color Cylindrical-coordinate representation of color #FEAEAA: hue angle of 2.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEAEAA is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 170 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.00 |
| HSL | 2.86º | 0.98% | 0.83% | - |
| HSV(B) | 2.86º | 0.33% | 1% | - |
| XYZ | 63.26 | 54.25 | 45.17 | - |
| YUV | 197.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 170 | 0 | 0.31 | 0.33 | 0.00 | 2.86 | 0.98 | 0.83 |
| Hex | FE | AE | AA | 0 | 1F | 21 | 0 | 3 | 62 | 53 |
| Octal | 376 | 256 | 252 | 0 | 37 | 41 | 0 | 3 | 142 | 123 |
| Binary | 11111110 | 10101110 | 10101010 | 0 | 11111 | 100001 | 0 | 11 | 1100010 | 1010011 |
Color Harmonies of #FEAEAA
Complementary color
Monochromatic Colors of #FEAEAA
Black with #FEAEAA
Text Example
Text Example
White with #FEAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEAA; }
p { color: rgb(254,174,170); }
H1.HeaderClassName
{
color: #FEAEAA;
}
.AnyTagClassName
{
color: #FEAEAA;
}
</style>
background-color css
<style>
a { background-color: #FEAEAA; }
a { background-color: rgb(254,174,170); }
div.DivClassName
{
background-color: #FEAEAA;
}
.BgClassName
{
background-color: #FEAEAA;
}
</style>
border-color css
<style>
span { border-color: #FEAEAA; }
span { border-color: rgb(254,174,170); }
td.TdClassName
{
border-color: #FEAEAA;
}
.TagClassName
{
border-color: #FEAEAA;
}
</style>