Shades of Pale Chestnut #F2A9AF
Tints of Pale Chestnut #F2A9AF
RGB
CMYK
RGB Variations
Color information
#F2A9AF (or 0xF2A9AF) is known color: Pale Chestnut. HEX triplet: F2, A9 and AF. RGB value is (242,169,175). Sum of RGB (Red+Green+Blue) = 242+169+175=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A9AF is #0D5650. Grayscale: #BFBFBF. Windows color (decimal): -874065 or 11512306. OLE color: 11512306.
HSL color Cylindrical-coordinate representation of color #F2A9AF: hue angle of 355.07º 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 #F2A9AF is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 175 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.05 |
| HSL | 355.07º | 0.74% | 0.81% | - |
| HSV(B) | 355.07º | 0.3% | 0.95% | - |
| XYZ | 58.54 | 50.35 | 47.19 | - |
| YUV | 191.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 175 | 0 | 0.30 | 0.28 | 0.05 | 355.07 | 0.74 | 0.81 |
| Hex | F2 | A9 | AF | 0 | 1E | 1C | 5 | 163 | 4A | 51 |
| Octal | 362 | 251 | 257 | 0 | 36 | 34 | 5 | 543 | 112 | 121 |
| Binary | 11110010 | 10101001 | 10101111 | 0 | 11110 | 11100 | 101 | 101100011 | 1001010 | 1010001 |
Color Harmonies of #F2A9AF
Complementary color
Monochromatic Colors of #F2A9AF
Black with #F2A9AF
Text Example
Text Example
White with #F2A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9AF; }
p { color: rgb(242,169,175); }
H1.HeaderClassName
{
color: #F2A9AF;
}
.AnyTagClassName
{
color: #F2A9AF;
}
</style>
background-color css
<style>
a { background-color: #F2A9AF; }
a { background-color: rgb(242,169,175); }
div.DivClassName
{
background-color: #F2A9AF;
}
.BgClassName
{
background-color: #F2A9AF;
}
</style>
border-color css
<style>
span { border-color: #F2A9AF; }
span { border-color: rgb(242,169,175); }
td.TdClassName
{
border-color: #F2A9AF;
}
.TagClassName
{
border-color: #F2A9AF;
}
</style>