Shades of Sundown #F0B3AD
Tints of Sundown #F0B3AD
RGB
CMYK
RGB Variations
Color information
#F0B3AD (or 0xF0B3AD) is known color: Sundown. HEX triplet: F0, B3 and AD. RGB value is (240,179,173). Sum of RGB (Red+Green+Blue) = 240+179+173=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B3AD is #0F4C52. Grayscale: #C4C4C4. Windows color (decimal): -1002579 or 11383792. OLE color: 11383792.
HSL color Cylindrical-coordinate representation of color #F0B3AD: hue angle of 5.37º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B3AD is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 173 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.06 |
| HSL | 5.37º | 0.69% | 0.81% | - |
| HSV(B) | 5.37º | 0.28% | 0.94% | - |
| XYZ | 59.6 | 53.78 | 46.78 | - |
| YUV | 196.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 173 | 0 | 0.25 | 0.28 | 0.06 | 5.37 | 0.69 | 0.81 |
| Hex | F0 | B3 | AD | 0 | 19 | 1C | 6 | 5 | 45 | 51 |
| Octal | 360 | 263 | 255 | 0 | 31 | 34 | 6 | 5 | 105 | 121 |
| Binary | 11110000 | 10110011 | 10101101 | 0 | 11001 | 11100 | 110 | 101 | 1000101 | 1010001 |
Color Harmonies of #F0B3AD
Complementary color
Monochromatic Colors of #F0B3AD
Black with #F0B3AD
Text Example
Text Example
White with #F0B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B3AD; }
p { color: rgb(240,179,173); }
H1.HeaderClassName
{
color: #F0B3AD;
}
.AnyTagClassName
{
color: #F0B3AD;
}
</style>
background-color css
<style>
a { background-color: #F0B3AD; }
a { background-color: rgb(240,179,173); }
div.DivClassName
{
background-color: #F0B3AD;
}
.BgClassName
{
background-color: #F0B3AD;
}
</style>
border-color css
<style>
span { border-color: #F0B3AD; }
span { border-color: rgb(240,179,173); }
td.TdClassName
{
border-color: #F0B3AD;
}
.TagClassName
{
border-color: #F0B3AD;
}
</style>