Shades of Pale Chestnut #F0A5AB
Tints of Pale Chestnut #F0A5AB
RGB
CMYK
RGB Variations
Color information
#F0A5AB (or 0xF0A5AB) is known color: Pale Chestnut. HEX triplet: F0, A5 and AB. RGB value is (240,165,171). Sum of RGB (Red+Green+Blue) = 240+165+171=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A5AB is #0F5A54. Grayscale: #BCBCBC. Windows color (decimal): -1006165 or 11249136. OLE color: 11249136.
HSL color Cylindrical-coordinate representation of color #F0A5AB: hue angle of 355.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A5AB is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 171 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.06 |
| HSL | 355.2º | 0.71% | 0.79% | - |
| HSV(B) | 355.2º | 0.31% | 0.94% | - |
| XYZ | 56.74 | 48.38 | 44.87 | - |
| YUV | 188.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 171 | 0 | 0.31 | 0.29 | 0.06 | 355.2 | 0.71 | 0.79 |
| Hex | F0 | A5 | AB | 0 | 1F | 1D | 6 | 163 | 47 | 4F |
| Octal | 360 | 245 | 253 | 0 | 37 | 35 | 6 | 543 | 107 | 117 |
| Binary | 11110000 | 10100101 | 10101011 | 0 | 11111 | 11101 | 110 | 101100011 | 1000111 | 1001111 |
Color Harmonies of #F0A5AB
Complementary color
Monochromatic Colors of #F0A5AB
Black with #F0A5AB
Text Example
Text Example
White with #F0A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A5AB; }
p { color: rgb(240,165,171); }
H1.HeaderClassName
{
color: #F0A5AB;
}
.AnyTagClassName
{
color: #F0A5AB;
}
</style>
background-color css
<style>
a { background-color: #F0A5AB; }
a { background-color: rgb(240,165,171); }
div.DivClassName
{
background-color: #F0A5AB;
}
.BgClassName
{
background-color: #F0A5AB;
}
</style>
border-color css
<style>
span { border-color: #F0A5AB; }
span { border-color: rgb(240,165,171); }
td.TdClassName
{
border-color: #F0A5AB;
}
.TagClassName
{
border-color: #F0A5AB;
}
</style>