Shades of Sundown #FAB5AD
Tints of Sundown #FAB5AD
RGB
CMYK
RGB Variations
Color information
#FAB5AD (or 0xFAB5AD) is known color: Sundown. HEX triplet: FA, B5 and AD. RGB value is (250,181,173). Sum of RGB (Red+Green+Blue) = 250+181+173=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5AD is #054A52. Grayscale: #C8C8C8. Windows color (decimal): -346707 or 11384314. OLE color: 11384314.
HSL color Cylindrical-coordinate representation of color #FAB5AD: hue angle of 6.23º 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 #FAB5AD is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 173 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.02 |
| HSL | 6.23º | 0.89% | 0.83% | - |
| HSV(B) | 6.23º | 0.31% | 0.98% | - |
| XYZ | 63.49 | 56.39 | 47.07 | - |
| YUV | 200.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 173 | 0 | 0.28 | 0.31 | 0.02 | 6.23 | 0.89 | 0.83 |
| Hex | FA | B5 | AD | 0 | 1C | 1F | 2 | 6 | 59 | 53 |
| Octal | 372 | 265 | 255 | 0 | 34 | 37 | 2 | 6 | 131 | 123 |
| Binary | 11111010 | 10110101 | 10101101 | 0 | 11100 | 11111 | 10 | 110 | 1011001 | 1010011 |
Color Harmonies of #FAB5AD
Complementary color
Monochromatic Colors of #FAB5AD
Black with #FAB5AD
Text Example
Text Example
White with #FAB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5AD; }
p { color: rgb(250,181,173); }
H1.HeaderClassName
{
color: #FAB5AD;
}
.AnyTagClassName
{
color: #FAB5AD;
}
</style>
background-color css
<style>
a { background-color: #FAB5AD; }
a { background-color: rgb(250,181,173); }
div.DivClassName
{
background-color: #FAB5AD;
}
.BgClassName
{
background-color: #FAB5AD;
}
</style>
border-color css
<style>
span { border-color: #FAB5AD; }
span { border-color: rgb(250,181,173); }
td.TdClassName
{
border-color: #FAB5AD;
}
.TagClassName
{
border-color: #FAB5AD;
}
</style>