Shades of Sundown #F0AEAB
Tints of Sundown #F0AEAB
RGB
CMYK
RGB Variations
Color information
#F0AEAB (or 0xF0AEAB) is known color: Sundown. HEX triplet: F0, AE and AB. RGB value is (240,174,171). Sum of RGB (Red+Green+Blue) = 240+174+171=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEAB is #0F5154. Grayscale: #C1C1C1. Windows color (decimal): -1003861 or 11251440. OLE color: 11251440.
HSL color Cylindrical-coordinate representation of color #F0AEAB: hue angle of 2.61º 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 #F0AEAB is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 171 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.06 |
| HSL | 2.61º | 0.7% | 0.81% | - |
| HSV(B) | 2.61º | 0.29% | 0.94% | - |
| XYZ | 58.42 | 51.74 | 45.44 | - |
| YUV | 193.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 171 | 0 | 0.28 | 0.29 | 0.06 | 2.61 | 0.7 | 0.81 |
| Hex | F0 | AE | AB | 0 | 1C | 1D | 6 | 3 | 46 | 51 |
| Octal | 360 | 256 | 253 | 0 | 34 | 35 | 6 | 3 | 106 | 121 |
| Binary | 11110000 | 10101110 | 10101011 | 0 | 11100 | 11101 | 110 | 11 | 1000110 | 1010001 |
Color Harmonies of #F0AEAB
Complementary color
Monochromatic Colors of #F0AEAB
Black with #F0AEAB
Text Example
Text Example
White with #F0AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEAB; }
p { color: rgb(240,174,171); }
H1.HeaderClassName
{
color: #F0AEAB;
}
.AnyTagClassName
{
color: #F0AEAB;
}
</style>
background-color css
<style>
a { background-color: #F0AEAB; }
a { background-color: rgb(240,174,171); }
div.DivClassName
{
background-color: #F0AEAB;
}
.BgClassName
{
background-color: #F0AEAB;
}
</style>
border-color css
<style>
span { border-color: #F0AEAB; }
span { border-color: rgb(240,174,171); }
td.TdClassName
{
border-color: #F0AEAB;
}
.TagClassName
{
border-color: #F0AEAB;
}
</style>