Shades of Pale Chestnut #F3A6AA
Tints of Pale Chestnut #F3A6AA
RGB
CMYK
RGB Variations
Color information
#F3A6AA (or 0xF3A6AA) is known color: Pale Chestnut. HEX triplet: F3, A6 and AA. RGB value is (243,166,170). Sum of RGB (Red+Green+Blue) = 243+166+170=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A6AA is #0C5955. Grayscale: #BDBDBD. Windows color (decimal): -809302 or 11183859. OLE color: 11183859.
HSL color Cylindrical-coordinate representation of color #F3A6AA: hue angle of 356.88º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A6AA is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 170 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.05 |
| HSL | 356.88º | 0.76% | 0.8% | - |
| HSV(B) | 356.88º | 0.32% | 0.95% | - |
| XYZ | 57.85 | 49.23 | 44.48 | - |
| YUV | 189.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 170 | 0 | 0.32 | 0.30 | 0.05 | 356.88 | 0.76 | 0.8 |
| Hex | F3 | A6 | AA | 0 | 20 | 1E | 5 | 165 | 4C | 50 |
| Octal | 363 | 246 | 252 | 0 | 40 | 36 | 5 | 545 | 114 | 120 |
| Binary | 11110011 | 10100110 | 10101010 | 0 | 100000 | 11110 | 101 | 101100101 | 1001100 | 1010000 |
Color Harmonies of #F3A6AA
Complementary color
Monochromatic Colors of #F3A6AA
Black with #F3A6AA
Text Example
Text Example
White with #F3A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A6AA; }
p { color: rgb(243,166,170); }
H1.HeaderClassName
{
color: #F3A6AA;
}
.AnyTagClassName
{
color: #F3A6AA;
}
</style>
background-color css
<style>
a { background-color: #F3A6AA; }
a { background-color: rgb(243,166,170); }
div.DivClassName
{
background-color: #F3A6AA;
}
.BgClassName
{
background-color: #F3A6AA;
}
</style>
border-color css
<style>
span { border-color: #F3A6AA; }
span { border-color: rgb(243,166,170); }
td.TdClassName
{
border-color: #F3A6AA;
}
.TagClassName
{
border-color: #F3A6AA;
}
</style>