Shades of Sundown #F1AAA6
Tints of Sundown #F1AAA6
RGB
CMYK
RGB Variations
Color information
#F1AAA6 (or 0xF1AAA6) is known color: Sundown. HEX triplet: F1, AA and A6. RGB value is (241,170,166). Sum of RGB (Red+Green+Blue) = 241+170+166=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AAA6 is #0E5559. Grayscale: #BEBEBE. Windows color (decimal): -939354 or 10922737. OLE color: 10922737.
HSL color Cylindrical-coordinate representation of color #F1AAA6: hue angle of 3.2º 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 #F1AAA6 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 166 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.05 |
| HSL | 3.2º | 0.73% | 0.8% | - |
| HSV(B) | 3.2º | 0.31% | 0.95% | - |
| XYZ | 57.53 | 50.2 | 42.73 | - |
| YUV | 190.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 166 | 0 | 0.29 | 0.31 | 0.05 | 3.2 | 0.73 | 0.8 |
| Hex | F1 | AA | A6 | 0 | 1D | 1F | 5 | 3 | 49 | 50 |
| Octal | 361 | 252 | 246 | 0 | 35 | 37 | 5 | 3 | 111 | 120 |
| Binary | 11110001 | 10101010 | 10100110 | 0 | 11101 | 11111 | 101 | 11 | 1001001 | 1010000 |
Color Harmonies of #F1AAA6
Complementary color
Monochromatic Colors of #F1AAA6
Black with #F1AAA6
Text Example
Text Example
White with #F1AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAA6; }
p { color: rgb(241,170,166); }
H1.HeaderClassName
{
color: #F1AAA6;
}
.AnyTagClassName
{
color: #F1AAA6;
}
</style>
background-color css
<style>
a { background-color: #F1AAA6; }
a { background-color: rgb(241,170,166); }
div.DivClassName
{
background-color: #F1AAA6;
}
.BgClassName
{
background-color: #F1AAA6;
}
</style>
border-color css
<style>
span { border-color: #F1AAA6; }
span { border-color: rgb(241,170,166); }
td.TdClassName
{
border-color: #F1AAA6;
}
.TagClassName
{
border-color: #F1AAA6;
}
</style>