Shades of Pale Chestnut #F7A8AA
Tints of Pale Chestnut #F7A8AA
RGB
CMYK
RGB Variations
Color information
#F7A8AA (or 0xF7A8AA) is known color: Pale Chestnut. HEX triplet: F7, A8 and AA. RGB value is (247,168,170). Sum of RGB (Red+Green+Blue) = 247+168+170=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A8AA is #085755. Grayscale: #BFBFBF. Windows color (decimal): -546646 or 11184375. OLE color: 11184375.
HSL color Cylindrical-coordinate representation of color #F7A8AA: hue angle of 358.48º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A8AA is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 170 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.03 |
| HSL | 358.48º | 0.83% | 0.81% | - |
| HSV(B) | 358.48º | 0.32% | 0.97% | - |
| XYZ | 59.62 | 50.68 | 44.67 | - |
| YUV | 191.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 170 | 0 | 0.32 | 0.31 | 0.03 | 358.48 | 0.83 | 0.81 |
| Hex | F7 | A8 | AA | 0 | 20 | 1F | 3 | 166 | 53 | 51 |
| Octal | 367 | 250 | 252 | 0 | 40 | 37 | 3 | 546 | 123 | 121 |
| Binary | 11110111 | 10101000 | 10101010 | 0 | 100000 | 11111 | 11 | 101100110 | 1010011 | 1010001 |
Color Harmonies of #F7A8AA
Complementary color
Monochromatic Colors of #F7A8AA
Black with #F7A8AA
Text Example
Text Example
White with #F7A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8AA; }
p { color: rgb(247,168,170); }
H1.HeaderClassName
{
color: #F7A8AA;
}
.AnyTagClassName
{
color: #F7A8AA;
}
</style>
background-color css
<style>
a { background-color: #F7A8AA; }
a { background-color: rgb(247,168,170); }
div.DivClassName
{
background-color: #F7A8AA;
}
.BgClassName
{
background-color: #F7A8AA;
}
</style>
border-color css
<style>
span { border-color: #F7A8AA; }
span { border-color: rgb(247,168,170); }
td.TdClassName
{
border-color: #F7A8AA;
}
.TagClassName
{
border-color: #F7A8AA;
}
</style>