Shades of Lavender Pink #F0A2D2
Tints of Lavender Pink #F0A2D2
RGB
CMYK
RGB Variations
Color information
#F0A2D2 (or 0xF0A2D2) is known color: Lavender Pink. HEX triplet: F0, A2 and D2. RGB value is (240,162,210). Sum of RGB (Red+Green+Blue) = 240+162+210=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A2D2 is #0F5D2D. Grayscale: #BEBEBE. Windows color (decimal): -1006894 or 13804272. OLE color: 13804272.
HSL color Cylindrical-coordinate representation of color #F0A2D2: hue angle of 323.08º 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 #F0A2D2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 210 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.06 |
| HSL | 323.08º | 0.72% | 0.79% | - |
| HSV(B) | 323.08º | 0.33% | 0.94% | - |
| XYZ | 60.49 | 49.02 | 67.25 | - |
| YUV | 190.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 210 | 0 | 0.32 | 0.12 | 0.06 | 323.08 | 0.72 | 0.79 |
| Hex | F0 | A2 | D2 | 0 | 20 | C | 6 | 143 | 48 | 4F |
| Octal | 360 | 242 | 322 | 0 | 40 | 14 | 6 | 503 | 110 | 117 |
| Binary | 11110000 | 10100010 | 11010010 | 0 | 100000 | 1100 | 110 | 101000011 | 1001000 | 1001111 |
Color Harmonies of #F0A2D2
Complementary color
Monochromatic Colors of #F0A2D2
Black with #F0A2D2
Text Example
Text Example
White with #F0A2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A2D2; }
p { color: rgb(240,162,210); }
H1.HeaderClassName
{
color: #F0A2D2;
}
.AnyTagClassName
{
color: #F0A2D2;
}
</style>
background-color css
<style>
a { background-color: #F0A2D2; }
a { background-color: rgb(240,162,210); }
div.DivClassName
{
background-color: #F0A2D2;
}
.BgClassName
{
background-color: #F0A2D2;
}
</style>
border-color css
<style>
span { border-color: #F0A2D2; }
span { border-color: rgb(240,162,210); }
td.TdClassName
{
border-color: #F0A2D2;
}
.TagClassName
{
border-color: #F0A2D2;
}
</style>