Shades of Pale Chestnut #F6ABAC
Tints of Pale Chestnut #F6ABAC
RGB
CMYK
RGB Variations
Color information
#F6ABAC (or 0xF6ABAC) is known color: Pale Chestnut. HEX triplet: F6, AB and AC. RGB value is (246,171,172). Sum of RGB (Red+Green+Blue) = 246+171+172=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6ABAC is #095453. Grayscale: #C1C1C1. Windows color (decimal): -611412 or 11316214. OLE color: 11316214.
HSL color Cylindrical-coordinate representation of color #F6ABAC: hue angle of 359.2º degrees, saturation: 0.81, 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 #F6ABAC is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 172 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.04 |
| HSL | 359.2º | 0.81% | 0.82% | - |
| HSV(B) | 359.2º | 0.3% | 0.96% | - |
| XYZ | 60.02 | 51.7 | 45.85 | - |
| YUV | 193.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 172 | 0 | 0.30 | 0.30 | 0.04 | 359.2 | 0.81 | 0.82 |
| Hex | F6 | AB | AC | 0 | 1E | 1E | 4 | 167 | 51 | 52 |
| Octal | 366 | 253 | 254 | 0 | 36 | 36 | 4 | 547 | 121 | 122 |
| Binary | 11110110 | 10101011 | 10101100 | 0 | 11110 | 11110 | 100 | 101100111 | 1010001 | 1010010 |
Color Harmonies of #F6ABAC
Complementary color
Monochromatic Colors of #F6ABAC
Black with #F6ABAC
Text Example
Text Example
White with #F6ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ABAC; }
p { color: rgb(246,171,172); }
H1.HeaderClassName
{
color: #F6ABAC;
}
.AnyTagClassName
{
color: #F6ABAC;
}
</style>
background-color css
<style>
a { background-color: #F6ABAC; }
a { background-color: rgb(246,171,172); }
div.DivClassName
{
background-color: #F6ABAC;
}
.BgClassName
{
background-color: #F6ABAC;
}
</style>
border-color css
<style>
span { border-color: #F6ABAC; }
span { border-color: rgb(246,171,172); }
td.TdClassName
{
border-color: #F6ABAC;
}
.TagClassName
{
border-color: #F6ABAC;
}
</style>