Shades of Sundown #F1ACA9
Tints of Sundown #F1ACA9
RGB
CMYK
RGB Variations
Color information
#F1ACA9 (or 0xF1ACA9) is known color: Sundown. HEX triplet: F1, AC and A9. RGB value is (241,172,169). Sum of RGB (Red+Green+Blue) = 241+172+169=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ACA9 is #0E5356. Grayscale: #C0C0C0. Windows color (decimal): -938839 or 11119857. OLE color: 11119857.
HSL color Cylindrical-coordinate representation of color #F1ACA9: hue angle of 2.5º 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 #F1ACA9 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 169 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.05 |
| HSL | 2.5º | 0.72% | 0.8% | - |
| HSV(B) | 2.5º | 0.3% | 0.95% | - |
| XYZ | 58.19 | 51.07 | 44.33 | - |
| YUV | 192.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 169 | 0 | 0.29 | 0.30 | 0.05 | 2.5 | 0.72 | 0.8 |
| Hex | F1 | AC | A9 | 0 | 1D | 1E | 5 | 2 | 48 | 50 |
| Octal | 361 | 254 | 251 | 0 | 35 | 36 | 5 | 2 | 110 | 120 |
| Binary | 11110001 | 10101100 | 10101001 | 0 | 11101 | 11110 | 101 | 10 | 1001000 | 1010000 |
Color Harmonies of #F1ACA9
Complementary color
Monochromatic Colors of #F1ACA9
Black with #F1ACA9
Text Example
Text Example
White with #F1ACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACA9; }
p { color: rgb(241,172,169); }
H1.HeaderClassName
{
color: #F1ACA9;
}
.AnyTagClassName
{
color: #F1ACA9;
}
</style>
background-color css
<style>
a { background-color: #F1ACA9; }
a { background-color: rgb(241,172,169); }
div.DivClassName
{
background-color: #F1ACA9;
}
.BgClassName
{
background-color: #F1ACA9;
}
</style>
border-color css
<style>
span { border-color: #F1ACA9; }
span { border-color: rgb(241,172,169); }
td.TdClassName
{
border-color: #F1ACA9;
}
.TagClassName
{
border-color: #F1ACA9;
}
</style>