Shades of Pale Chestnut #F5A7AC
Tints of Pale Chestnut #F5A7AC
RGB
CMYK
RGB Variations
Color information
#F5A7AC (or 0xF5A7AC) is known color: Pale Chestnut. HEX triplet: F5, A7 and AC. RGB value is (245,167,172). Sum of RGB (Red+Green+Blue) = 245+167+172=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A7AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A7AC is #0A5853. Grayscale: #BEBEBE. Windows color (decimal): -677972 or 11315189. OLE color: 11315189.
HSL color Cylindrical-coordinate representation of color #F5A7AC: hue angle of 356.15º degrees, saturation: 0.8, 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 #F5A7AC is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 172 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.04 |
| HSL | 356.15º | 0.8% | 0.81% | - |
| HSV(B) | 356.15º | 0.32% | 0.96% | - |
| XYZ | 58.92 | 50.03 | 45.58 | - |
| YUV | 190.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 172 | 0 | 0.32 | 0.30 | 0.04 | 356.15 | 0.8 | 0.81 |
| Hex | F5 | A7 | AC | 0 | 20 | 1E | 4 | 164 | 50 | 51 |
| Octal | 365 | 247 | 254 | 0 | 40 | 36 | 4 | 544 | 120 | 121 |
| Binary | 11110101 | 10100111 | 10101100 | 0 | 100000 | 11110 | 100 | 101100100 | 1010000 | 1010001 |
Color Harmonies of #F5A7AC
Complementary color
Monochromatic Colors of #F5A7AC
Black with #F5A7AC
Text Example
Text Example
White with #F5A7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A7AC; }
p { color: rgb(245,167,172); }
H1.HeaderClassName
{
color: #F5A7AC;
}
.AnyTagClassName
{
color: #F5A7AC;
}
</style>
background-color css
<style>
a { background-color: #F5A7AC; }
a { background-color: rgb(245,167,172); }
div.DivClassName
{
background-color: #F5A7AC;
}
.BgClassName
{
background-color: #F5A7AC;
}
</style>
border-color css
<style>
span { border-color: #F5A7AC; }
span { border-color: rgb(245,167,172); }
td.TdClassName
{
border-color: #F5A7AC;
}
.TagClassName
{
border-color: #F5A7AC;
}
</style>