Shades of Pale Chestnut #F1A7AB
Tints of Pale Chestnut #F1A7AB
RGB
CMYK
RGB Variations
Color information
#F1A7AB (or 0xF1A7AB) is known color: Pale Chestnut. HEX triplet: F1, A7 and AB. RGB value is (241,167,171). Sum of RGB (Red+Green+Blue) = 241+167+171=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A7AB is #0E5854. Grayscale: #BDBDBD. Windows color (decimal): -940117 or 11249649. OLE color: 11249649.
HSL color Cylindrical-coordinate representation of color #F1A7AB: hue angle of 356.76º 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 #F1A7AB is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 167 | 171 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.05 |
| HSL | 356.76º | 0.73% | 0.8% | - |
| HSV(B) | 356.76º | 0.31% | 0.95% | - |
| XYZ | 57.45 | 49.28 | 45.01 | - |
| YUV | 189.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 167 | 171 | 0 | 0.31 | 0.29 | 0.05 | 356.76 | 0.73 | 0.8 |
| Hex | F1 | A7 | AB | 0 | 1F | 1D | 5 | 165 | 49 | 50 |
| Octal | 361 | 247 | 253 | 0 | 37 | 35 | 5 | 545 | 111 | 120 |
| Binary | 11110001 | 10100111 | 10101011 | 0 | 11111 | 11101 | 101 | 101100101 | 1001001 | 1010000 |
Color Harmonies of #F1A7AB
Complementary color
Monochromatic Colors of #F1A7AB
Black with #F1A7AB
Text Example
Text Example
White with #F1A7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A7AB; }
p { color: rgb(241,167,171); }
H1.HeaderClassName
{
color: #F1A7AB;
}
.AnyTagClassName
{
color: #F1A7AB;
}
</style>
background-color css
<style>
a { background-color: #F1A7AB; }
a { background-color: rgb(241,167,171); }
div.DivClassName
{
background-color: #F1A7AB;
}
.BgClassName
{
background-color: #F1A7AB;
}
</style>
border-color css
<style>
span { border-color: #F1A7AB; }
span { border-color: rgb(241,167,171); }
td.TdClassName
{
border-color: #F1A7AB;
}
.TagClassName
{
border-color: #F1A7AB;
}
</style>