Shades of Sundown #FAB3A3
Tints of Sundown #FAB3A3
RGB
CMYK
RGB Variations
Color information
#FAB3A3 (or 0xFAB3A3) is known color: Sundown. HEX triplet: FA, B3 and A3. RGB value is (250,179,163). Sum of RGB (Red+Green+Blue) = 250+179+163=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3A3 is #054C5C. Grayscale: #C6C6C6. Windows color (decimal): -347229 or 10728442. OLE color: 10728442.
HSL color Cylindrical-coordinate representation of color #FAB3A3: hue angle of 11.03º 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 #FAB3A3 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 163 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.02 |
| HSL | 11.03º | 0.9% | 0.81% | - |
| HSV(B) | 11.03º | 0.35% | 0.98% | - |
| XYZ | 62.16 | 55.21 | 42.03 | - |
| YUV | 198.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 163 | 0 | 0.28 | 0.35 | 0.02 | 11.03 | 0.9 | 0.81 |
| Hex | FA | B3 | A3 | 0 | 1C | 23 | 2 | B | 5A | 51 |
| Octal | 372 | 263 | 243 | 0 | 34 | 43 | 2 | 13 | 132 | 121 |
| Binary | 11111010 | 10110011 | 10100011 | 0 | 11100 | 100011 | 10 | 1011 | 1011010 | 1010001 |
Color Harmonies of #FAB3A3
Complementary color
Monochromatic Colors of #FAB3A3
Black with #FAB3A3
Text Example
Text Example
White with #FAB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3A3; }
p { color: rgb(250,179,163); }
H1.HeaderClassName
{
color: #FAB3A3;
}
.AnyTagClassName
{
color: #FAB3A3;
}
</style>
background-color css
<style>
a { background-color: #FAB3A3; }
a { background-color: rgb(250,179,163); }
div.DivClassName
{
background-color: #FAB3A3;
}
.BgClassName
{
background-color: #FAB3A3;
}
</style>
border-color css
<style>
span { border-color: #FAB3A3; }
span { border-color: rgb(250,179,163); }
td.TdClassName
{
border-color: #FAB3A3;
}
.TagClassName
{
border-color: #FAB3A3;
}
</style>