Shades of Lavender Pink #F5ADD5
Tints of Lavender Pink #F5ADD5
RGB
CMYK
RGB Variations
Color information
#F5ADD5 (or 0xF5ADD5) is known color: Lavender Pink. HEX triplet: F5, AD and D5. RGB value is (245,173,213). Sum of RGB (Red+Green+Blue) = 245+173+213=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADD5 is #0A522A. Grayscale: #C7C7C7. Windows color (decimal): -676395 or 14003701. OLE color: 14003701.
HSL color Cylindrical-coordinate representation of color #F5ADD5: hue angle of 326.67º 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 #F5ADD5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 213 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.04 |
| HSL | 326.67º | 0.78% | 0.82% | - |
| HSV(B) | 326.67º | 0.29% | 0.96% | - |
| XYZ | 64.61 | 54.1 | 69.99 | - |
| YUV | 199.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 213 | 0 | 0.29 | 0.13 | 0.04 | 326.67 | 0.78 | 0.82 |
| Hex | F5 | AD | D5 | 0 | 1D | D | 4 | 147 | 4E | 52 |
| Octal | 365 | 255 | 325 | 0 | 35 | 15 | 4 | 507 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11010101 | 0 | 11101 | 1101 | 100 | 101000111 | 1001110 | 1010010 |
Color Harmonies of #F5ADD5
Complementary color
Monochromatic Colors of #F5ADD5
Black with #F5ADD5
Text Example
Text Example
White with #F5ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADD5; }
p { color: rgb(245,173,213); }
H1.HeaderClassName
{
color: #F5ADD5;
}
.AnyTagClassName
{
color: #F5ADD5;
}
</style>
background-color css
<style>
a { background-color: #F5ADD5; }
a { background-color: rgb(245,173,213); }
div.DivClassName
{
background-color: #F5ADD5;
}
.BgClassName
{
background-color: #F5ADD5;
}
</style>
border-color css
<style>
span { border-color: #F5ADD5; }
span { border-color: rgb(245,173,213); }
td.TdClassName
{
border-color: #F5ADD5;
}
.TagClassName
{
border-color: #F5ADD5;
}
</style>