Shades of Pale Chestnut #F2A6AC
Tints of Pale Chestnut #F2A6AC
RGB
CMYK
RGB Variations
Color information
#F2A6AC (or 0xF2A6AC) is known color: Pale Chestnut. HEX triplet: F2, A6 and AC. RGB value is (242,166,172). Sum of RGB (Red+Green+Blue) = 242+166+172=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A6AC is #0D5953. Grayscale: #BDBDBD. Windows color (decimal): -874836 or 11314930. OLE color: 11314930.
HSL color Cylindrical-coordinate representation of color #F2A6AC: hue angle of 355.26º degrees, saturation: 0.75, 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 #F2A6AC is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 172 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.05 |
| HSL | 355.26º | 0.75% | 0.8% | - |
| HSV(B) | 355.26º | 0.31% | 0.95% | - |
| XYZ | 57.7 | 49.13 | 45.47 | - |
| YUV | 189.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 172 | 0 | 0.31 | 0.29 | 0.05 | 355.26 | 0.75 | 0.8 |
| Hex | F2 | A6 | AC | 0 | 1F | 1D | 5 | 163 | 4B | 50 |
| Octal | 362 | 246 | 254 | 0 | 37 | 35 | 5 | 543 | 113 | 120 |
| Binary | 11110010 | 10100110 | 10101100 | 0 | 11111 | 11101 | 101 | 101100011 | 1001011 | 1010000 |
Color Harmonies of #F2A6AC
Complementary color
Monochromatic Colors of #F2A6AC
Black with #F2A6AC
Text Example
Text Example
White with #F2A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A6AC; }
p { color: rgb(242,166,172); }
H1.HeaderClassName
{
color: #F2A6AC;
}
.AnyTagClassName
{
color: #F2A6AC;
}
</style>
background-color css
<style>
a { background-color: #F2A6AC; }
a { background-color: rgb(242,166,172); }
div.DivClassName
{
background-color: #F2A6AC;
}
.BgClassName
{
background-color: #F2A6AC;
}
</style>
border-color css
<style>
span { border-color: #F2A6AC; }
span { border-color: rgb(242,166,172); }
td.TdClassName
{
border-color: #F2A6AC;
}
.TagClassName
{
border-color: #F2A6AC;
}
</style>