Shades of Sundown #FAB4B0
Tints of Sundown #FAB4B0
RGB
CMYK
RGB Variations
Color information
#FAB4B0 (or 0xFAB4B0) is known color: Sundown. HEX triplet: FA, B4 and B0. RGB value is (250,180,176). Sum of RGB (Red+Green+Blue) = 250+180+176=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4B0 is #054B4F. Grayscale: #C8C8C8. Windows color (decimal): -346960 or 11580666. OLE color: 11580666.
HSL color Cylindrical-coordinate representation of color #FAB4B0: hue angle of 3.24º 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 #FAB4B0 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 176 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.02 |
| HSL | 3.24º | 0.88% | 0.84% | - |
| HSV(B) | 3.24º | 0.3% | 0.98% | - |
| XYZ | 63.58 | 56.1 | 48.55 | - |
| YUV | 200.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 176 | 0 | 0.28 | 0.30 | 0.02 | 3.24 | 0.88 | 0.84 |
| Hex | FA | B4 | B0 | 0 | 1C | 1E | 2 | 3 | 58 | 54 |
| Octal | 372 | 264 | 260 | 0 | 34 | 36 | 2 | 3 | 130 | 124 |
| Binary | 11111010 | 10110100 | 10110000 | 0 | 11100 | 11110 | 10 | 11 | 1011000 | 1010100 |
Color Harmonies of #FAB4B0
Complementary color
Monochromatic Colors of #FAB4B0
Black with #FAB4B0
Text Example
Text Example
White with #FAB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4B0; }
p { color: rgb(250,180,176); }
H1.HeaderClassName
{
color: #FAB4B0;
}
.AnyTagClassName
{
color: #FAB4B0;
}
</style>
background-color css
<style>
a { background-color: #FAB4B0; }
a { background-color: rgb(250,180,176); }
div.DivClassName
{
background-color: #FAB4B0;
}
.BgClassName
{
background-color: #FAB4B0;
}
</style>
border-color css
<style>
span { border-color: #FAB4B0; }
span { border-color: rgb(250,180,176); }
td.TdClassName
{
border-color: #FAB4B0;
}
.TagClassName
{
border-color: #FAB4B0;
}
</style>