Shades of Pale Chestnut #F0A8AC
Tints of Pale Chestnut #F0A8AC
RGB
CMYK
RGB Variations
Color information
#F0A8AC (or 0xF0A8AC) is known color: Pale Chestnut. HEX triplet: F0, A8 and AC. RGB value is (240,168,172). Sum of RGB (Red+Green+Blue) = 240+168+172=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A8AC is #0F5753. Grayscale: #BEBEBE. Windows color (decimal): -1005396 or 11315440. OLE color: 11315440.
HSL color Cylindrical-coordinate representation of color #F0A8AC: hue angle of 356.67º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A8AC is Cyan = 0, Magento = 0.3, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 172 | - |
| CMYK | 0 | 0.3 | 0.28 | 0.06 |
| HSL | 356.67º | 0.71% | 0.8% | - |
| HSV(B) | 356.67º | 0.3% | 0.94% | - |
| XYZ | 57.38 | 49.51 | 45.56 | - |
| YUV | 189.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 172 | 0 | 0.3 | 0.28 | 0.06 | 356.67 | 0.71 | 0.8 |
| Hex | F0 | A8 | AC | 0 | 1E | 1C | 6 | 165 | 47 | 50 |
| Octal | 360 | 250 | 254 | 0 | 36 | 34 | 6 | 545 | 107 | 120 |
| Binary | 11110000 | 10101000 | 10101100 | 0 | 11110 | 11100 | 110 | 101100101 | 1000111 | 1010000 |
Color Harmonies of #F0A8AC
Complementary color
Monochromatic Colors of #F0A8AC
Black with #F0A8AC
Text Example
Text Example
White with #F0A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8AC; }
p { color: rgb(240,168,172); }
H1.HeaderClassName
{
color: #F0A8AC;
}
.AnyTagClassName
{
color: #F0A8AC;
}
</style>
background-color css
<style>
a { background-color: #F0A8AC; }
a { background-color: rgb(240,168,172); }
div.DivClassName
{
background-color: #F0A8AC;
}
.BgClassName
{
background-color: #F0A8AC;
}
</style>
border-color css
<style>
span { border-color: #F0A8AC; }
span { border-color: rgb(240,168,172); }
td.TdClassName
{
border-color: #F0A8AC;
}
.TagClassName
{
border-color: #F0A8AC;
}
</style>