Shades of Sundown #F0AEAD
Tints of Sundown #F0AEAD
RGB
CMYK
RGB Variations
Color information
#F0AEAD (or 0xF0AEAD) is known color: Sundown. HEX triplet: F0, AE and AD. RGB value is (240,174,173). Sum of RGB (Red+Green+Blue) = 240+174+173=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEAD is #0F5152. Grayscale: #C1C1C1. Windows color (decimal): -1003859 or 11382512. OLE color: 11382512.
HSL color Cylindrical-coordinate representation of color #F0AEAD: hue angle of 0.9º 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 #F0AEAD is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 173 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.06 |
| HSL | 0.9º | 0.69% | 0.81% | - |
| HSV(B) | 0.9º | 0.28% | 0.94% | - |
| XYZ | 58.61 | 51.81 | 46.45 | - |
| YUV | 193.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 173 | 0 | 0.28 | 0.28 | 0.06 | 0.9 | 0.69 | 0.81 |
| Hex | F0 | AE | AD | 0 | 1C | 1C | 6 | 1 | 45 | 51 |
| Octal | 360 | 256 | 255 | 0 | 34 | 34 | 6 | 1 | 105 | 121 |
| Binary | 11110000 | 10101110 | 10101101 | 0 | 11100 | 11100 | 110 | 1 | 1000101 | 1010001 |
Color Harmonies of #F0AEAD
Complementary color
Monochromatic Colors of #F0AEAD
Black with #F0AEAD
Text Example
Text Example
White with #F0AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEAD; }
p { color: rgb(240,174,173); }
H1.HeaderClassName
{
color: #F0AEAD;
}
.AnyTagClassName
{
color: #F0AEAD;
}
</style>
background-color css
<style>
a { background-color: #F0AEAD; }
a { background-color: rgb(240,174,173); }
div.DivClassName
{
background-color: #F0AEAD;
}
.BgClassName
{
background-color: #F0AEAD;
}
</style>
border-color css
<style>
span { border-color: #F0AEAD; }
span { border-color: rgb(240,174,173); }
td.TdClassName
{
border-color: #F0AEAD;
}
.TagClassName
{
border-color: #F0AEAD;
}
</style>