Shades of Sundown #FAABAB
Tints of Sundown #FAABAB
RGB
CMYK
RGB Variations
Color information
#FAABAB (or 0xFAABAB) is known color: Sundown. HEX triplet: FA, AB and AB. RGB value is (250,171,171). Sum of RGB (Red+Green+Blue) = 250+171+171=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABAB is #055454. Grayscale: #C2C2C2. Windows color (decimal): -349269 or 11250682. OLE color: 11250682.
HSL color Cylindrical-coordinate representation of color #FAABAB: hue angle of 0º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABAB is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 171 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.02 |
| HSL | 0º | 0.89% | 0.83% | - |
| HSV(B) | 0º | 0.32% | 0.98% | - |
| XYZ | 61.34 | 52.39 | 45.41 | - |
| YUV | 194.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 171 | 0 | 0.32 | 0.32 | 0.02 | 0 | 0.89 | 0.83 |
| Hex | FA | AB | AB | 0 | 20 | 20 | 2 | 0 | 59 | 53 |
| Octal | 372 | 253 | 253 | 0 | 40 | 40 | 2 | 0 | 131 | 123 |
| Binary | 11111010 | 10101011 | 10101011 | 0 | 100000 | 100000 | 10 | 0 | 1011001 | 1010011 |
Color Harmonies of #FAABAB
Complementary color
Monochromatic Colors of #FAABAB
Black with #FAABAB
Text Example
Text Example
White with #FAABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABAB; }
p { color: rgb(250,171,171); }
H1.HeaderClassName
{
color: #FAABAB;
}
.AnyTagClassName
{
color: #FAABAB;
}
</style>
background-color css
<style>
a { background-color: #FAABAB; }
a { background-color: rgb(250,171,171); }
div.DivClassName
{
background-color: #FAABAB;
}
.BgClassName
{
background-color: #FAABAB;
}
</style>
border-color css
<style>
span { border-color: #FAABAB; }
span { border-color: rgb(250,171,171); }
td.TdClassName
{
border-color: #FAABAB;
}
.TagClassName
{
border-color: #FAABAB;
}
</style>