Shades of Pale Chestnut #F0AAAF
Tints of Pale Chestnut #F0AAAF
RGB
CMYK
RGB Variations
Color information
#F0AAAF (or 0xF0AAAF) is known color: Pale Chestnut. HEX triplet: F0, AA and AF. RGB value is (240,170,175). Sum of RGB (Red+Green+Blue) = 240+170+175=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAAF is #0F5550. Grayscale: #BFBFBF. Windows color (decimal): -1004881 or 11512560. OLE color: 11512560.
HSL color Cylindrical-coordinate representation of color #F0AAAF: hue angle of 355.71º 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 #F0AAAF is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 175 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.06 |
| HSL | 355.71º | 0.7% | 0.8% | - |
| HSV(B) | 355.71º | 0.29% | 0.94% | - |
| XYZ | 58.05 | 50.37 | 47.22 | - |
| YUV | 191.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 175 | 0 | 0.29 | 0.27 | 0.06 | 355.71 | 0.7 | 0.8 |
| Hex | F0 | AA | AF | 0 | 1D | 1B | 6 | 164 | 46 | 50 |
| Octal | 360 | 252 | 257 | 0 | 35 | 33 | 6 | 544 | 106 | 120 |
| Binary | 11110000 | 10101010 | 10101111 | 0 | 11101 | 11011 | 110 | 101100100 | 1000110 | 1010000 |
Color Harmonies of #F0AAAF
Complementary color
Monochromatic Colors of #F0AAAF
Black with #F0AAAF
Text Example
Text Example
White with #F0AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAAF; }
p { color: rgb(240,170,175); }
H1.HeaderClassName
{
color: #F0AAAF;
}
.AnyTagClassName
{
color: #F0AAAF;
}
</style>
background-color css
<style>
a { background-color: #F0AAAF; }
a { background-color: rgb(240,170,175); }
div.DivClassName
{
background-color: #F0AAAF;
}
.BgClassName
{
background-color: #F0AAAF;
}
</style>
border-color css
<style>
span { border-color: #F0AAAF; }
span { border-color: rgb(240,170,175); }
td.TdClassName
{
border-color: #F0AAAF;
}
.TagClassName
{
border-color: #F0AAAF;
}
</style>