Shades of Lavender Pink #F2ABD2
Tints of Lavender Pink #F2ABD2
RGB
CMYK
RGB Variations
Color information
#F2ABD2 (or 0xF2ABD2) is known color: Lavender Pink. HEX triplet: F2, AB and D2. RGB value is (242,171,210). Sum of RGB (Red+Green+Blue) = 242+171+210=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABD2 is #0D542D. Grayscale: #C4C4C4. Windows color (decimal): -873518 or 13806578. OLE color: 13806578.
HSL color Cylindrical-coordinate representation of color #F2ABD2: hue angle of 327.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABD2 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 210 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.05 |
| HSL | 327.04º | 0.73% | 0.81% | - |
| HSV(B) | 327.04º | 0.29% | 0.95% | - |
| XYZ | 62.81 | 52.66 | 67.83 | - |
| YUV | 196.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 210 | 0 | 0.29 | 0.13 | 0.05 | 327.04 | 0.73 | 0.81 |
| Hex | F2 | AB | D2 | 0 | 1D | D | 5 | 147 | 49 | 51 |
| Octal | 362 | 253 | 322 | 0 | 35 | 15 | 5 | 507 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11010010 | 0 | 11101 | 1101 | 101 | 101000111 | 1001001 | 1010001 |
Color Harmonies of #F2ABD2
Complementary color
Monochromatic Colors of #F2ABD2
Black with #F2ABD2
Text Example
Text Example
White with #F2ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABD2; }
p { color: rgb(242,171,210); }
H1.HeaderClassName
{
color: #F2ABD2;
}
.AnyTagClassName
{
color: #F2ABD2;
}
</style>
background-color css
<style>
a { background-color: #F2ABD2; }
a { background-color: rgb(242,171,210); }
div.DivClassName
{
background-color: #F2ABD2;
}
.BgClassName
{
background-color: #F2ABD2;
}
</style>
border-color css
<style>
span { border-color: #F2ABD2; }
span { border-color: rgb(242,171,210); }
td.TdClassName
{
border-color: #F2ABD2;
}
.TagClassName
{
border-color: #F2ABD2;
}
</style>