Shades of Pale Chestnut #F4A8AF
Tints of Pale Chestnut #F4A8AF
RGB
CMYK
RGB Variations
Color information
#F4A8AF (or 0xF4A8AF) is known color: Pale Chestnut. HEX triplet: F4, A8 and AF. RGB value is (244,168,175). Sum of RGB (Red+Green+Blue) = 244+168+175=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A8AF is #0B5750. Grayscale: #BFBFBF. Windows color (decimal): -743249 or 11512052. OLE color: 11512052.
HSL color Cylindrical-coordinate representation of color #F4A8AF: hue angle of 354.47º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8AF is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 175 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.04 |
| HSL | 354.47º | 0.78% | 0.81% | - |
| HSV(B) | 354.47º | 0.31% | 0.96% | - |
| XYZ | 59.05 | 50.33 | 47.16 | - |
| YUV | 191.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 175 | 0 | 0.31 | 0.28 | 0.04 | 354.47 | 0.78 | 0.81 |
| Hex | F4 | A8 | AF | 0 | 1F | 1C | 4 | 162 | 4E | 51 |
| Octal | 364 | 250 | 257 | 0 | 37 | 34 | 4 | 542 | 116 | 121 |
| Binary | 11110100 | 10101000 | 10101111 | 0 | 11111 | 11100 | 100 | 101100010 | 1001110 | 1010001 |
Color Harmonies of #F4A8AF
Complementary color
Monochromatic Colors of #F4A8AF
Black with #F4A8AF
Text Example
Text Example
White with #F4A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8AF; }
p { color: rgb(244,168,175); }
H1.HeaderClassName
{
color: #F4A8AF;
}
.AnyTagClassName
{
color: #F4A8AF;
}
</style>
background-color css
<style>
a { background-color: #F4A8AF; }
a { background-color: rgb(244,168,175); }
div.DivClassName
{
background-color: #F4A8AF;
}
.BgClassName
{
background-color: #F4A8AF;
}
</style>
border-color css
<style>
span { border-color: #F4A8AF; }
span { border-color: rgb(244,168,175); }
td.TdClassName
{
border-color: #F4A8AF;
}
.TagClassName
{
border-color: #F4A8AF;
}
</style>