Shades of Sundown #FAB5B5
Tints of Sundown #FAB5B5
RGB
CMYK
RGB Variations
Color information
#FAB5B5 (or 0xFAB5B5) is known color: Sundown. HEX triplet: FA, B5 and B5. RGB value is (250,181,181). Sum of RGB (Red+Green+Blue) = 250+181+181=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5B5 is #054A4A. Grayscale: #C9C9C9. Windows color (decimal): -346699 or 11908602. OLE color: 11908602.
HSL color Cylindrical-coordinate representation of color #FAB5B5: hue angle of 0º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5B5 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 181 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.02 |
| HSL | 0º | 0.87% | 0.85% | - |
| HSV(B) | 0º | 0.28% | 0.98% | - |
| XYZ | 64.29 | 56.71 | 51.27 | - |
| YUV | 201.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 181 | 0 | 0.28 | 0.28 | 0.02 | 0 | 0.87 | 0.85 |
| Hex | FA | B5 | B5 | 0 | 1C | 1C | 2 | 0 | 57 | 55 |
| Octal | 372 | 265 | 265 | 0 | 34 | 34 | 2 | 0 | 127 | 125 |
| Binary | 11111010 | 10110101 | 10110101 | 0 | 11100 | 11100 | 10 | 0 | 1010111 | 1010101 |
Color Harmonies of #FAB5B5
Complementary color
Monochromatic Colors of #FAB5B5
Black with #FAB5B5
Text Example
Text Example
White with #FAB5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5B5; }
p { color: rgb(250,181,181); }
H1.HeaderClassName
{
color: #FAB5B5;
}
.AnyTagClassName
{
color: #FAB5B5;
}
</style>
background-color css
<style>
a { background-color: #FAB5B5; }
a { background-color: rgb(250,181,181); }
div.DivClassName
{
background-color: #FAB5B5;
}
.BgClassName
{
background-color: #FAB5B5;
}
</style>
border-color css
<style>
span { border-color: #FAB5B5; }
span { border-color: rgb(250,181,181); }
td.TdClassName
{
border-color: #FAB5B5;
}
.TagClassName
{
border-color: #FAB5B5;
}
</style>