Shades of Sundown #F8AAA6
Tints of Sundown #F8AAA6
RGB
CMYK
RGB Variations
Color information
#F8AAA6 (or 0xF8AAA6) is known color: Sundown. HEX triplet: F8, AA and A6. RGB value is (248,170,166). Sum of RGB (Red+Green+Blue) = 248+170+166=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AAA6 is #075559. Grayscale: #C0C0C0. Windows color (decimal): -480602 or 10922744. OLE color: 10922744.
HSL color Cylindrical-coordinate representation of color #F8AAA6: hue angle of 2.93º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8AAA6 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 166 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.03 |
| HSL | 2.93º | 0.85% | 0.81% | - |
| HSV(B) | 2.93º | 0.33% | 0.97% | - |
| XYZ | 59.97 | 51.46 | 42.85 | - |
| YUV | 192.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 166 | 0 | 0.31 | 0.33 | 0.03 | 2.93 | 0.85 | 0.81 |
| Hex | F8 | AA | A6 | 0 | 1F | 21 | 3 | 3 | 55 | 51 |
| Octal | 370 | 252 | 246 | 0 | 37 | 41 | 3 | 3 | 125 | 121 |
| Binary | 11111000 | 10101010 | 10100110 | 0 | 11111 | 100001 | 11 | 11 | 1010101 | 1010001 |
Color Harmonies of #F8AAA6
Complementary color
Monochromatic Colors of #F8AAA6
Black with #F8AAA6
Text Example
Text Example
White with #F8AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAA6; }
p { color: rgb(248,170,166); }
H1.HeaderClassName
{
color: #F8AAA6;
}
.AnyTagClassName
{
color: #F8AAA6;
}
</style>
background-color css
<style>
a { background-color: #F8AAA6; }
a { background-color: rgb(248,170,166); }
div.DivClassName
{
background-color: #F8AAA6;
}
.BgClassName
{
background-color: #F8AAA6;
}
</style>
border-color css
<style>
span { border-color: #F8AAA6; }
span { border-color: rgb(248,170,166); }
td.TdClassName
{
border-color: #F8AAA6;
}
.TagClassName
{
border-color: #F8AAA6;
}
</style>