Shades of Sundown #FAB3A6
Tints of Sundown #FAB3A6
RGB
CMYK
RGB Variations
Color information
#FAB3A6 (or 0xFAB3A6) is known color: Sundown. HEX triplet: FA, B3 and A6. RGB value is (250,179,166). Sum of RGB (Red+Green+Blue) = 250+179+166=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3A6 is #054C59. Grayscale: #C6C6C6. Windows color (decimal): -347226 or 10925050. OLE color: 10925050.
HSL color Cylindrical-coordinate representation of color #FAB3A6: hue angle of 9.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAB3A6 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 166 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.02 |
| HSL | 9.29º | 0.89% | 0.82% | - |
| HSV(B) | 9.29º | 0.34% | 0.98% | - |
| XYZ | 62.43 | 55.32 | 43.46 | - |
| YUV | 198.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 166 | 0 | 0.28 | 0.34 | 0.02 | 9.29 | 0.89 | 0.82 |
| Hex | FA | B3 | A6 | 0 | 1C | 22 | 2 | 9 | 59 | 52 |
| Octal | 372 | 263 | 246 | 0 | 34 | 42 | 2 | 11 | 131 | 122 |
| Binary | 11111010 | 10110011 | 10100110 | 0 | 11100 | 100010 | 10 | 1001 | 1011001 | 1010010 |
Color Harmonies of #FAB3A6
Complementary color
Monochromatic Colors of #FAB3A6
Black with #FAB3A6
Text Example
Text Example
White with #FAB3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3A6; }
p { color: rgb(250,179,166); }
H1.HeaderClassName
{
color: #FAB3A6;
}
.AnyTagClassName
{
color: #FAB3A6;
}
</style>
background-color css
<style>
a { background-color: #FAB3A6; }
a { background-color: rgb(250,179,166); }
div.DivClassName
{
background-color: #FAB3A6;
}
.BgClassName
{
background-color: #FAB3A6;
}
</style>
border-color css
<style>
span { border-color: #FAB3A6; }
span { border-color: rgb(250,179,166); }
td.TdClassName
{
border-color: #FAB3A6;
}
.TagClassName
{
border-color: #FAB3A6;
}
</style>