Shades of Sundown #FAB0A7
Tints of Sundown #FAB0A7
RGB
CMYK
RGB Variations
Color information
#FAB0A7 (or 0xFAB0A7) is known color: Sundown. HEX triplet: FA, B0 and A7. RGB value is (250,176,167). Sum of RGB (Red+Green+Blue) = 250+176+167=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0A7 is #054F58. Grayscale: #C5C5C5. Windows color (decimal): -347993 or 10989818. OLE color: 10989818.
HSL color Cylindrical-coordinate representation of color #FAB0A7: hue angle of 6.51º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAB0A7 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 167 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.02 |
| HSL | 6.51º | 0.89% | 0.82% | - |
| HSV(B) | 6.51º | 0.33% | 0.98% | - |
| XYZ | 61.92 | 54.16 | 43.75 | - |
| YUV | 197.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 167 | 0 | 0.30 | 0.33 | 0.02 | 6.51 | 0.89 | 0.82 |
| Hex | FA | B0 | A7 | 0 | 1E | 21 | 2 | 7 | 59 | 52 |
| Octal | 372 | 260 | 247 | 0 | 36 | 41 | 2 | 7 | 131 | 122 |
| Binary | 11111010 | 10110000 | 10100111 | 0 | 11110 | 100001 | 10 | 111 | 1011001 | 1010010 |
Color Harmonies of #FAB0A7
Complementary color
Monochromatic Colors of #FAB0A7
Black with #FAB0A7
Text Example
Text Example
White with #FAB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0A7; }
p { color: rgb(250,176,167); }
H1.HeaderClassName
{
color: #FAB0A7;
}
.AnyTagClassName
{
color: #FAB0A7;
}
</style>
background-color css
<style>
a { background-color: #FAB0A7; }
a { background-color: rgb(250,176,167); }
div.DivClassName
{
background-color: #FAB0A7;
}
.BgClassName
{
background-color: #FAB0A7;
}
</style>
border-color css
<style>
span { border-color: #FAB0A7; }
span { border-color: rgb(250,176,167); }
td.TdClassName
{
border-color: #FAB0A7;
}
.TagClassName
{
border-color: #FAB0A7;
}
</style>