Shades of Sundown #F8AAA5
Tints of Sundown #F8AAA5
RGB
CMYK
RGB Variations
Color information
#F8AAA5 (or 0xF8AAA5) is known color: Sundown. HEX triplet: F8, AA and A5. RGB value is (248,170,165). Sum of RGB (Red+Green+Blue) = 248+170+165=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AAA5 is #07555A. Grayscale: #C0C0C0. Windows color (decimal): -480603 or 10857208. OLE color: 10857208.
HSL color Cylindrical-coordinate representation of color #F8AAA5: hue angle of 3.61º degrees, saturation: 0.86, 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 #F8AAA5 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 165 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.03 |
| HSL | 3.61º | 0.86% | 0.81% | - |
| HSV(B) | 3.61º | 0.33% | 0.97% | - |
| XYZ | 59.88 | 51.42 | 42.37 | - |
| YUV | 192.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 165 | 0 | 0.31 | 0.33 | 0.03 | 3.61 | 0.86 | 0.81 |
| Hex | F8 | AA | A5 | 0 | 1F | 21 | 3 | 4 | 56 | 51 |
| Octal | 370 | 252 | 245 | 0 | 37 | 41 | 3 | 4 | 126 | 121 |
| Binary | 11111000 | 10101010 | 10100101 | 0 | 11111 | 100001 | 11 | 100 | 1010110 | 1010001 |
Color Harmonies of #F8AAA5
Complementary color
Monochromatic Colors of #F8AAA5
Black with #F8AAA5
Text Example
Text Example
White with #F8AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAA5; }
p { color: rgb(248,170,165); }
H1.HeaderClassName
{
color: #F8AAA5;
}
.AnyTagClassName
{
color: #F8AAA5;
}
</style>
background-color css
<style>
a { background-color: #F8AAA5; }
a { background-color: rgb(248,170,165); }
div.DivClassName
{
background-color: #F8AAA5;
}
.BgClassName
{
background-color: #F8AAA5;
}
</style>
border-color css
<style>
span { border-color: #F8AAA5; }
span { border-color: rgb(248,170,165); }
td.TdClassName
{
border-color: #F8AAA5;
}
.TagClassName
{
border-color: #F8AAA5;
}
</style>