Shades of Sundown #FAB5B0
Tints of Sundown #FAB5B0
RGB
CMYK
RGB Variations
Color information
#FAB5B0 (or 0xFAB5B0) is known color: Sundown. HEX triplet: FA, B5 and B0. RGB value is (250,181,176). Sum of RGB (Red+Green+Blue) = 250+181+176=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5B0 is #054A4F. Grayscale: #C9C9C9. Windows color (decimal): -346704 or 11580922. OLE color: 11580922.
HSL color Cylindrical-coordinate representation of color #FAB5B0: hue angle of 4.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB5B0 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 176 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.02 |
| HSL | 4.05º | 0.88% | 0.84% | - |
| HSV(B) | 4.05º | 0.3% | 0.98% | - |
| XYZ | 63.78 | 56.51 | 48.62 | - |
| YUV | 201.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 176 | 0 | 0.28 | 0.30 | 0.02 | 4.05 | 0.88 | 0.84 |
| Hex | FA | B5 | B0 | 0 | 1C | 1E | 2 | 4 | 58 | 54 |
| Octal | 372 | 265 | 260 | 0 | 34 | 36 | 2 | 4 | 130 | 124 |
| Binary | 11111010 | 10110101 | 10110000 | 0 | 11100 | 11110 | 10 | 100 | 1011000 | 1010100 |
Color Harmonies of #FAB5B0
Complementary color
Monochromatic Colors of #FAB5B0
Black with #FAB5B0
Text Example
Text Example
White with #FAB5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5B0; }
p { color: rgb(250,181,176); }
H1.HeaderClassName
{
color: #FAB5B0;
}
.AnyTagClassName
{
color: #FAB5B0;
}
</style>
background-color css
<style>
a { background-color: #FAB5B0; }
a { background-color: rgb(250,181,176); }
div.DivClassName
{
background-color: #FAB5B0;
}
.BgClassName
{
background-color: #FAB5B0;
}
</style>
border-color css
<style>
span { border-color: #FAB5B0; }
span { border-color: rgb(250,181,176); }
td.TdClassName
{
border-color: #FAB5B0;
}
.TagClassName
{
border-color: #FAB5B0;
}
</style>