Shades of Sundown #F1ABA8
Tints of Sundown #F1ABA8
RGB
CMYK
RGB Variations
Color information
#F1ABA8 (or 0xF1ABA8) is known color: Sundown. HEX triplet: F1, AB and A8. RGB value is (241,171,168). Sum of RGB (Red+Green+Blue) = 241+171+168=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ABA8 is #0E5457. Grayscale: #BFBFBF. Windows color (decimal): -939096 or 11054065. OLE color: 11054065.
HSL color Cylindrical-coordinate representation of color #F1ABA8: hue angle of 2.47º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1ABA8 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 168 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.05 |
| HSL | 2.47º | 0.72% | 0.8% | - |
| HSV(B) | 2.47º | 0.3% | 0.95% | - |
| XYZ | 57.91 | 50.65 | 43.77 | - |
| YUV | 191.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 168 | 0 | 0.29 | 0.30 | 0.05 | 2.47 | 0.72 | 0.8 |
| Hex | F1 | AB | A8 | 0 | 1D | 1E | 5 | 2 | 48 | 50 |
| Octal | 361 | 253 | 250 | 0 | 35 | 36 | 5 | 2 | 110 | 120 |
| Binary | 11110001 | 10101011 | 10101000 | 0 | 11101 | 11110 | 101 | 10 | 1001000 | 1010000 |
Color Harmonies of #F1ABA8
Complementary color
Monochromatic Colors of #F1ABA8
Black with #F1ABA8
Text Example
Text Example
White with #F1ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABA8; }
p { color: rgb(241,171,168); }
H1.HeaderClassName
{
color: #F1ABA8;
}
.AnyTagClassName
{
color: #F1ABA8;
}
</style>
background-color css
<style>
a { background-color: #F1ABA8; }
a { background-color: rgb(241,171,168); }
div.DivClassName
{
background-color: #F1ABA8;
}
.BgClassName
{
background-color: #F1ABA8;
}
</style>
border-color css
<style>
span { border-color: #F1ABA8; }
span { border-color: rgb(241,171,168); }
td.TdClassName
{
border-color: #F1ABA8;
}
.TagClassName
{
border-color: #F1ABA8;
}
</style>