Shades of Pale Chestnut #F2ADB0
Tints of Pale Chestnut #F2ADB0
RGB
CMYK
RGB Variations
Color information
#F2ADB0 (or 0xF2ADB0) is known color: Pale Chestnut. HEX triplet: F2, AD and B0. RGB value is (242,173,176). Sum of RGB (Red+Green+Blue) = 242+173+176=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADB0 is #0D524F. Grayscale: #C2C2C2. Windows color (decimal): -873040 or 11578866. OLE color: 11578866.
HSL color Cylindrical-coordinate representation of color #F2ADB0: hue angle of 357.39º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADB0 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 176 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.05 |
| HSL | 357.39º | 0.73% | 0.81% | - |
| HSV(B) | 357.39º | 0.29% | 0.95% | - |
| XYZ | 59.4 | 51.9 | 47.96 | - |
| YUV | 193.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 176 | 0 | 0.29 | 0.27 | 0.05 | 357.39 | 0.73 | 0.81 |
| Hex | F2 | AD | B0 | 0 | 1D | 1B | 5 | 165 | 49 | 51 |
| Octal | 362 | 255 | 260 | 0 | 35 | 33 | 5 | 545 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10110000 | 0 | 11101 | 11011 | 101 | 101100101 | 1001001 | 1010001 |
Color Harmonies of #F2ADB0
Complementary color
Monochromatic Colors of #F2ADB0
Black with #F2ADB0
Text Example
Text Example
White with #F2ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADB0; }
p { color: rgb(242,173,176); }
H1.HeaderClassName
{
color: #F2ADB0;
}
.AnyTagClassName
{
color: #F2ADB0;
}
</style>
background-color css
<style>
a { background-color: #F2ADB0; }
a { background-color: rgb(242,173,176); }
div.DivClassName
{
background-color: #F2ADB0;
}
.BgClassName
{
background-color: #F2ADB0;
}
</style>
border-color css
<style>
span { border-color: #F2ADB0; }
span { border-color: rgb(242,173,176); }
td.TdClassName
{
border-color: #F2ADB0;
}
.TagClassName
{
border-color: #F2ADB0;
}
</style>