Shades of Lavender Pink #F3ABCC
Tints of Lavender Pink #F3ABCC
RGB
CMYK
RGB Variations
Color information
#F3ABCC (or 0xF3ABCC) is known color: Lavender Pink. HEX triplet: F3, AB and CC. RGB value is (243,171,204). Sum of RGB (Red+Green+Blue) = 243+171+204=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABCC is #0C5433. Grayscale: #C4C4C4. Windows color (decimal): -807988 or 13413363. OLE color: 13413363.
HSL color Cylindrical-coordinate representation of color #F3ABCC: hue angle of 332.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3ABCC is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 204 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.05 |
| HSL | 332.5º | 0.75% | 0.81% | - |
| HSV(B) | 332.5º | 0.3% | 0.95% | - |
| XYZ | 62.42 | 52.54 | 63.98 | - |
| YUV | 196.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 204 | 0 | 0.30 | 0.16 | 0.05 | 332.5 | 0.75 | 0.81 |
| Hex | F3 | AB | CC | 0 | 1E | 10 | 5 | 14C | 4B | 51 |
| Octal | 363 | 253 | 314 | 0 | 36 | 20 | 5 | 514 | 113 | 121 |
| Binary | 11110011 | 10101011 | 11001100 | 0 | 11110 | 10000 | 101 | 101001100 | 1001011 | 1010001 |
Color Harmonies of #F3ABCC
Complementary color
Monochromatic Colors of #F3ABCC
Black with #F3ABCC
Text Example
Text Example
White with #F3ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABCC; }
p { color: rgb(243,171,204); }
H1.HeaderClassName
{
color: #F3ABCC;
}
.AnyTagClassName
{
color: #F3ABCC;
}
</style>
background-color css
<style>
a { background-color: #F3ABCC; }
a { background-color: rgb(243,171,204); }
div.DivClassName
{
background-color: #F3ABCC;
}
.BgClassName
{
background-color: #F3ABCC;
}
</style>
border-color css
<style>
span { border-color: #F3ABCC; }
span { border-color: rgb(243,171,204); }
td.TdClassName
{
border-color: #F3ABCC;
}
.TagClassName
{
border-color: #F3ABCC;
}
</style>