Shades of Pale Chestnut #F6A8AC
Tints of Pale Chestnut #F6A8AC
RGB
CMYK
RGB Variations
Color information
#F6A8AC (or 0xF6A8AC) is known color: Pale Chestnut. HEX triplet: F6, A8 and AC. RGB value is (246,168,172). Sum of RGB (Red+Green+Blue) = 246+168+172=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A8AC is #095753. Grayscale: #BFBFBF. Windows color (decimal): -612180 or 11315446. OLE color: 11315446.
HSL color Cylindrical-coordinate representation of color #F6A8AC: hue angle of 356.92º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6A8AC is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 172 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.04 |
| HSL | 356.92º | 0.81% | 0.81% | - |
| HSV(B) | 356.92º | 0.32% | 0.96% | - |
| XYZ | 59.46 | 50.58 | 45.66 | - |
| YUV | 191.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 172 | 0 | 0.32 | 0.30 | 0.04 | 356.92 | 0.81 | 0.81 |
| Hex | F6 | A8 | AC | 0 | 20 | 1E | 4 | 165 | 51 | 51 |
| Octal | 366 | 250 | 254 | 0 | 40 | 36 | 4 | 545 | 121 | 121 |
| Binary | 11110110 | 10101000 | 10101100 | 0 | 100000 | 11110 | 100 | 101100101 | 1010001 | 1010001 |
Color Harmonies of #F6A8AC
Complementary color
Monochromatic Colors of #F6A8AC
Black with #F6A8AC
Text Example
Text Example
White with #F6A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A8AC; }
p { color: rgb(246,168,172); }
H1.HeaderClassName
{
color: #F6A8AC;
}
.AnyTagClassName
{
color: #F6A8AC;
}
</style>
background-color css
<style>
a { background-color: #F6A8AC; }
a { background-color: rgb(246,168,172); }
div.DivClassName
{
background-color: #F6A8AC;
}
.BgClassName
{
background-color: #F6A8AC;
}
</style>
border-color css
<style>
span { border-color: #F6A8AC; }
span { border-color: rgb(246,168,172); }
td.TdClassName
{
border-color: #F6A8AC;
}
.TagClassName
{
border-color: #F6A8AC;
}
</style>