Shades of Pale Chestnut #F6AAAE
Tints of Pale Chestnut #F6AAAE
RGB
CMYK
RGB Variations
Color information
#F6AAAE (or 0xF6AAAE) is known color: Pale Chestnut. HEX triplet: F6, AA and AE. RGB value is (246,170,174). Sum of RGB (Red+Green+Blue) = 246+170+174=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AAAE is #095551. Grayscale: #C1C1C1. Windows color (decimal): -611666 or 11447030. OLE color: 11447030.
HSL color Cylindrical-coordinate representation of color #F6AAAE: hue angle of 356.84º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AAAE is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 174 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.04 |
| HSL | 356.84º | 0.81% | 0.82% | - |
| HSV(B) | 356.84º | 0.31% | 0.96% | - |
| XYZ | 60.02 | 51.4 | 46.8 | - |
| YUV | 193.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 174 | 0 | 0.31 | 0.29 | 0.04 | 356.84 | 0.81 | 0.82 |
| Hex | F6 | AA | AE | 0 | 1F | 1D | 4 | 165 | 51 | 52 |
| Octal | 366 | 252 | 256 | 0 | 37 | 35 | 4 | 545 | 121 | 122 |
| Binary | 11110110 | 10101010 | 10101110 | 0 | 11111 | 11101 | 100 | 101100101 | 1010001 | 1010010 |
Color Harmonies of #F6AAAE
Complementary color
Monochromatic Colors of #F6AAAE
Black with #F6AAAE
Text Example
Text Example
White with #F6AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AAAE; }
p { color: rgb(246,170,174); }
H1.HeaderClassName
{
color: #F6AAAE;
}
.AnyTagClassName
{
color: #F6AAAE;
}
</style>
background-color css
<style>
a { background-color: #F6AAAE; }
a { background-color: rgb(246,170,174); }
div.DivClassName
{
background-color: #F6AAAE;
}
.BgClassName
{
background-color: #F6AAAE;
}
</style>
border-color css
<style>
span { border-color: #F6AAAE; }
span { border-color: rgb(246,170,174); }
td.TdClassName
{
border-color: #F6AAAE;
}
.TagClassName
{
border-color: #F6AAAE;
}
</style>