Shades of Sundown #F8AFA7
Tints of Sundown #F8AFA7
RGB
CMYK
RGB Variations
Color information
#F8AFA7 (or 0xF8AFA7) is known color: Sundown. HEX triplet: F8, AF and A7. RGB value is (248,175,167). Sum of RGB (Red+Green+Blue) = 248+175+167=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AFA7 is #075058. Grayscale: #C4C4C4. Windows color (decimal): -479321 or 10989560. OLE color: 10989560.
HSL color Cylindrical-coordinate representation of color #F8AFA7: hue angle of 5.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 #F8AFA7 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 167 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.03 |
| HSL | 5.93º | 0.85% | 0.81% | - |
| HSV(B) | 5.93º | 0.33% | 0.97% | - |
| XYZ | 61.02 | 53.41 | 43.65 | - |
| YUV | 195.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 167 | 0 | 0.29 | 0.33 | 0.03 | 5.93 | 0.85 | 0.81 |
| Hex | F8 | AF | A7 | 0 | 1D | 21 | 3 | 6 | 55 | 51 |
| Octal | 370 | 257 | 247 | 0 | 35 | 41 | 3 | 6 | 125 | 121 |
| Binary | 11111000 | 10101111 | 10100111 | 0 | 11101 | 100001 | 11 | 110 | 1010101 | 1010001 |
Color Harmonies of #F8AFA7
Complementary color
Monochromatic Colors of #F8AFA7
Black with #F8AFA7
Text Example
Text Example
White with #F8AFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFA7; }
p { color: rgb(248,175,167); }
H1.HeaderClassName
{
color: #F8AFA7;
}
.AnyTagClassName
{
color: #F8AFA7;
}
</style>
background-color css
<style>
a { background-color: #F8AFA7; }
a { background-color: rgb(248,175,167); }
div.DivClassName
{
background-color: #F8AFA7;
}
.BgClassName
{
background-color: #F8AFA7;
}
</style>
border-color css
<style>
span { border-color: #F8AFA7; }
span { border-color: rgb(248,175,167); }
td.TdClassName
{
border-color: #F8AFA7;
}
.TagClassName
{
border-color: #F8AFA7;
}
</style>