Shades of Sundown #FEABA8
Tints of Sundown #FEABA8
RGB
CMYK
RGB Variations
Color information
#FEABA8 (or 0xFEABA8) is known color: Sundown. HEX triplet: FE, AB and A8. RGB value is (254,171,168). Sum of RGB (Red+Green+Blue) = 254+171+168=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABA8 is #015457. Grayscale: #C3C3C3. Windows color (decimal): -87128 or 11054078. OLE color: 11054078.
HSL color Cylindrical-coordinate representation of color #FEABA8: hue angle of 2.09º 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 #FEABA8 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 168 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.00 |
| HSL | 2.09º | 0.98% | 0.83% | - |
| HSV(B) | 2.09º | 0.34% | 1% | - |
| XYZ | 62.5 | 53.02 | 43.99 | - |
| YUV | 195.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 168 | 0 | 0.33 | 0.34 | 0.00 | 2.09 | 0.98 | 0.83 |
| Hex | FE | AB | A8 | 0 | 21 | 22 | 0 | 2 | 62 | 53 |
| Octal | 376 | 253 | 250 | 0 | 41 | 42 | 0 | 2 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10101000 | 0 | 100001 | 100010 | 0 | 10 | 1100010 | 1010011 |
Color Harmonies of #FEABA8
Complementary color
Monochromatic Colors of #FEABA8
Black with #FEABA8
Text Example
Text Example
White with #FEABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABA8; }
p { color: rgb(254,171,168); }
H1.HeaderClassName
{
color: #FEABA8;
}
.AnyTagClassName
{
color: #FEABA8;
}
</style>
background-color css
<style>
a { background-color: #FEABA8; }
a { background-color: rgb(254,171,168); }
div.DivClassName
{
background-color: #FEABA8;
}
.BgClassName
{
background-color: #FEABA8;
}
</style>
border-color css
<style>
span { border-color: #FEABA8; }
span { border-color: rgb(254,171,168); }
td.TdClassName
{
border-color: #FEABA8;
}
.TagClassName
{
border-color: #FEABA8;
}
</style>