Shades of Pale Chestnut #F5ADAF
Tints of Pale Chestnut #F5ADAF
RGB
CMYK
RGB Variations
Color information
#F5ADAF (or 0xF5ADAF) is known color: Pale Chestnut. HEX triplet: F5, AD and AF. RGB value is (245,173,175). Sum of RGB (Red+Green+Blue) = 245+173+175=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ADAF is #0A5250. Grayscale: #C2C2C2. Windows color (decimal): -676433 or 11513333. OLE color: 11513333.
HSL color Cylindrical-coordinate representation of color #F5ADAF: hue angle of 358.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADAF is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 175 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.04 |
| HSL | 358.33º | 0.78% | 0.82% | - |
| HSV(B) | 358.33º | 0.29% | 0.96% | - |
| XYZ | 60.34 | 52.39 | 47.49 | - |
| YUV | 194.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 175 | 0 | 0.29 | 0.29 | 0.04 | 358.33 | 0.78 | 0.82 |
| Hex | F5 | AD | AF | 0 | 1D | 1D | 4 | 166 | 4E | 52 |
| Octal | 365 | 255 | 257 | 0 | 35 | 35 | 4 | 546 | 116 | 122 |
| Binary | 11110101 | 10101101 | 10101111 | 0 | 11101 | 11101 | 100 | 101100110 | 1001110 | 1010010 |
Color Harmonies of #F5ADAF
Complementary color
Monochromatic Colors of #F5ADAF
Black with #F5ADAF
Text Example
Text Example
White with #F5ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADAF; }
p { color: rgb(245,173,175); }
H1.HeaderClassName
{
color: #F5ADAF;
}
.AnyTagClassName
{
color: #F5ADAF;
}
</style>
background-color css
<style>
a { background-color: #F5ADAF; }
a { background-color: rgb(245,173,175); }
div.DivClassName
{
background-color: #F5ADAF;
}
.BgClassName
{
background-color: #F5ADAF;
}
</style>
border-color css
<style>
span { border-color: #F5ADAF; }
span { border-color: rgb(245,173,175); }
td.TdClassName
{
border-color: #F5ADAF;
}
.TagClassName
{
border-color: #F5ADAF;
}
</style>