Shades of Pale Chestnut #F1ADB0
Tints of Pale Chestnut #F1ADB0
RGB
CMYK
RGB Variations
Color information
#F1ADB0 (or 0xF1ADB0) is known color: Pale Chestnut. HEX triplet: F1, AD and B0. RGB value is (241,173,176). Sum of RGB (Red+Green+Blue) = 241+173+176=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ADB0 is #0E524F. Grayscale: #C1C1C1. Windows color (decimal): -938576 or 11578865. OLE color: 11578865.
HSL color Cylindrical-coordinate representation of color #F1ADB0: hue angle of 357.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADB0 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 176 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.05 |
| HSL | 357.35º | 0.71% | 0.81% | - |
| HSV(B) | 357.35º | 0.28% | 0.95% | - |
| XYZ | 59.06 | 51.72 | 47.95 | - |
| YUV | 193.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 176 | 0 | 0.28 | 0.27 | 0.05 | 357.35 | 0.71 | 0.81 |
| Hex | F1 | AD | B0 | 0 | 1C | 1B | 5 | 165 | 47 | 51 |
| Octal | 361 | 255 | 260 | 0 | 34 | 33 | 5 | 545 | 107 | 121 |
| Binary | 11110001 | 10101101 | 10110000 | 0 | 11100 | 11011 | 101 | 101100101 | 1000111 | 1010001 |
Color Harmonies of #F1ADB0
Complementary color
Monochromatic Colors of #F1ADB0
Black with #F1ADB0
Text Example
Text Example
White with #F1ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADB0; }
p { color: rgb(241,173,176); }
H1.HeaderClassName
{
color: #F1ADB0;
}
.AnyTagClassName
{
color: #F1ADB0;
}
</style>
background-color css
<style>
a { background-color: #F1ADB0; }
a { background-color: rgb(241,173,176); }
div.DivClassName
{
background-color: #F1ADB0;
}
.BgClassName
{
background-color: #F1ADB0;
}
</style>
border-color css
<style>
span { border-color: #F1ADB0; }
span { border-color: rgb(241,173,176); }
td.TdClassName
{
border-color: #F1ADB0;
}
.TagClassName
{
border-color: #F1ADB0;
}
</style>