Shades of Sundown #FAB2A4
Tints of Sundown #FAB2A4
RGB
CMYK
RGB Variations
Color information
#FAB2A4 (or 0xFAB2A4) is known color: Sundown. HEX triplet: FA, B2 and A4. RGB value is (250,178,164). Sum of RGB (Red+Green+Blue) = 250+178+164=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2A4 is #054D5B. Grayscale: #C6C6C6. Windows color (decimal): -347484 or 10793722. OLE color: 10793722.
HSL color Cylindrical-coordinate representation of color #FAB2A4: hue angle of 9.77º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAB2A4 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 164 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.02 |
| HSL | 9.77º | 0.9% | 0.81% | - |
| HSV(B) | 9.77º | 0.34% | 0.98% | - |
| XYZ | 62.05 | 54.85 | 42.44 | - |
| YUV | 197.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 164 | 0 | 0.29 | 0.34 | 0.02 | 9.77 | 0.9 | 0.81 |
| Hex | FA | B2 | A4 | 0 | 1D | 22 | 2 | A | 5A | 51 |
| Octal | 372 | 262 | 244 | 0 | 35 | 42 | 2 | 12 | 132 | 121 |
| Binary | 11111010 | 10110010 | 10100100 | 0 | 11101 | 100010 | 10 | 1010 | 1011010 | 1010001 |
Color Harmonies of #FAB2A4
Complementary color
Monochromatic Colors of #FAB2A4
Black with #FAB2A4
Text Example
Text Example
White with #FAB2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2A4; }
p { color: rgb(250,178,164); }
H1.HeaderClassName
{
color: #FAB2A4;
}
.AnyTagClassName
{
color: #FAB2A4;
}
</style>
background-color css
<style>
a { background-color: #FAB2A4; }
a { background-color: rgb(250,178,164); }
div.DivClassName
{
background-color: #FAB2A4;
}
.BgClassName
{
background-color: #FAB2A4;
}
</style>
border-color css
<style>
span { border-color: #FAB2A4; }
span { border-color: rgb(250,178,164); }
td.TdClassName
{
border-color: #FAB2A4;
}
.TagClassName
{
border-color: #FAB2A4;
}
</style>