Shades of Pale Chestnut #F0AAAB
Tints of Pale Chestnut #F0AAAB
RGB
CMYK
RGB Variations
Color information
#F0AAAB (or 0xF0AAAB) is known color: Pale Chestnut. HEX triplet: F0, AA and AB. RGB value is (240,170,171). Sum of RGB (Red+Green+Blue) = 240+170+171=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAAB is #0F5554. Grayscale: #BFBFBF. Windows color (decimal): -1004885 or 11250416. OLE color: 11250416.
HSL color Cylindrical-coordinate representation of color #F0AAAB: hue angle of 359.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAAB is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 171 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.06 |
| HSL | 359.14º | 0.7% | 0.8% | - |
| HSV(B) | 359.14º | 0.29% | 0.94% | - |
| XYZ | 57.66 | 50.21 | 45.18 | - |
| YUV | 191.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 171 | 0 | 0.29 | 0.29 | 0.06 | 359.14 | 0.7 | 0.8 |
| Hex | F0 | AA | AB | 0 | 1D | 1D | 6 | 167 | 46 | 50 |
| Octal | 360 | 252 | 253 | 0 | 35 | 35 | 6 | 547 | 106 | 120 |
| Binary | 11110000 | 10101010 | 10101011 | 0 | 11101 | 11101 | 110 | 101100111 | 1000110 | 1010000 |
Color Harmonies of #F0AAAB
Complementary color
Monochromatic Colors of #F0AAAB
Black with #F0AAAB
Text Example
Text Example
White with #F0AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAAB; }
p { color: rgb(240,170,171); }
H1.HeaderClassName
{
color: #F0AAAB;
}
.AnyTagClassName
{
color: #F0AAAB;
}
</style>
background-color css
<style>
a { background-color: #F0AAAB; }
a { background-color: rgb(240,170,171); }
div.DivClassName
{
background-color: #F0AAAB;
}
.BgClassName
{
background-color: #F0AAAB;
}
</style>
border-color css
<style>
span { border-color: #F0AAAB; }
span { border-color: rgb(240,170,171); }
td.TdClassName
{
border-color: #F0AAAB;
}
.TagClassName
{
border-color: #F0AAAB;
}
</style>