Shades of Sundown #F8AFA3
Tints of Sundown #F8AFA3
RGB
CMYK
RGB Variations
Color information
#F8AFA3 (or 0xF8AFA3) is known color: Sundown. HEX triplet: F8, AF and A3. RGB value is (248,175,163). Sum of RGB (Red+Green+Blue) = 248+175+163=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AFA3 is #07505C. Grayscale: #C3C3C3. Windows color (decimal): -479325 or 10727416. OLE color: 10727416.
HSL color Cylindrical-coordinate representation of color #F8AFA3: hue angle of 8.47º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8AFA3 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 163 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.03 |
| HSL | 8.47º | 0.86% | 0.81% | - |
| HSV(B) | 8.47º | 0.34% | 0.97% | - |
| XYZ | 60.65 | 53.26 | 41.73 | - |
| YUV | 195.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 163 | 0 | 0.29 | 0.34 | 0.03 | 8.47 | 0.86 | 0.81 |
| Hex | F8 | AF | A3 | 0 | 1D | 22 | 3 | 8 | 56 | 51 |
| Octal | 370 | 257 | 243 | 0 | 35 | 42 | 3 | 10 | 126 | 121 |
| Binary | 11111000 | 10101111 | 10100011 | 0 | 11101 | 100010 | 11 | 1000 | 1010110 | 1010001 |
Color Harmonies of #F8AFA3
Complementary color
Monochromatic Colors of #F8AFA3
Black with #F8AFA3
Text Example
Text Example
White with #F8AFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFA3; }
p { color: rgb(248,175,163); }
H1.HeaderClassName
{
color: #F8AFA3;
}
.AnyTagClassName
{
color: #F8AFA3;
}
</style>
background-color css
<style>
a { background-color: #F8AFA3; }
a { background-color: rgb(248,175,163); }
div.DivClassName
{
background-color: #F8AFA3;
}
.BgClassName
{
background-color: #F8AFA3;
}
</style>
border-color css
<style>
span { border-color: #F8AFA3; }
span { border-color: rgb(248,175,163); }
td.TdClassName
{
border-color: #F8AFA3;
}
.TagClassName
{
border-color: #F8AFA3;
}
</style>