Shades of Pale Chestnut #F1A8AA
Tints of Pale Chestnut #F1A8AA
RGB
CMYK
RGB Variations
Color information
#F1A8AA (or 0xF1A8AA) is known color: Pale Chestnut. HEX triplet: F1, A8 and AA. RGB value is (241,168,170). Sum of RGB (Red+Green+Blue) = 241+168+170=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A8AA is #0E5755. Grayscale: #BEBEBE. Windows color (decimal): -939862 or 11184369. OLE color: 11184369.
HSL color Cylindrical-coordinate representation of color #F1A8AA: hue angle of 358.36º 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 #F1A8AA is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 170 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.05 |
| HSL | 358.36º | 0.72% | 0.8% | - |
| HSV(B) | 358.36º | 0.3% | 0.95% | - |
| XYZ | 57.53 | 49.61 | 44.57 | - |
| YUV | 190.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 170 | 0 | 0.30 | 0.29 | 0.05 | 358.36 | 0.72 | 0.8 |
| Hex | F1 | A8 | AA | 0 | 1E | 1D | 5 | 166 | 48 | 50 |
| Octal | 361 | 250 | 252 | 0 | 36 | 35 | 5 | 546 | 110 | 120 |
| Binary | 11110001 | 10101000 | 10101010 | 0 | 11110 | 11101 | 101 | 101100110 | 1001000 | 1010000 |
Color Harmonies of #F1A8AA
Complementary color
Monochromatic Colors of #F1A8AA
Black with #F1A8AA
Text Example
Text Example
White with #F1A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8AA; }
p { color: rgb(241,168,170); }
H1.HeaderClassName
{
color: #F1A8AA;
}
.AnyTagClassName
{
color: #F1A8AA;
}
</style>
background-color css
<style>
a { background-color: #F1A8AA; }
a { background-color: rgb(241,168,170); }
div.DivClassName
{
background-color: #F1A8AA;
}
.BgClassName
{
background-color: #F1A8AA;
}
</style>
border-color css
<style>
span { border-color: #F1A8AA; }
span { border-color: rgb(241,168,170); }
td.TdClassName
{
border-color: #F1A8AA;
}
.TagClassName
{
border-color: #F1A8AA;
}
</style>