Shades of Sundown #FAB4A6
Tints of Sundown #FAB4A6
RGB
CMYK
RGB Variations
Color information
#FAB4A6 (or 0xFAB4A6) is known color: Sundown. HEX triplet: FA, B4 and A6. RGB value is (250,180,166). Sum of RGB (Red+Green+Blue) = 250+180+166=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4A6 is #054B59. Grayscale: #C7C7C7. Windows color (decimal): -346970 or 10925306. OLE color: 10925306.
HSL color Cylindrical-coordinate representation of color #FAB4A6: hue angle of 10º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAB4A6 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 166 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.02 |
| HSL | 10º | 0.89% | 0.82% | - |
| HSV(B) | 10º | 0.34% | 0.98% | - |
| XYZ | 62.63 | 55.72 | 43.53 | - |
| YUV | 199.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 166 | 0 | 0.28 | 0.34 | 0.02 | 10 | 0.89 | 0.82 |
| Hex | FA | B4 | A6 | 0 | 1C | 22 | 2 | A | 59 | 52 |
| Octal | 372 | 264 | 246 | 0 | 34 | 42 | 2 | 12 | 131 | 122 |
| Binary | 11111010 | 10110100 | 10100110 | 0 | 11100 | 100010 | 10 | 1010 | 1011001 | 1010010 |
Color Harmonies of #FAB4A6
Complementary color
Monochromatic Colors of #FAB4A6
Black with #FAB4A6
Text Example
Text Example
White with #FAB4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4A6; }
p { color: rgb(250,180,166); }
H1.HeaderClassName
{
color: #FAB4A6;
}
.AnyTagClassName
{
color: #FAB4A6;
}
</style>
background-color css
<style>
a { background-color: #FAB4A6; }
a { background-color: rgb(250,180,166); }
div.DivClassName
{
background-color: #FAB4A6;
}
.BgClassName
{
background-color: #FAB4A6;
}
</style>
border-color css
<style>
span { border-color: #FAB4A6; }
span { border-color: rgb(250,180,166); }
td.TdClassName
{
border-color: #FAB4A6;
}
.TagClassName
{
border-color: #FAB4A6;
}
</style>