Shades of Pale Chestnut #F1A7AC
Tints of Pale Chestnut #F1A7AC
RGB
CMYK
RGB Variations
Color information
#F1A7AC (or 0xF1A7AC) is known color: Pale Chestnut. HEX triplet: F1, A7 and AC. RGB value is (241,167,172). Sum of RGB (Red+Green+Blue) = 241+167+172=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A7AC is #0E5853. Grayscale: #BDBDBD. Windows color (decimal): -940116 or 11315185. OLE color: 11315185.
HSL color Cylindrical-coordinate representation of color #F1A7AC: hue angle of 355.95º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A7AC is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 167 | 172 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.05 |
| HSL | 355.95º | 0.73% | 0.8% | - |
| HSV(B) | 355.95º | 0.31% | 0.95% | - |
| XYZ | 57.54 | 49.32 | 45.52 | - |
| YUV | 189.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 167 | 172 | 0 | 0.31 | 0.29 | 0.05 | 355.95 | 0.73 | 0.8 |
| Hex | F1 | A7 | AC | 0 | 1F | 1D | 5 | 164 | 49 | 50 |
| Octal | 361 | 247 | 254 | 0 | 37 | 35 | 5 | 544 | 111 | 120 |
| Binary | 11110001 | 10100111 | 10101100 | 0 | 11111 | 11101 | 101 | 101100100 | 1001001 | 1010000 |
Color Harmonies of #F1A7AC
Complementary color
Monochromatic Colors of #F1A7AC
Black with #F1A7AC
Text Example
Text Example
White with #F1A7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A7AC; }
p { color: rgb(241,167,172); }
H1.HeaderClassName
{
color: #F1A7AC;
}
.AnyTagClassName
{
color: #F1A7AC;
}
</style>
background-color css
<style>
a { background-color: #F1A7AC; }
a { background-color: rgb(241,167,172); }
div.DivClassName
{
background-color: #F1A7AC;
}
.BgClassName
{
background-color: #F1A7AC;
}
</style>
border-color css
<style>
span { border-color: #F1A7AC; }
span { border-color: rgb(241,167,172); }
td.TdClassName
{
border-color: #F1A7AC;
}
.TagClassName
{
border-color: #F1A7AC;
}
</style>