Shades of Lavender Pink #F5ADD9
Tints of Lavender Pink #F5ADD9
RGB
CMYK
RGB Variations
Color information
#F5ADD9 (or 0xF5ADD9) is known color: Lavender Pink. HEX triplet: F5, AD and D9. RGB value is (245,173,217). Sum of RGB (Red+Green+Blue) = 245+173+217=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADD9 is #0A5226. Grayscale: #C7C7C7. Windows color (decimal): -676391 or 14265845. OLE color: 14265845.
HSL color Cylindrical-coordinate representation of color #F5ADD9: hue angle of 323.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 #F5ADD9 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 217 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.04 |
| HSL | 323.33º | 0.78% | 0.82% | - |
| HSV(B) | 323.33º | 0.29% | 0.96% | - |
| XYZ | 65.12 | 54.31 | 72.7 | - |
| YUV | 199.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 217 | 0 | 0.29 | 0.11 | 0.04 | 323.33 | 0.78 | 0.82 |
| Hex | F5 | AD | D9 | 0 | 1D | B | 4 | 143 | 4E | 52 |
| Octal | 365 | 255 | 331 | 0 | 35 | 13 | 4 | 503 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11011001 | 0 | 11101 | 1011 | 100 | 101000011 | 1001110 | 1010010 |
Color Harmonies of #F5ADD9
Complementary color
Monochromatic Colors of #F5ADD9
Black with #F5ADD9
Text Example
Text Example
White with #F5ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADD9; }
p { color: rgb(245,173,217); }
H1.HeaderClassName
{
color: #F5ADD9;
}
.AnyTagClassName
{
color: #F5ADD9;
}
</style>
background-color css
<style>
a { background-color: #F5ADD9; }
a { background-color: rgb(245,173,217); }
div.DivClassName
{
background-color: #F5ADD9;
}
.BgClassName
{
background-color: #F5ADD9;
}
</style>
border-color css
<style>
span { border-color: #F5ADD9; }
span { border-color: rgb(245,173,217); }
td.TdClassName
{
border-color: #F5ADD9;
}
.TagClassName
{
border-color: #F5ADD9;
}
</style>