Shades of Pale Chestnut #F0A4A6
Tints of Pale Chestnut #F0A4A6
RGB
CMYK
RGB Variations
Color information
#F0A4A6 (or 0xF0A4A6) is known color: Pale Chestnut. HEX triplet: F0, A4 and A6. RGB value is (240,164,166). Sum of RGB (Red+Green+Blue) = 240+164+166=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A4A6 is #0F5B59. Grayscale: #BBBBBB. Windows color (decimal): -1006426 or 10921200. OLE color: 10921200.
HSL color Cylindrical-coordinate representation of color #F0A4A6: hue angle of 358.42º 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 #F0A4A6 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 166 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.06 |
| HSL | 358.42º | 0.72% | 0.79% | - |
| HSV(B) | 358.42º | 0.32% | 0.94% | - |
| XYZ | 56.09 | 47.83 | 42.35 | - |
| YUV | 186.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 166 | 0 | 0.32 | 0.31 | 0.06 | 358.42 | 0.72 | 0.79 |
| Hex | F0 | A4 | A6 | 0 | 20 | 1F | 6 | 166 | 48 | 4F |
| Octal | 360 | 244 | 246 | 0 | 40 | 37 | 6 | 546 | 110 | 117 |
| Binary | 11110000 | 10100100 | 10100110 | 0 | 100000 | 11111 | 110 | 101100110 | 1001000 | 1001111 |
Color Harmonies of #F0A4A6
Complementary color
Monochromatic Colors of #F0A4A6
Black with #F0A4A6
Text Example
Text Example
White with #F0A4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A4A6; }
p { color: rgb(240,164,166); }
H1.HeaderClassName
{
color: #F0A4A6;
}
.AnyTagClassName
{
color: #F0A4A6;
}
</style>
background-color css
<style>
a { background-color: #F0A4A6; }
a { background-color: rgb(240,164,166); }
div.DivClassName
{
background-color: #F0A4A6;
}
.BgClassName
{
background-color: #F0A4A6;
}
</style>
border-color css
<style>
span { border-color: #F0A4A6; }
span { border-color: rgb(240,164,166); }
td.TdClassName
{
border-color: #F0A4A6;
}
.TagClassName
{
border-color: #F0A4A6;
}
</style>