Shades of Sundown #F0B2AB
Tints of Sundown #F0B2AB
RGB
CMYK
RGB Variations
Color information
#F0B2AB (or 0xF0B2AB) is known color: Sundown. HEX triplet: F0, B2 and AB. RGB value is (240,178,171). Sum of RGB (Red+Green+Blue) = 240+178+171=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B2AB is #0F4D54. Grayscale: #C3C3C3. Windows color (decimal): -1002837 or 11252464. OLE color: 11252464.
HSL color Cylindrical-coordinate representation of color #F0B2AB: hue angle of 6.09º 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 #F0B2AB is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 171 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.06 |
| HSL | 6.09º | 0.7% | 0.81% | - |
| HSV(B) | 6.09º | 0.29% | 0.94% | - |
| XYZ | 59.21 | 53.31 | 45.7 | - |
| YUV | 195.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 171 | 0 | 0.26 | 0.29 | 0.06 | 6.09 | 0.7 | 0.81 |
| Hex | F0 | B2 | AB | 0 | 1A | 1D | 6 | 6 | 46 | 51 |
| Octal | 360 | 262 | 253 | 0 | 32 | 35 | 6 | 6 | 106 | 121 |
| Binary | 11110000 | 10110010 | 10101011 | 0 | 11010 | 11101 | 110 | 110 | 1000110 | 1010001 |
Color Harmonies of #F0B2AB
Complementary color
Monochromatic Colors of #F0B2AB
Black with #F0B2AB
Text Example
Text Example
White with #F0B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2AB; }
p { color: rgb(240,178,171); }
H1.HeaderClassName
{
color: #F0B2AB;
}
.AnyTagClassName
{
color: #F0B2AB;
}
</style>
background-color css
<style>
a { background-color: #F0B2AB; }
a { background-color: rgb(240,178,171); }
div.DivClassName
{
background-color: #F0B2AB;
}
.BgClassName
{
background-color: #F0B2AB;
}
</style>
border-color css
<style>
span { border-color: #F0B2AB; }
span { border-color: rgb(240,178,171); }
td.TdClassName
{
border-color: #F0B2AB;
}
.TagClassName
{
border-color: #F0B2AB;
}
</style>