Shades of Sundown #FEAEAB
Tints of Sundown #FEAEAB
RGB
CMYK
RGB Variations
Color information
#FEAEAB (or 0xFEAEAB) is known color: Sundown. HEX triplet: FE, AE and AB. RGB value is (254,174,171). Sum of RGB (Red+Green+Blue) = 254+174+171=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAB is #015154. Grayscale: #C5C5C5. Windows color (decimal): -86357 or 11251454. OLE color: 11251454.
HSL color Cylindrical-coordinate representation of color #FEAEAB: hue angle of 2.17º 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 #FEAEAB is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 171 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.00 |
| HSL | 2.17º | 0.98% | 0.83% | - |
| HSV(B) | 2.17º | 0.33% | 1% | - |
| XYZ | 63.36 | 54.28 | 45.67 | - |
| YUV | 197.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 171 | 0 | 0.31 | 0.33 | 0.00 | 2.17 | 0.98 | 0.83 |
| Hex | FE | AE | AB | 0 | 1F | 21 | 0 | 2 | 62 | 53 |
| Octal | 376 | 256 | 253 | 0 | 37 | 41 | 0 | 2 | 142 | 123 |
| Binary | 11111110 | 10101110 | 10101011 | 0 | 11111 | 100001 | 0 | 10 | 1100010 | 1010011 |
Color Harmonies of #FEAEAB
Complementary color
Monochromatic Colors of #FEAEAB
Black with #FEAEAB
Text Example
Text Example
White with #FEAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAEAB; }
p { color: rgb(254,174,171); }
H1.HeaderClassName
{
color: #FEAEAB;
}
.AnyTagClassName
{
color: #FEAEAB;
}
</style>
background-color css
<style>
a { background-color: #FEAEAB; }
a { background-color: rgb(254,174,171); }
div.DivClassName
{
background-color: #FEAEAB;
}
.BgClassName
{
background-color: #FEAEAB;
}
</style>
border-color css
<style>
span { border-color: #FEAEAB; }
span { border-color: rgb(254,174,171); }
td.TdClassName
{
border-color: #FEAEAB;
}
.TagClassName
{
border-color: #FEAEAB;
}
</style>