Shades of Lavender Pink #F2ABCC
Tints of Lavender Pink #F2ABCC
RGB
CMYK
RGB Variations
Color information
#F2ABCC (or 0xF2ABCC) is known color: Lavender Pink. HEX triplet: F2, AB and CC. RGB value is (242,171,204). Sum of RGB (Red+Green+Blue) = 242+171+204=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABCC is #0D5433. Grayscale: #C3C3C3. Windows color (decimal): -873524 or 13413362. OLE color: 13413362.
HSL color Cylindrical-coordinate representation of color #F2ABCC: hue angle of 332.11º 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 #F2ABCC is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 204 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.05 |
| HSL | 332.11º | 0.73% | 0.81% | - |
| HSV(B) | 332.11º | 0.29% | 0.95% | - |
| XYZ | 62.08 | 52.36 | 63.96 | - |
| YUV | 195.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 204 | 0 | 0.29 | 0.16 | 0.05 | 332.11 | 0.73 | 0.81 |
| Hex | F2 | AB | CC | 0 | 1D | 10 | 5 | 14C | 49 | 51 |
| Octal | 362 | 253 | 314 | 0 | 35 | 20 | 5 | 514 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11001100 | 0 | 11101 | 10000 | 101 | 101001100 | 1001001 | 1010001 |
Color Harmonies of #F2ABCC
Complementary color
Monochromatic Colors of #F2ABCC
Black with #F2ABCC
Text Example
Text Example
White with #F2ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABCC; }
p { color: rgb(242,171,204); }
H1.HeaderClassName
{
color: #F2ABCC;
}
.AnyTagClassName
{
color: #F2ABCC;
}
</style>
background-color css
<style>
a { background-color: #F2ABCC; }
a { background-color: rgb(242,171,204); }
div.DivClassName
{
background-color: #F2ABCC;
}
.BgClassName
{
background-color: #F2ABCC;
}
</style>
border-color css
<style>
span { border-color: #F2ABCC; }
span { border-color: rgb(242,171,204); }
td.TdClassName
{
border-color: #F2ABCC;
}
.TagClassName
{
border-color: #F2ABCC;
}
</style>