Shades of Sundown #F1ABA6
Tints of Sundown #F1ABA6
RGB
CMYK
RGB Variations
Color information
#F1ABA6 (or 0xF1ABA6) is known color: Sundown. HEX triplet: F1, AB and A6. RGB value is (241,171,166). Sum of RGB (Red+Green+Blue) = 241+171+166=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ABA6 is #0E5459. Grayscale: #BFBFBF. Windows color (decimal): -939098 or 10922993. OLE color: 10922993.
HSL color Cylindrical-coordinate representation of color #F1ABA6: hue angle of 4º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1ABA6 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 166 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.05 |
| HSL | 4º | 0.73% | 0.8% | - |
| HSV(B) | 4º | 0.31% | 0.95% | - |
| XYZ | 57.72 | 50.58 | 42.8 | - |
| YUV | 191.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 166 | 0 | 0.29 | 0.31 | 0.05 | 4 | 0.73 | 0.8 |
| Hex | F1 | AB | A6 | 0 | 1D | 1F | 5 | 4 | 49 | 50 |
| Octal | 361 | 253 | 246 | 0 | 35 | 37 | 5 | 4 | 111 | 120 |
| Binary | 11110001 | 10101011 | 10100110 | 0 | 11101 | 11111 | 101 | 100 | 1001001 | 1010000 |
Color Harmonies of #F1ABA6
Complementary color
Monochromatic Colors of #F1ABA6
Black with #F1ABA6
Text Example
Text Example
White with #F1ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABA6; }
p { color: rgb(241,171,166); }
H1.HeaderClassName
{
color: #F1ABA6;
}
.AnyTagClassName
{
color: #F1ABA6;
}
</style>
background-color css
<style>
a { background-color: #F1ABA6; }
a { background-color: rgb(241,171,166); }
div.DivClassName
{
background-color: #F1ABA6;
}
.BgClassName
{
background-color: #F1ABA6;
}
</style>
border-color css
<style>
span { border-color: #F1ABA6; }
span { border-color: rgb(241,171,166); }
td.TdClassName
{
border-color: #F1ABA6;
}
.TagClassName
{
border-color: #F1ABA6;
}
</style>