Shades of Lavender Pink #F5A0D2
Tints of Lavender Pink #F5A0D2
RGB
CMYK
RGB Variations
Color information
#F5A0D2 (or 0xF5A0D2) is known color: Lavender Pink. HEX triplet: F5, A0 and D2. RGB value is (245,160,210). Sum of RGB (Red+Green+Blue) = 245+160+210=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0D2 is #0A5F2D. Grayscale: #BEBEBE. Windows color (decimal): -679726 or 13803765. OLE color: 13803765.
HSL color Cylindrical-coordinate representation of color #F5A0D2: hue angle of 324.71º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0D2 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 210 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.04 |
| HSL | 324.71º | 0.81% | 0.79% | - |
| HSV(B) | 324.71º | 0.35% | 0.96% | - |
| XYZ | 61.86 | 49.21 | 67.21 | - |
| YUV | 191.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 210 | 0 | 0.35 | 0.14 | 0.04 | 324.71 | 0.81 | 0.79 |
| Hex | F5 | A0 | D2 | 0 | 23 | E | 4 | 145 | 51 | 4F |
| Octal | 365 | 240 | 322 | 0 | 43 | 16 | 4 | 505 | 121 | 117 |
| Binary | 11110101 | 10100000 | 11010010 | 0 | 100011 | 1110 | 100 | 101000101 | 1010001 | 1001111 |
Color Harmonies of #F5A0D2
Complementary color
Monochromatic Colors of #F5A0D2
Black with #F5A0D2
Text Example
Text Example
White with #F5A0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0D2; }
p { color: rgb(245,160,210); }
H1.HeaderClassName
{
color: #F5A0D2;
}
.AnyTagClassName
{
color: #F5A0D2;
}
</style>
background-color css
<style>
a { background-color: #F5A0D2; }
a { background-color: rgb(245,160,210); }
div.DivClassName
{
background-color: #F5A0D2;
}
.BgClassName
{
background-color: #F5A0D2;
}
</style>
border-color css
<style>
span { border-color: #F5A0D2; }
span { border-color: rgb(245,160,210); }
td.TdClassName
{
border-color: #F5A0D2;
}
.TagClassName
{
border-color: #F5A0D2;
}
</style>