Shades of Sundown #FAB5AE
Tints of Sundown #FAB5AE
RGB
CMYK
RGB Variations
Color information
#FAB5AE (or 0xFAB5AE) is known color: Sundown. HEX triplet: FA, B5 and AE. RGB value is (250,181,174). Sum of RGB (Red+Green+Blue) = 250+181+174=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5AE is #054A51. Grayscale: #C8C8C8. Windows color (decimal): -346706 or 11449850. OLE color: 11449850.
HSL color Cylindrical-coordinate representation of color #FAB5AE: hue angle of 5.53º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB5AE is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 174 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.02 |
| HSL | 5.53º | 0.88% | 0.83% | - |
| HSV(B) | 5.53º | 0.3% | 0.98% | - |
| XYZ | 63.59 | 56.43 | 47.58 | - |
| YUV | 200.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 174 | 0 | 0.28 | 0.30 | 0.02 | 5.53 | 0.88 | 0.83 |
| Hex | FA | B5 | AE | 0 | 1C | 1E | 2 | 6 | 58 | 53 |
| Octal | 372 | 265 | 256 | 0 | 34 | 36 | 2 | 6 | 130 | 123 |
| Binary | 11111010 | 10110101 | 10101110 | 0 | 11100 | 11110 | 10 | 110 | 1011000 | 1010011 |
Color Harmonies of #FAB5AE
Complementary color
Monochromatic Colors of #FAB5AE
Black with #FAB5AE
Text Example
Text Example
White with #FAB5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5AE; }
p { color: rgb(250,181,174); }
H1.HeaderClassName
{
color: #FAB5AE;
}
.AnyTagClassName
{
color: #FAB5AE;
}
</style>
background-color css
<style>
a { background-color: #FAB5AE; }
a { background-color: rgb(250,181,174); }
div.DivClassName
{
background-color: #FAB5AE;
}
.BgClassName
{
background-color: #FAB5AE;
}
</style>
border-color css
<style>
span { border-color: #FAB5AE; }
span { border-color: rgb(250,181,174); }
td.TdClassName
{
border-color: #FAB5AE;
}
.TagClassName
{
border-color: #FAB5AE;
}
</style>