Shades of Pale Chestnut #F5ABAC
Tints of Pale Chestnut #F5ABAC
RGB
CMYK
RGB Variations
Color information
#F5ABAC (or 0xF5ABAC) is known color: Pale Chestnut. HEX triplet: F5, AB and AC. RGB value is (245,171,172). Sum of RGB (Red+Green+Blue) = 245+171+172=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ABAC is #0A5453. Grayscale: #C1C1C1. Windows color (decimal): -676948 or 11316213. OLE color: 11316213.
HSL color Cylindrical-coordinate representation of color #F5ABAC: hue angle of 359.19º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABAC is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 172 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.04 |
| HSL | 359.19º | 0.79% | 0.82% | - |
| HSV(B) | 359.19º | 0.3% | 0.96% | - |
| XYZ | 59.67 | 51.52 | 45.83 | - |
| YUV | 193.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 172 | 0 | 0.30 | 0.30 | 0.04 | 359.19 | 0.79 | 0.82 |
| Hex | F5 | AB | AC | 0 | 1E | 1E | 4 | 167 | 4F | 52 |
| Octal | 365 | 253 | 254 | 0 | 36 | 36 | 4 | 547 | 117 | 122 |
| Binary | 11110101 | 10101011 | 10101100 | 0 | 11110 | 11110 | 100 | 101100111 | 1001111 | 1010010 |
Color Harmonies of #F5ABAC
Complementary color
Monochromatic Colors of #F5ABAC
Black with #F5ABAC
Text Example
Text Example
White with #F5ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABAC; }
p { color: rgb(245,171,172); }
H1.HeaderClassName
{
color: #F5ABAC;
}
.AnyTagClassName
{
color: #F5ABAC;
}
</style>
background-color css
<style>
a { background-color: #F5ABAC; }
a { background-color: rgb(245,171,172); }
div.DivClassName
{
background-color: #F5ABAC;
}
.BgClassName
{
background-color: #F5ABAC;
}
</style>
border-color css
<style>
span { border-color: #F5ABAC; }
span { border-color: rgb(245,171,172); }
td.TdClassName
{
border-color: #F5ABAC;
}
.TagClassName
{
border-color: #F5ABAC;
}
</style>