Shades of Sundown #F0ACAB
Tints of Sundown #F0ACAB
RGB
CMYK
RGB Variations
Color information
#F0ACAB (or 0xF0ACAB) is known color: Sundown. HEX triplet: F0, AC and AB. RGB value is (240,172,171). Sum of RGB (Red+Green+Blue) = 240+172+171=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACAB is #0F5354. Grayscale: #C0C0C0. Windows color (decimal): -1004373 or 11250928. OLE color: 11250928.
HSL color Cylindrical-coordinate representation of color #F0ACAB: hue angle of 0.87º 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 #F0ACAB is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 171 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.06 |
| HSL | 0.87º | 0.7% | 0.81% | - |
| HSV(B) | 0.87º | 0.29% | 0.94% | - |
| XYZ | 58.04 | 50.97 | 45.31 | - |
| YUV | 192.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 171 | 0 | 0.28 | 0.29 | 0.06 | 0.87 | 0.7 | 0.81 |
| Hex | F0 | AC | AB | 0 | 1C | 1D | 6 | 1 | 46 | 51 |
| Octal | 360 | 254 | 253 | 0 | 34 | 35 | 6 | 1 | 106 | 121 |
| Binary | 11110000 | 10101100 | 10101011 | 0 | 11100 | 11101 | 110 | 1 | 1000110 | 1010001 |
Color Harmonies of #F0ACAB
Complementary color
Monochromatic Colors of #F0ACAB
Black with #F0ACAB
Text Example
Text Example
White with #F0ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACAB; }
p { color: rgb(240,172,171); }
H1.HeaderClassName
{
color: #F0ACAB;
}
.AnyTagClassName
{
color: #F0ACAB;
}
</style>
background-color css
<style>
a { background-color: #F0ACAB; }
a { background-color: rgb(240,172,171); }
div.DivClassName
{
background-color: #F0ACAB;
}
.BgClassName
{
background-color: #F0ACAB;
}
</style>
border-color css
<style>
span { border-color: #F0ACAB; }
span { border-color: rgb(240,172,171); }
td.TdClassName
{
border-color: #F0ACAB;
}
.TagClassName
{
border-color: #F0ACAB;
}
</style>