Shades of Pale Chestnut #F1A8AF
Tints of Pale Chestnut #F1A8AF
RGB
CMYK
RGB Variations
Color information
#F1A8AF (or 0xF1A8AF) is known color: Pale Chestnut. HEX triplet: F1, A8 and AF. RGB value is (241,168,175). Sum of RGB (Red+Green+Blue) = 241+168+175=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A8AF is #0E5750. Grayscale: #BEBEBE. Windows color (decimal): -939857 or 11512049. OLE color: 11512049.
HSL color Cylindrical-coordinate representation of color #F1A8AF: hue angle of 354.25º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8AF is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 175 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.05 |
| HSL | 354.25º | 0.72% | 0.8% | - |
| HSV(B) | 354.25º | 0.3% | 0.95% | - |
| XYZ | 58.02 | 49.8 | 47.11 | - |
| YUV | 190.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 175 | 0 | 0.30 | 0.27 | 0.05 | 354.25 | 0.72 | 0.8 |
| Hex | F1 | A8 | AF | 0 | 1E | 1B | 5 | 162 | 48 | 50 |
| Octal | 361 | 250 | 257 | 0 | 36 | 33 | 5 | 542 | 110 | 120 |
| Binary | 11110001 | 10101000 | 10101111 | 0 | 11110 | 11011 | 101 | 101100010 | 1001000 | 1010000 |
Color Harmonies of #F1A8AF
Complementary color
Monochromatic Colors of #F1A8AF
Black with #F1A8AF
Text Example
Text Example
White with #F1A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8AF; }
p { color: rgb(241,168,175); }
H1.HeaderClassName
{
color: #F1A8AF;
}
.AnyTagClassName
{
color: #F1A8AF;
}
</style>
background-color css
<style>
a { background-color: #F1A8AF; }
a { background-color: rgb(241,168,175); }
div.DivClassName
{
background-color: #F1A8AF;
}
.BgClassName
{
background-color: #F1A8AF;
}
</style>
border-color css
<style>
span { border-color: #F1A8AF; }
span { border-color: rgb(241,168,175); }
td.TdClassName
{
border-color: #F1A8AF;
}
.TagClassName
{
border-color: #F1A8AF;
}
</style>