Shades of Pale Chestnut #F0ADB0
Tints of Pale Chestnut #F0ADB0
RGB
CMYK
RGB Variations
Color information
#F0ADB0 (or 0xF0ADB0) is known color: Pale Chestnut. HEX triplet: F0, AD and B0. RGB value is (240,173,176). Sum of RGB (Red+Green+Blue) = 240+173+176=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ADB0 is #0F524F. Grayscale: #C1C1C1. Windows color (decimal): -1004112 or 11578864. OLE color: 11578864.
HSL color Cylindrical-coordinate representation of color #F0ADB0: hue angle of 357.31º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADB0 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 176 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.06 |
| HSL | 357.31º | 0.69% | 0.81% | - |
| HSV(B) | 357.31º | 0.28% | 0.94% | - |
| XYZ | 58.72 | 51.55 | 47.93 | - |
| YUV | 193.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 176 | 0 | 0.28 | 0.27 | 0.06 | 357.31 | 0.69 | 0.81 |
| Hex | F0 | AD | B0 | 0 | 1C | 1B | 6 | 165 | 45 | 51 |
| Octal | 360 | 255 | 260 | 0 | 34 | 33 | 6 | 545 | 105 | 121 |
| Binary | 11110000 | 10101101 | 10110000 | 0 | 11100 | 11011 | 110 | 101100101 | 1000101 | 1010001 |
Color Harmonies of #F0ADB0
Complementary color
Monochromatic Colors of #F0ADB0
Black with #F0ADB0
Text Example
Text Example
White with #F0ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADB0; }
p { color: rgb(240,173,176); }
H1.HeaderClassName
{
color: #F0ADB0;
}
.AnyTagClassName
{
color: #F0ADB0;
}
</style>
background-color css
<style>
a { background-color: #F0ADB0; }
a { background-color: rgb(240,173,176); }
div.DivClassName
{
background-color: #F0ADB0;
}
.BgClassName
{
background-color: #F0ADB0;
}
</style>
border-color css
<style>
span { border-color: #F0ADB0; }
span { border-color: rgb(240,173,176); }
td.TdClassName
{
border-color: #F0ADB0;
}
.TagClassName
{
border-color: #F0ADB0;
}
</style>