Shades of Sundown #FAB0A2
Tints of Sundown #FAB0A2
RGB
CMYK
RGB Variations
Color information
#FAB0A2 (or 0xFAB0A2) is known color: Sundown. HEX triplet: FA, B0 and A2. RGB value is (250,176,162). Sum of RGB (Red+Green+Blue) = 250+176+162=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0A2 is #054F5D. Grayscale: #C4C4C4. Windows color (decimal): -347998 or 10662138. OLE color: 10662138.
HSL color Cylindrical-coordinate representation of color #FAB0A2: hue angle of 9.55º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAB0A2 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 162 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.02 |
| HSL | 9.55º | 0.9% | 0.81% | - |
| HSV(B) | 9.55º | 0.35% | 0.98% | - |
| XYZ | 61.47 | 53.98 | 41.36 | - |
| YUV | 196.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 162 | 0 | 0.30 | 0.35 | 0.02 | 9.55 | 0.9 | 0.81 |
| Hex | FA | B0 | A2 | 0 | 1E | 23 | 2 | A | 5A | 51 |
| Octal | 372 | 260 | 242 | 0 | 36 | 43 | 2 | 12 | 132 | 121 |
| Binary | 11111010 | 10110000 | 10100010 | 0 | 11110 | 100011 | 10 | 1010 | 1011010 | 1010001 |
Color Harmonies of #FAB0A2
Complementary color
Monochromatic Colors of #FAB0A2
Black with #FAB0A2
Text Example
Text Example
White with #FAB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0A2; }
p { color: rgb(250,176,162); }
H1.HeaderClassName
{
color: #FAB0A2;
}
.AnyTagClassName
{
color: #FAB0A2;
}
</style>
background-color css
<style>
a { background-color: #FAB0A2; }
a { background-color: rgb(250,176,162); }
div.DivClassName
{
background-color: #FAB0A2;
}
.BgClassName
{
background-color: #FAB0A2;
}
</style>
border-color css
<style>
span { border-color: #FAB0A2; }
span { border-color: rgb(250,176,162); }
td.TdClassName
{
border-color: #FAB0A2;
}
.TagClassName
{
border-color: #FAB0A2;
}
</style>