Shades of Sundown #FAB3AD
Tints of Sundown #FAB3AD
RGB
CMYK
RGB Variations
Color information
#FAB3AD (or 0xFAB3AD) is known color: Sundown. HEX triplet: FA, B3 and AD. RGB value is (250,179,173). Sum of RGB (Red+Green+Blue) = 250+179+173=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3AD is #054C52. Grayscale: #C7C7C7. Windows color (decimal): -347219 or 11383802. OLE color: 11383802.
HSL color Cylindrical-coordinate representation of color #FAB3AD: hue angle of 4.68º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAB3AD is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 173 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.02 |
| HSL | 4.68º | 0.89% | 0.83% | - |
| HSV(B) | 4.68º | 0.31% | 0.98% | - |
| XYZ | 63.09 | 55.58 | 46.94 | - |
| YUV | 199.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 173 | 0 | 0.28 | 0.31 | 0.02 | 4.68 | 0.89 | 0.83 |
| Hex | FA | B3 | AD | 0 | 1C | 1F | 2 | 5 | 59 | 53 |
| Octal | 372 | 263 | 255 | 0 | 34 | 37 | 2 | 5 | 131 | 123 |
| Binary | 11111010 | 10110011 | 10101101 | 0 | 11100 | 11111 | 10 | 101 | 1011001 | 1010011 |
Color Harmonies of #FAB3AD
Complementary color
Monochromatic Colors of #FAB3AD
Black with #FAB3AD
Text Example
Text Example
White with #FAB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3AD; }
p { color: rgb(250,179,173); }
H1.HeaderClassName
{
color: #FAB3AD;
}
.AnyTagClassName
{
color: #FAB3AD;
}
</style>
background-color css
<style>
a { background-color: #FAB3AD; }
a { background-color: rgb(250,179,173); }
div.DivClassName
{
background-color: #FAB3AD;
}
.BgClassName
{
background-color: #FAB3AD;
}
</style>
border-color css
<style>
span { border-color: #FAB3AD; }
span { border-color: rgb(250,179,173); }
td.TdClassName
{
border-color: #FAB3AD;
}
.TagClassName
{
border-color: #FAB3AD;
}
</style>