Shades of Pale Chestnut #F3A5AA
Tints of Pale Chestnut #F3A5AA
RGB
CMYK
RGB Variations
Color information
#F3A5AA (or 0xF3A5AA) is known color: Pale Chestnut. HEX triplet: F3, A5 and AA. RGB value is (243,165,170). Sum of RGB (Red+Green+Blue) = 243+165+170=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A5AA is #0C5A55. Grayscale: #BCBCBC. Windows color (decimal): -809558 or 11183603. OLE color: 11183603.
HSL color Cylindrical-coordinate representation of color #F3A5AA: hue angle of 356.15º 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 #F3A5AA is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 170 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.05 |
| HSL | 356.15º | 0.76% | 0.8% | - |
| HSV(B) | 356.15º | 0.32% | 0.95% | - |
| XYZ | 57.67 | 48.87 | 44.42 | - |
| YUV | 188.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 170 | 0 | 0.32 | 0.30 | 0.05 | 356.15 | 0.76 | 0.8 |
| Hex | F3 | A5 | AA | 0 | 20 | 1E | 5 | 164 | 4C | 50 |
| Octal | 363 | 245 | 252 | 0 | 40 | 36 | 5 | 544 | 114 | 120 |
| Binary | 11110011 | 10100101 | 10101010 | 0 | 100000 | 11110 | 101 | 101100100 | 1001100 | 1010000 |
Color Harmonies of #F3A5AA
Complementary color
Monochromatic Colors of #F3A5AA
Black with #F3A5AA
Text Example
Text Example
White with #F3A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A5AA; }
p { color: rgb(243,165,170); }
H1.HeaderClassName
{
color: #F3A5AA;
}
.AnyTagClassName
{
color: #F3A5AA;
}
</style>
background-color css
<style>
a { background-color: #F3A5AA; }
a { background-color: rgb(243,165,170); }
div.DivClassName
{
background-color: #F3A5AA;
}
.BgClassName
{
background-color: #F3A5AA;
}
</style>
border-color css
<style>
span { border-color: #F3A5AA; }
span { border-color: rgb(243,165,170); }
td.TdClassName
{
border-color: #F3A5AA;
}
.TagClassName
{
border-color: #F3A5AA;
}
</style>