Shades of Pale Chestnut #F0AFB0
Tints of Pale Chestnut #F0AFB0
RGB
CMYK
RGB Variations
Color information
#F0AFB0 (or 0xF0AFB0) is known color: Pale Chestnut. HEX triplet: F0, AF and B0. RGB value is (240,175,176). Sum of RGB (Red+Green+Blue) = 240+175+176=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFB0 is #0F504F. Grayscale: #C2C2C2. Windows color (decimal): -1003600 or 11579376. OLE color: 11579376.
HSL color Cylindrical-coordinate representation of color #F0AFB0: hue angle of 359.08º degrees, saturation: 0.68, 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 #F0AFB0 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 176 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.06 |
| HSL | 359.08º | 0.68% | 0.81% | - |
| HSV(B) | 359.08º | 0.27% | 0.94% | - |
| XYZ | 59.1 | 52.32 | 48.06 | - |
| YUV | 194.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 176 | 0 | 0.27 | 0.27 | 0.06 | 359.08 | 0.68 | 0.81 |
| Hex | F0 | AF | B0 | 0 | 1B | 1B | 6 | 167 | 44 | 51 |
| Octal | 360 | 257 | 260 | 0 | 33 | 33 | 6 | 547 | 104 | 121 |
| Binary | 11110000 | 10101111 | 10110000 | 0 | 11011 | 11011 | 110 | 101100111 | 1000100 | 1010001 |
Color Harmonies of #F0AFB0
Complementary color
Monochromatic Colors of #F0AFB0
Black with #F0AFB0
Text Example
Text Example
White with #F0AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFB0; }
p { color: rgb(240,175,176); }
H1.HeaderClassName
{
color: #F0AFB0;
}
.AnyTagClassName
{
color: #F0AFB0;
}
</style>
background-color css
<style>
a { background-color: #F0AFB0; }
a { background-color: rgb(240,175,176); }
div.DivClassName
{
background-color: #F0AFB0;
}
.BgClassName
{
background-color: #F0AFB0;
}
</style>
border-color css
<style>
span { border-color: #F0AFB0; }
span { border-color: rgb(240,175,176); }
td.TdClassName
{
border-color: #F0AFB0;
}
.TagClassName
{
border-color: #F0AFB0;
}
</style>