Shades of Lavender Pink #F2ABCD
Tints of Lavender Pink #F2ABCD
RGB
CMYK
RGB Variations
Color information
#F2ABCD (or 0xF2ABCD) is known color: Lavender Pink. HEX triplet: F2, AB and CD. RGB value is (242,171,205). Sum of RGB (Red+Green+Blue) = 242+171+205=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABCD is #0D5432. Grayscale: #C4C4C4. Windows color (decimal): -873523 or 13478898. OLE color: 13478898.
HSL color Cylindrical-coordinate representation of color #F2ABCD: hue angle of 331.27º 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 #F2ABCD is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 205 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.05 |
| HSL | 331.27º | 0.73% | 0.81% | - |
| HSV(B) | 331.27º | 0.29% | 0.95% | - |
| XYZ | 62.2 | 52.41 | 64.6 | - |
| YUV | 196.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 205 | 0 | 0.29 | 0.15 | 0.05 | 331.27 | 0.73 | 0.81 |
| Hex | F2 | AB | CD | 0 | 1D | F | 5 | 14B | 49 | 51 |
| Octal | 362 | 253 | 315 | 0 | 35 | 17 | 5 | 513 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11001101 | 0 | 11101 | 1111 | 101 | 101001011 | 1001001 | 1010001 |
Color Harmonies of #F2ABCD
Complementary color
Monochromatic Colors of #F2ABCD
Black with #F2ABCD
Text Example
Text Example
White with #F2ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABCD; }
p { color: rgb(242,171,205); }
H1.HeaderClassName
{
color: #F2ABCD;
}
.AnyTagClassName
{
color: #F2ABCD;
}
</style>
background-color css
<style>
a { background-color: #F2ABCD; }
a { background-color: rgb(242,171,205); }
div.DivClassName
{
background-color: #F2ABCD;
}
.BgClassName
{
background-color: #F2ABCD;
}
</style>
border-color css
<style>
span { border-color: #F2ABCD; }
span { border-color: rgb(242,171,205); }
td.TdClassName
{
border-color: #F2ABCD;
}
.TagClassName
{
border-color: #F2ABCD;
}
</style>