Shades of Sundown #F8AFA6
Tints of Sundown #F8AFA6
RGB
CMYK
RGB Variations
Color information
#F8AFA6 (or 0xF8AFA6) is known color: Sundown. HEX triplet: F8, AF and A6. RGB value is (248,175,166). Sum of RGB (Red+Green+Blue) = 248+175+166=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AFA6 is #075059. Grayscale: #C3C3C3. Windows color (decimal): -479322 or 10924024. OLE color: 10924024.
HSL color Cylindrical-coordinate representation of color #F8AFA6: hue angle of 6.59º 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 #F8AFA6 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 166 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.03 |
| HSL | 6.59º | 0.85% | 0.81% | - |
| HSV(B) | 6.59º | 0.33% | 0.97% | - |
| XYZ | 60.92 | 53.37 | 43.17 | - |
| YUV | 195.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 166 | 0 | 0.29 | 0.33 | 0.03 | 6.59 | 0.85 | 0.81 |
| Hex | F8 | AF | A6 | 0 | 1D | 21 | 3 | 7 | 55 | 51 |
| Octal | 370 | 257 | 246 | 0 | 35 | 41 | 3 | 7 | 125 | 121 |
| Binary | 11111000 | 10101111 | 10100110 | 0 | 11101 | 100001 | 11 | 111 | 1010101 | 1010001 |
Color Harmonies of #F8AFA6
Complementary color
Monochromatic Colors of #F8AFA6
Black with #F8AFA6
Text Example
Text Example
White with #F8AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFA6; }
p { color: rgb(248,175,166); }
H1.HeaderClassName
{
color: #F8AFA6;
}
.AnyTagClassName
{
color: #F8AFA6;
}
</style>
background-color css
<style>
a { background-color: #F8AFA6; }
a { background-color: rgb(248,175,166); }
div.DivClassName
{
background-color: #F8AFA6;
}
.BgClassName
{
background-color: #F8AFA6;
}
</style>
border-color css
<style>
span { border-color: #F8AFA6; }
span { border-color: rgb(248,175,166); }
td.TdClassName
{
border-color: #F8AFA6;
}
.TagClassName
{
border-color: #F8AFA6;
}
</style>