Shades of Lavender Pink #F5ADD2
Tints of Lavender Pink #F5ADD2
RGB
CMYK
RGB Variations
Color information
#F5ADD2 (or 0xF5ADD2) is known color: Lavender Pink. HEX triplet: F5, AD and D2. RGB value is (245,173,210). Sum of RGB (Red+Green+Blue) = 245+173+210=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADD2 is #0A522D. Grayscale: #C6C6C6. Windows color (decimal): -676398 or 13807093. OLE color: 13807093.
HSL color Cylindrical-coordinate representation of color #F5ADD2: hue angle of 329.17º 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 #F5ADD2 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 210 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.04 |
| HSL | 329.17º | 0.78% | 0.82% | - |
| HSV(B) | 329.17º | 0.29% | 0.96% | - |
| XYZ | 64.23 | 53.95 | 68 | - |
| YUV | 198.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 210 | 0 | 0.29 | 0.14 | 0.04 | 329.17 | 0.78 | 0.82 |
| Hex | F5 | AD | D2 | 0 | 1D | E | 4 | 149 | 4E | 52 |
| Octal | 365 | 255 | 322 | 0 | 35 | 16 | 4 | 511 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11010010 | 0 | 11101 | 1110 | 100 | 101001001 | 1001110 | 1010010 |
Color Harmonies of #F5ADD2
Complementary color
Monochromatic Colors of #F5ADD2
Black with #F5ADD2
Text Example
Text Example
White with #F5ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADD2; }
p { color: rgb(245,173,210); }
H1.HeaderClassName
{
color: #F5ADD2;
}
.AnyTagClassName
{
color: #F5ADD2;
}
</style>
background-color css
<style>
a { background-color: #F5ADD2; }
a { background-color: rgb(245,173,210); }
div.DivClassName
{
background-color: #F5ADD2;
}
.BgClassName
{
background-color: #F5ADD2;
}
</style>
border-color css
<style>
span { border-color: #F5ADD2; }
span { border-color: rgb(245,173,210); }
td.TdClassName
{
border-color: #F5ADD2;
}
.TagClassName
{
border-color: #F5ADD2;
}
</style>