Shades of Sundown #F0ADA7
Tints of Sundown #F0ADA7
RGB
CMYK
RGB Variations
Color information
#F0ADA7 (or 0xF0ADA7) is known color: Sundown. HEX triplet: F0, AD and A7. RGB value is (240,173,167). Sum of RGB (Red+Green+Blue) = 240+173+167=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ADA7 is #0F5258. Grayscale: #C0C0C0. Windows color (decimal): -1004121 or 10989040. OLE color: 10989040.
HSL color Cylindrical-coordinate representation of color #F0ADA7: hue angle of 4.93º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0ADA7 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 167 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.06 |
| HSL | 4.93º | 0.71% | 0.8% | - |
| HSV(B) | 4.93º | 0.3% | 0.94% | - |
| XYZ | 57.85 | 51.2 | 43.39 | - |
| YUV | 192.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 167 | 0 | 0.28 | 0.30 | 0.06 | 4.93 | 0.71 | 0.8 |
| Hex | F0 | AD | A7 | 0 | 1C | 1E | 6 | 5 | 47 | 50 |
| Octal | 360 | 255 | 247 | 0 | 34 | 36 | 6 | 5 | 107 | 120 |
| Binary | 11110000 | 10101101 | 10100111 | 0 | 11100 | 11110 | 110 | 101 | 1000111 | 1010000 |
Color Harmonies of #F0ADA7
Complementary color
Monochromatic Colors of #F0ADA7
Black with #F0ADA7
Text Example
Text Example
White with #F0ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADA7; }
p { color: rgb(240,173,167); }
H1.HeaderClassName
{
color: #F0ADA7;
}
.AnyTagClassName
{
color: #F0ADA7;
}
</style>
background-color css
<style>
a { background-color: #F0ADA7; }
a { background-color: rgb(240,173,167); }
div.DivClassName
{
background-color: #F0ADA7;
}
.BgClassName
{
background-color: #F0ADA7;
}
</style>
border-color css
<style>
span { border-color: #F0ADA7; }
span { border-color: rgb(240,173,167); }
td.TdClassName
{
border-color: #F0ADA7;
}
.TagClassName
{
border-color: #F0ADA7;
}
</style>