Shades of Pale Chestnut #F0ACB0
Tints of Pale Chestnut #F0ACB0
RGB
CMYK
RGB Variations
Color information
#F0ACB0 (or 0xF0ACB0) is known color: Pale Chestnut. HEX triplet: F0, AC and B0. RGB value is (240,172,176). Sum of RGB (Red+Green+Blue) = 240+172+176=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACB0 is #0F534F. Grayscale: #C0C0C0. Windows color (decimal): -1004368 or 11578608. OLE color: 11578608.
HSL color Cylindrical-coordinate representation of color #F0ACB0: hue angle of 356.47º 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 #F0ACB0 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 176 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.06 |
| HSL | 356.47º | 0.69% | 0.81% | - |
| HSV(B) | 356.47º | 0.28% | 0.94% | - |
| XYZ | 58.52 | 51.16 | 47.87 | - |
| YUV | 192.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 176 | 0 | 0.28 | 0.27 | 0.06 | 356.47 | 0.69 | 0.81 |
| Hex | F0 | AC | B0 | 0 | 1C | 1B | 6 | 164 | 45 | 51 |
| Octal | 360 | 254 | 260 | 0 | 34 | 33 | 6 | 544 | 105 | 121 |
| Binary | 11110000 | 10101100 | 10110000 | 0 | 11100 | 11011 | 110 | 101100100 | 1000101 | 1010001 |
Color Harmonies of #F0ACB0
Complementary color
Monochromatic Colors of #F0ACB0
Black with #F0ACB0
Text Example
Text Example
White with #F0ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACB0; }
p { color: rgb(240,172,176); }
H1.HeaderClassName
{
color: #F0ACB0;
}
.AnyTagClassName
{
color: #F0ACB0;
}
</style>
background-color css
<style>
a { background-color: #F0ACB0; }
a { background-color: rgb(240,172,176); }
div.DivClassName
{
background-color: #F0ACB0;
}
.BgClassName
{
background-color: #F0ACB0;
}
</style>
border-color css
<style>
span { border-color: #F0ACB0; }
span { border-color: rgb(240,172,176); }
td.TdClassName
{
border-color: #F0ACB0;
}
.TagClassName
{
border-color: #F0ACB0;
}
</style>