Shades of Sundown #FFABAA
Tints of Sundown #FFABAA
RGB
CMYK
RGB Variations
Color information
#FFABAA (or 0xFFABAA) is known color: Sundown. HEX triplet: FF, AB and AA. RGB value is (255,171,170). Sum of RGB (Red+Green+Blue) = 255+171+170=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABAA is #005455. Grayscale: #C4C4C4. Windows color (decimal): -21590 or 11185151. OLE color: 11185151.
HSL color Cylindrical-coordinate representation of color #FFABAA: hue angle of 0.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABAA is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 170 | - |
| CMYK | 0 | 0.33 | 0.33 | 0 |
| HSL | 0.71º | 1% | 0.83% | - |
| HSV(B) | 0.71º | 0.33% | 1% | - |
| XYZ | 63.06 | 53.29 | 44.99 | - |
| YUV | 196 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 170 | 0 | 0.33 | 0.33 | 0 | 0.71 | 1 | 0.83 |
| Hex | FF | AB | AA | 0 | 21 | 21 | 0 | 1 | 64 | 53 |
| Octal | 377 | 253 | 252 | 0 | 41 | 41 | 0 | 1 | 144 | 123 |
| Binary | 11111111 | 10101011 | 10101010 | 0 | 100001 | 100001 | 0 | 1 | 1100100 | 1010011 |
Color Harmonies of #FFABAA
Complementary color
Monochromatic Colors of #FFABAA
Black with #FFABAA
Text Example
Text Example
White with #FFABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABAA; }
p { color: rgb(255,171,170); }
H1.HeaderClassName
{
color: #FFABAA;
}
.AnyTagClassName
{
color: #FFABAA;
}
</style>
background-color css
<style>
a { background-color: #FFABAA; }
a { background-color: rgb(255,171,170); }
div.DivClassName
{
background-color: #FFABAA;
}
.BgClassName
{
background-color: #FFABAA;
}
</style>
border-color css
<style>
span { border-color: #FFABAA; }
span { border-color: rgb(255,171,170); }
td.TdClassName
{
border-color: #FFABAA;
}
.TagClassName
{
border-color: #FFABAA;
}
</style>