Shades of Pale Chestnut #F0AEAF
Tints of Pale Chestnut #F0AEAF
RGB
CMYK
RGB Variations
Color information
#F0AEAF (or 0xF0AEAF) is known color: Pale Chestnut. HEX triplet: F0, AE and AF. RGB value is (240,174,175). Sum of RGB (Red+Green+Blue) = 240+174+175=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEAF is #0F5150. Grayscale: #C1C1C1. Windows color (decimal): -1003857 or 11513584. OLE color: 11513584.
HSL color Cylindrical-coordinate representation of color #F0AEAF: hue angle of 359.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AEAF is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 175 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.06 |
| HSL | 359.09º | 0.69% | 0.81% | - |
| HSV(B) | 359.09º | 0.28% | 0.94% | - |
| XYZ | 58.81 | 51.89 | 47.47 | - |
| YUV | 193.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 175 | 0 | 0.28 | 0.27 | 0.06 | 359.09 | 0.69 | 0.81 |
| Hex | F0 | AE | AF | 0 | 1C | 1B | 6 | 167 | 45 | 51 |
| Octal | 360 | 256 | 257 | 0 | 34 | 33 | 6 | 547 | 105 | 121 |
| Binary | 11110000 | 10101110 | 10101111 | 0 | 11100 | 11011 | 110 | 101100111 | 1000101 | 1010001 |
Color Harmonies of #F0AEAF
Complementary color
Monochromatic Colors of #F0AEAF
Black with #F0AEAF
Text Example
Text Example
White with #F0AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEAF; }
p { color: rgb(240,174,175); }
H1.HeaderClassName
{
color: #F0AEAF;
}
.AnyTagClassName
{
color: #F0AEAF;
}
</style>
background-color css
<style>
a { background-color: #F0AEAF; }
a { background-color: rgb(240,174,175); }
div.DivClassName
{
background-color: #F0AEAF;
}
.BgClassName
{
background-color: #F0AEAF;
}
</style>
border-color css
<style>
span { border-color: #F0AEAF; }
span { border-color: rgb(240,174,175); }
td.TdClassName
{
border-color: #F0AEAF;
}
.TagClassName
{
border-color: #F0AEAF;
}
</style>