Shades of Sundown #F8B0A5
Tints of Sundown #F8B0A5
RGB
CMYK
RGB Variations
Color information
#F8B0A5 (or 0xF8B0A5) is known color: Sundown. HEX triplet: F8, B0 and A5. RGB value is (248,176,165). Sum of RGB (Red+Green+Blue) = 248+176+165=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B0A5 is #074F5A. Grayscale: #C4C4C4. Windows color (decimal): -479067 or 10858744. OLE color: 10858744.
HSL color Cylindrical-coordinate representation of color #F8B0A5: hue angle of 7.95º 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 #F8B0A5 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 165 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.03 |
| HSL | 7.95º | 0.86% | 0.81% | - |
| HSV(B) | 7.95º | 0.33% | 0.97% | - |
| XYZ | 61.03 | 53.72 | 42.75 | - |
| YUV | 196.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 165 | 0 | 0.29 | 0.33 | 0.03 | 7.95 | 0.86 | 0.81 |
| Hex | F8 | B0 | A5 | 0 | 1D | 21 | 3 | 8 | 56 | 51 |
| Octal | 370 | 260 | 245 | 0 | 35 | 41 | 3 | 10 | 126 | 121 |
| Binary | 11111000 | 10110000 | 10100101 | 0 | 11101 | 100001 | 11 | 1000 | 1010110 | 1010001 |
Color Harmonies of #F8B0A5
Complementary color
Monochromatic Colors of #F8B0A5
Black with #F8B0A5
Text Example
Text Example
White with #F8B0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B0A5; }
p { color: rgb(248,176,165); }
H1.HeaderClassName
{
color: #F8B0A5;
}
.AnyTagClassName
{
color: #F8B0A5;
}
</style>
background-color css
<style>
a { background-color: #F8B0A5; }
a { background-color: rgb(248,176,165); }
div.DivClassName
{
background-color: #F8B0A5;
}
.BgClassName
{
background-color: #F8B0A5;
}
</style>
border-color css
<style>
span { border-color: #F8B0A5; }
span { border-color: rgb(248,176,165); }
td.TdClassName
{
border-color: #F8B0A5;
}
.TagClassName
{
border-color: #F8B0A5;
}
</style>