Shades of Pale Chestnut #F2A9AD
Tints of Pale Chestnut #F2A9AD
RGB
CMYK
RGB Variations
Color information
#F2A9AD (or 0xF2A9AD) is known color: Pale Chestnut. HEX triplet: F2, A9 and AD. RGB value is (242,169,173). Sum of RGB (Red+Green+Blue) = 242+169+173=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A9AD is #0D5652. Grayscale: #BFBFBF. Windows color (decimal): -874067 or 11381234. OLE color: 11381234.
HSL color Cylindrical-coordinate representation of color #F2A9AD: hue angle of 356.71º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9AD is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 173 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.05 |
| HSL | 356.71º | 0.74% | 0.81% | - |
| HSV(B) | 356.71º | 0.3% | 0.95% | - |
| XYZ | 58.35 | 50.27 | 46.16 | - |
| YUV | 191.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 173 | 0 | 0.30 | 0.29 | 0.05 | 356.71 | 0.74 | 0.81 |
| Hex | F2 | A9 | AD | 0 | 1E | 1D | 5 | 165 | 4A | 51 |
| Octal | 362 | 251 | 255 | 0 | 36 | 35 | 5 | 545 | 112 | 121 |
| Binary | 11110010 | 10101001 | 10101101 | 0 | 11110 | 11101 | 101 | 101100101 | 1001010 | 1010001 |
Color Harmonies of #F2A9AD
Complementary color
Monochromatic Colors of #F2A9AD
Black with #F2A9AD
Text Example
Text Example
White with #F2A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9AD; }
p { color: rgb(242,169,173); }
H1.HeaderClassName
{
color: #F2A9AD;
}
.AnyTagClassName
{
color: #F2A9AD;
}
</style>
background-color css
<style>
a { background-color: #F2A9AD; }
a { background-color: rgb(242,169,173); }
div.DivClassName
{
background-color: #F2A9AD;
}
.BgClassName
{
background-color: #F2A9AD;
}
</style>
border-color css
<style>
span { border-color: #F2A9AD; }
span { border-color: rgb(242,169,173); }
td.TdClassName
{
border-color: #F2A9AD;
}
.TagClassName
{
border-color: #F2A9AD;
}
</style>