Shades of Pale Chestnut #F0A4AB
Tints of Pale Chestnut #F0A4AB
RGB
CMYK
RGB Variations
Color information
#F0A4AB (or 0xF0A4AB) is known color: Pale Chestnut. HEX triplet: F0, A4 and AB. RGB value is (240,164,171). Sum of RGB (Red+Green+Blue) = 240+164+171=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A4AB is #0F5B54. Grayscale: #BBBBBB. Windows color (decimal): -1006421 or 11248880. OLE color: 11248880.
HSL color Cylindrical-coordinate representation of color #F0A4AB: hue angle of 354.47º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A4AB is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 171 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.06 |
| HSL | 354.47º | 0.72% | 0.79% | - |
| HSV(B) | 354.47º | 0.32% | 0.94% | - |
| XYZ | 56.56 | 48.02 | 44.82 | - |
| YUV | 187.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 171 | 0 | 0.32 | 0.29 | 0.06 | 354.47 | 0.72 | 0.79 |
| Hex | F0 | A4 | AB | 0 | 20 | 1D | 6 | 162 | 48 | 4F |
| Octal | 360 | 244 | 253 | 0 | 40 | 35 | 6 | 542 | 110 | 117 |
| Binary | 11110000 | 10100100 | 10101011 | 0 | 100000 | 11101 | 110 | 101100010 | 1001000 | 1001111 |
Color Harmonies of #F0A4AB
Complementary color
Monochromatic Colors of #F0A4AB
Black with #F0A4AB
Text Example
Text Example
White with #F0A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A4AB; }
p { color: rgb(240,164,171); }
H1.HeaderClassName
{
color: #F0A4AB;
}
.AnyTagClassName
{
color: #F0A4AB;
}
</style>
background-color css
<style>
a { background-color: #F0A4AB; }
a { background-color: rgb(240,164,171); }
div.DivClassName
{
background-color: #F0A4AB;
}
.BgClassName
{
background-color: #F0A4AB;
}
</style>
border-color css
<style>
span { border-color: #F0A4AB; }
span { border-color: rgb(240,164,171); }
td.TdClassName
{
border-color: #F0A4AB;
}
.TagClassName
{
border-color: #F0A4AB;
}
</style>