Shades of Sundown #F0B4AB
Tints of Sundown #F0B4AB
RGB
CMYK
RGB Variations
Color information
#F0B4AB (or 0xF0B4AB) is known color: Sundown. HEX triplet: F0, B4 and AB. RGB value is (240,180,171). Sum of RGB (Red+Green+Blue) = 240+180+171=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B4AB is #0F4B54. Grayscale: #C5C5C5. Windows color (decimal): -1002325 or 11252976. OLE color: 11252976.
HSL color Cylindrical-coordinate representation of color #F0B4AB: hue angle of 7.83º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B4AB is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 171 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.06 |
| HSL | 7.83º | 0.7% | 0.81% | - |
| HSV(B) | 7.83º | 0.29% | 0.94% | - |
| XYZ | 59.61 | 54.11 | 45.83 | - |
| YUV | 196.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 171 | 0 | 0.25 | 0.29 | 0.06 | 7.83 | 0.7 | 0.81 |
| Hex | F0 | B4 | AB | 0 | 19 | 1D | 6 | 8 | 46 | 51 |
| Octal | 360 | 264 | 253 | 0 | 31 | 35 | 6 | 10 | 106 | 121 |
| Binary | 11110000 | 10110100 | 10101011 | 0 | 11001 | 11101 | 110 | 1000 | 1000110 | 1010001 |
Color Harmonies of #F0B4AB
Complementary color
Monochromatic Colors of #F0B4AB
Black with #F0B4AB
Text Example
Text Example
White with #F0B4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4AB; }
p { color: rgb(240,180,171); }
H1.HeaderClassName
{
color: #F0B4AB;
}
.AnyTagClassName
{
color: #F0B4AB;
}
</style>
background-color css
<style>
a { background-color: #F0B4AB; }
a { background-color: rgb(240,180,171); }
div.DivClassName
{
background-color: #F0B4AB;
}
.BgClassName
{
background-color: #F0B4AB;
}
</style>
border-color css
<style>
span { border-color: #F0B4AB; }
span { border-color: rgb(240,180,171); }
td.TdClassName
{
border-color: #F0B4AB;
}
.TagClassName
{
border-color: #F0B4AB;
}
</style>