Shades of Pale Chestnut #F2A8AF
Tints of Pale Chestnut #F2A8AF
RGB
CMYK
RGB Variations
Color information
#F2A8AF (or 0xF2A8AF) is known color: Pale Chestnut. HEX triplet: F2, A8 and AF. RGB value is (242,168,175). Sum of RGB (Red+Green+Blue) = 242+168+175=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A8AF is #0D5750. Grayscale: #BEBEBE. Windows color (decimal): -874321 or 11512050. OLE color: 11512050.
HSL color Cylindrical-coordinate representation of color #F2A8AF: hue angle of 354.32º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A8AF is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 175 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.05 |
| HSL | 354.32º | 0.74% | 0.8% | - |
| HSV(B) | 354.32º | 0.31% | 0.95% | - |
| XYZ | 58.36 | 49.98 | 47.13 | - |
| YUV | 190.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 175 | 0 | 0.31 | 0.28 | 0.05 | 354.32 | 0.74 | 0.8 |
| Hex | F2 | A8 | AF | 0 | 1F | 1C | 5 | 162 | 4A | 50 |
| Octal | 362 | 250 | 257 | 0 | 37 | 34 | 5 | 542 | 112 | 120 |
| Binary | 11110010 | 10101000 | 10101111 | 0 | 11111 | 11100 | 101 | 101100010 | 1001010 | 1010000 |
Color Harmonies of #F2A8AF
Complementary color
Monochromatic Colors of #F2A8AF
Black with #F2A8AF
Text Example
Text Example
White with #F2A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8AF; }
p { color: rgb(242,168,175); }
H1.HeaderClassName
{
color: #F2A8AF;
}
.AnyTagClassName
{
color: #F2A8AF;
}
</style>
background-color css
<style>
a { background-color: #F2A8AF; }
a { background-color: rgb(242,168,175); }
div.DivClassName
{
background-color: #F2A8AF;
}
.BgClassName
{
background-color: #F2A8AF;
}
</style>
border-color css
<style>
span { border-color: #F2A8AF; }
span { border-color: rgb(242,168,175); }
td.TdClassName
{
border-color: #F2A8AF;
}
.TagClassName
{
border-color: #F2A8AF;
}
</style>