Shades of Pale Chestnut #F1A6A9
Tints of Pale Chestnut #F1A6A9
RGB
CMYK
RGB Variations
Color information
#F1A6A9 (or 0xF1A6A9) is known color: Pale Chestnut. HEX triplet: F1, A6 and A9. RGB value is (241,166,169). Sum of RGB (Red+Green+Blue) = 241+166+169=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A6A9 is #0E5956. Grayscale: #BCBCBC. Windows color (decimal): -940375 or 11118321. OLE color: 11118321.
HSL color Cylindrical-coordinate representation of color #F1A6A9: hue angle of 357.6º 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 #F1A6A9 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 166 | 169 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.05 |
| HSL | 357.6º | 0.73% | 0.8% | - |
| HSV(B) | 357.6º | 0.31% | 0.95% | - |
| XYZ | 57.07 | 48.84 | 43.95 | - |
| YUV | 188.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 166 | 169 | 0 | 0.31 | 0.30 | 0.05 | 357.6 | 0.73 | 0.8 |
| Hex | F1 | A6 | A9 | 0 | 1F | 1E | 5 | 166 | 49 | 50 |
| Octal | 361 | 246 | 251 | 0 | 37 | 36 | 5 | 546 | 111 | 120 |
| Binary | 11110001 | 10100110 | 10101001 | 0 | 11111 | 11110 | 101 | 101100110 | 1001001 | 1010000 |
Color Harmonies of #F1A6A9
Complementary color
Monochromatic Colors of #F1A6A9
Black with #F1A6A9
Text Example
Text Example
White with #F1A6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A6A9; }
p { color: rgb(241,166,169); }
H1.HeaderClassName
{
color: #F1A6A9;
}
.AnyTagClassName
{
color: #F1A6A9;
}
</style>
background-color css
<style>
a { background-color: #F1A6A9; }
a { background-color: rgb(241,166,169); }
div.DivClassName
{
background-color: #F1A6A9;
}
.BgClassName
{
background-color: #F1A6A9;
}
</style>
border-color css
<style>
span { border-color: #F1A6A9; }
span { border-color: rgb(241,166,169); }
td.TdClassName
{
border-color: #F1A6A9;
}
.TagClassName
{
border-color: #F1A6A9;
}
</style>