Shades of Sundown #F5B0AF
Tints of Sundown #F5B0AF
RGB
CMYK
RGB Variations
Color information
#F5B0AF (or 0xF5B0AF) is known color: Sundown. HEX triplet: F5, B0 and AF. RGB value is (245,176,175). Sum of RGB (Red+Green+Blue) = 245+176+175=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B0AF is #0A4F50. Grayscale: #C4C4C4. Windows color (decimal): -675665 or 11514101. OLE color: 11514101.
HSL color Cylindrical-coordinate representation of color #F5B0AF: hue angle of 0.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5B0AF is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 175 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.04 |
| HSL | 0.86º | 0.78% | 0.82% | - |
| HSV(B) | 0.86º | 0.29% | 0.96% | - |
| XYZ | 60.92 | 53.56 | 47.68 | - |
| YUV | 196.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 175 | 0 | 0.28 | 0.29 | 0.04 | 0.86 | 0.78 | 0.82 |
| Hex | F5 | B0 | AF | 0 | 1C | 1D | 4 | 1 | 4E | 52 |
| Octal | 365 | 260 | 257 | 0 | 34 | 35 | 4 | 1 | 116 | 122 |
| Binary | 11110101 | 10110000 | 10101111 | 0 | 11100 | 11101 | 100 | 1 | 1001110 | 1010010 |
Color Harmonies of #F5B0AF
Complementary color
Monochromatic Colors of #F5B0AF
Black with #F5B0AF
Text Example
Text Example
White with #F5B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0AF; }
p { color: rgb(245,176,175); }
H1.HeaderClassName
{
color: #F5B0AF;
}
.AnyTagClassName
{
color: #F5B0AF;
}
</style>
background-color css
<style>
a { background-color: #F5B0AF; }
a { background-color: rgb(245,176,175); }
div.DivClassName
{
background-color: #F5B0AF;
}
.BgClassName
{
background-color: #F5B0AF;
}
</style>
border-color css
<style>
span { border-color: #F5B0AF; }
span { border-color: rgb(245,176,175); }
td.TdClassName
{
border-color: #F5B0AF;
}
.TagClassName
{
border-color: #F5B0AF;
}
</style>