Shades of Sundown #F1AAA8
Tints of Sundown #F1AAA8
RGB
CMYK
RGB Variations
Color information
#F1AAA8 (or 0xF1AAA8) is known color: Sundown. HEX triplet: F1, AA and A8. RGB value is (241,170,168). Sum of RGB (Red+Green+Blue) = 241+170+168=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AAA8 is #0E5557. Grayscale: #BFBFBF. Windows color (decimal): -939352 or 11053809. OLE color: 11053809.
HSL color Cylindrical-coordinate representation of color #F1AAA8: hue angle of 1.64º 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 #F1AAA8 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 168 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.05 |
| HSL | 1.64º | 0.72% | 0.8% | - |
| HSV(B) | 1.64º | 0.3% | 0.95% | - |
| XYZ | 57.72 | 50.28 | 43.71 | - |
| YUV | 191 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 168 | 0 | 0.29 | 0.30 | 0.05 | 1.64 | 0.72 | 0.8 |
| Hex | F1 | AA | A8 | 0 | 1D | 1E | 5 | 2 | 48 | 50 |
| Octal | 361 | 252 | 250 | 0 | 35 | 36 | 5 | 2 | 110 | 120 |
| Binary | 11110001 | 10101010 | 10101000 | 0 | 11101 | 11110 | 101 | 10 | 1001000 | 1010000 |
Color Harmonies of #F1AAA8
Complementary color
Monochromatic Colors of #F1AAA8
Black with #F1AAA8
Text Example
Text Example
White with #F1AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAA8; }
p { color: rgb(241,170,168); }
H1.HeaderClassName
{
color: #F1AAA8;
}
.AnyTagClassName
{
color: #F1AAA8;
}
</style>
background-color css
<style>
a { background-color: #F1AAA8; }
a { background-color: rgb(241,170,168); }
div.DivClassName
{
background-color: #F1AAA8;
}
.BgClassName
{
background-color: #F1AAA8;
}
</style>
border-color css
<style>
span { border-color: #F1AAA8; }
span { border-color: rgb(241,170,168); }
td.TdClassName
{
border-color: #F1AAA8;
}
.TagClassName
{
border-color: #F1AAA8;
}
</style>