Shades of Lavender Pink #F0A3D2
Tints of Lavender Pink #F0A3D2
RGB
CMYK
RGB Variations
Color information
#F0A3D2 (or 0xF0A3D2) is known color: Lavender Pink. HEX triplet: F0, A3 and D2. RGB value is (240,163,210). Sum of RGB (Red+Green+Blue) = 240+163+210=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A3D2 is #0F5C2D. Grayscale: #BFBFBF. Windows color (decimal): -1006638 or 13804528. OLE color: 13804528.
HSL color Cylindrical-coordinate representation of color #F0A3D2: hue angle of 323.38º 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 #F0A3D2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 210 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.06 |
| HSL | 323.38º | 0.72% | 0.79% | - |
| HSV(B) | 323.38º | 0.32% | 0.94% | - |
| XYZ | 60.67 | 49.37 | 67.31 | - |
| YUV | 191.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 210 | 0 | 0.32 | 0.12 | 0.06 | 323.38 | 0.72 | 0.79 |
| Hex | F0 | A3 | D2 | 0 | 20 | C | 6 | 143 | 48 | 4F |
| Octal | 360 | 243 | 322 | 0 | 40 | 14 | 6 | 503 | 110 | 117 |
| Binary | 11110000 | 10100011 | 11010010 | 0 | 100000 | 1100 | 110 | 101000011 | 1001000 | 1001111 |
Color Harmonies of #F0A3D2
Complementary color
Monochromatic Colors of #F0A3D2
Black with #F0A3D2
Text Example
Text Example
White with #F0A3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A3D2; }
p { color: rgb(240,163,210); }
H1.HeaderClassName
{
color: #F0A3D2;
}
.AnyTagClassName
{
color: #F0A3D2;
}
</style>
background-color css
<style>
a { background-color: #F0A3D2; }
a { background-color: rgb(240,163,210); }
div.DivClassName
{
background-color: #F0A3D2;
}
.BgClassName
{
background-color: #F0A3D2;
}
</style>
border-color css
<style>
span { border-color: #F0A3D2; }
span { border-color: rgb(240,163,210); }
td.TdClassName
{
border-color: #F0A3D2;
}
.TagClassName
{
border-color: #F0A3D2;
}
</style>