Shades of Pale Chestnut #F0A9AC
Tints of Pale Chestnut #F0A9AC
RGB
CMYK
RGB Variations
Color information
#F0A9AC (or 0xF0A9AC) is known color: Pale Chestnut. HEX triplet: F0, A9 and AC. RGB value is (240,169,172). Sum of RGB (Red+Green+Blue) = 240+169+172=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A9AC is #0F5653. Grayscale: #BEBEBE. Windows color (decimal): -1005140 or 11315696. OLE color: 11315696.
HSL color Cylindrical-coordinate representation of color #F0A9AC: hue angle of 357.46º degrees, saturation: 0.7, 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 #F0A9AC is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 172 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.06 |
| HSL | 357.46º | 0.7% | 0.8% | - |
| HSV(B) | 357.46º | 0.3% | 0.94% | - |
| XYZ | 57.57 | 49.88 | 45.62 | - |
| YUV | 190.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 172 | 0 | 0.30 | 0.28 | 0.06 | 357.46 | 0.7 | 0.8 |
| Hex | F0 | A9 | AC | 0 | 1E | 1C | 6 | 165 | 46 | 50 |
| Octal | 360 | 251 | 254 | 0 | 36 | 34 | 6 | 545 | 106 | 120 |
| Binary | 11110000 | 10101001 | 10101100 | 0 | 11110 | 11100 | 110 | 101100101 | 1000110 | 1010000 |
Color Harmonies of #F0A9AC
Complementary color
Monochromatic Colors of #F0A9AC
Black with #F0A9AC
Text Example
Text Example
White with #F0A9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9AC; }
p { color: rgb(240,169,172); }
H1.HeaderClassName
{
color: #F0A9AC;
}
.AnyTagClassName
{
color: #F0A9AC;
}
</style>
background-color css
<style>
a { background-color: #F0A9AC; }
a { background-color: rgb(240,169,172); }
div.DivClassName
{
background-color: #F0A9AC;
}
.BgClassName
{
background-color: #F0A9AC;
}
</style>
border-color css
<style>
span { border-color: #F0A9AC; }
span { border-color: rgb(240,169,172); }
td.TdClassName
{
border-color: #F0A9AC;
}
.TagClassName
{
border-color: #F0A9AC;
}
</style>