Shades of Lavender Pink #F0A4D2
Tints of Lavender Pink #F0A4D2
RGB
CMYK
RGB Variations
Color information
#F0A4D2 (or 0xF0A4D2) is known color: Lavender Pink. HEX triplet: F0, A4 and D2. RGB value is (240,164,210). Sum of RGB (Red+Green+Blue) = 240+164+210=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4D2 is #0F5B2D. Grayscale: #BFBFBF. Windows color (decimal): -1006382 or 13804784. OLE color: 13804784.
HSL color Cylindrical-coordinate representation of color #F0A4D2: hue angle of 323.68º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A4D2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 210 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.06 |
| HSL | 323.68º | 0.72% | 0.79% | - |
| HSV(B) | 323.68º | 0.32% | 0.94% | - |
| XYZ | 60.84 | 49.73 | 67.36 | - |
| YUV | 191.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 210 | 0 | 0.32 | 0.12 | 0.06 | 323.68 | 0.72 | 0.79 |
| Hex | F0 | A4 | D2 | 0 | 20 | C | 6 | 144 | 48 | 4F |
| Octal | 360 | 244 | 322 | 0 | 40 | 14 | 6 | 504 | 110 | 117 |
| Binary | 11110000 | 10100100 | 11010010 | 0 | 100000 | 1100 | 110 | 101000100 | 1001000 | 1001111 |
Color Harmonies of #F0A4D2
Complementary color
Monochromatic Colors of #F0A4D2
Black with #F0A4D2
Text Example
Text Example
White with #F0A4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A4D2; }
p { color: rgb(240,164,210); }
H1.HeaderClassName
{
color: #F0A4D2;
}
.AnyTagClassName
{
color: #F0A4D2;
}
</style>
background-color css
<style>
a { background-color: #F0A4D2; }
a { background-color: rgb(240,164,210); }
div.DivClassName
{
background-color: #F0A4D2;
}
.BgClassName
{
background-color: #F0A4D2;
}
</style>
border-color css
<style>
span { border-color: #F0A4D2; }
span { border-color: rgb(240,164,210); }
td.TdClassName
{
border-color: #F0A4D2;
}
.TagClassName
{
border-color: #F0A4D2;
}
</style>