Shades of Pale Chestnut #F2A8AE
Tints of Pale Chestnut #F2A8AE
RGB
CMYK
RGB Variations
Color information
#F2A8AE (or 0xF2A8AE) is known color: Pale Chestnut. HEX triplet: F2, A8 and AE. RGB value is (242,168,174). Sum of RGB (Red+Green+Blue) = 242+168+174=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A8AE is #0D5751. Grayscale: #BEBEBE. Windows color (decimal): -874322 or 11446514. OLE color: 11446514.
HSL color Cylindrical-coordinate representation of color #F2A8AE: hue angle of 355.14º 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 #F2A8AE is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 174 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.05 |
| HSL | 355.14º | 0.74% | 0.8% | - |
| HSV(B) | 355.14º | 0.31% | 0.95% | - |
| XYZ | 58.26 | 49.94 | 46.61 | - |
| YUV | 190.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 174 | 0 | 0.31 | 0.28 | 0.05 | 355.14 | 0.74 | 0.8 |
| Hex | F2 | A8 | AE | 0 | 1F | 1C | 5 | 163 | 4A | 50 |
| Octal | 362 | 250 | 256 | 0 | 37 | 34 | 5 | 543 | 112 | 120 |
| Binary | 11110010 | 10101000 | 10101110 | 0 | 11111 | 11100 | 101 | 101100011 | 1001010 | 1010000 |
Color Harmonies of #F2A8AE
Complementary color
Monochromatic Colors of #F2A8AE
Black with #F2A8AE
Text Example
Text Example
White with #F2A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8AE; }
p { color: rgb(242,168,174); }
H1.HeaderClassName
{
color: #F2A8AE;
}
.AnyTagClassName
{
color: #F2A8AE;
}
</style>
background-color css
<style>
a { background-color: #F2A8AE; }
a { background-color: rgb(242,168,174); }
div.DivClassName
{
background-color: #F2A8AE;
}
.BgClassName
{
background-color: #F2A8AE;
}
</style>
border-color css
<style>
span { border-color: #F2A8AE; }
span { border-color: rgb(242,168,174); }
td.TdClassName
{
border-color: #F2A8AE;
}
.TagClassName
{
border-color: #F2A8AE;
}
</style>