Shades of Sundown #F0B0AF
Tints of Sundown #F0B0AF
RGB
CMYK
RGB Variations
Color information
#F0B0AF (or 0xF0B0AF) is known color: Sundown. HEX triplet: F0, B0 and AF. RGB value is (240,176,175). Sum of RGB (Red+Green+Blue) = 240+176+175=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B0AF is #0F4F50. Grayscale: #C3C3C3. Windows color (decimal): -1003345 or 11514096. OLE color: 11514096.
HSL color Cylindrical-coordinate representation of color #F0B0AF: hue angle of 0.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0AF is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 175 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.06 |
| HSL | 0.92º | 0.68% | 0.81% | - |
| HSV(B) | 0.92º | 0.27% | 0.94% | - |
| XYZ | 59.2 | 52.67 | 47.6 | - |
| YUV | 195.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 175 | 0 | 0.27 | 0.27 | 0.06 | 0.92 | 0.68 | 0.81 |
| Hex | F0 | B0 | AF | 0 | 1B | 1B | 6 | 1 | 44 | 51 |
| Octal | 360 | 260 | 257 | 0 | 33 | 33 | 6 | 1 | 104 | 121 |
| Binary | 11110000 | 10110000 | 10101111 | 0 | 11011 | 11011 | 110 | 1 | 1000100 | 1010001 |
Color Harmonies of #F0B0AF
Complementary color
Monochromatic Colors of #F0B0AF
Black with #F0B0AF
Text Example
Text Example
White with #F0B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0AF; }
p { color: rgb(240,176,175); }
H1.HeaderClassName
{
color: #F0B0AF;
}
.AnyTagClassName
{
color: #F0B0AF;
}
</style>
background-color css
<style>
a { background-color: #F0B0AF; }
a { background-color: rgb(240,176,175); }
div.DivClassName
{
background-color: #F0B0AF;
}
.BgClassName
{
background-color: #F0B0AF;
}
</style>
border-color css
<style>
span { border-color: #F0B0AF; }
span { border-color: rgb(240,176,175); }
td.TdClassName
{
border-color: #F0B0AF;
}
.TagClassName
{
border-color: #F0B0AF;
}
</style>