Shades of Lavender Pink #F3ABCD
Tints of Lavender Pink #F3ABCD
RGB
CMYK
RGB Variations
Color information
#F3ABCD (or 0xF3ABCD) is known color: Lavender Pink. HEX triplet: F3, AB and CD. RGB value is (243,171,205). Sum of RGB (Red+Green+Blue) = 243+171+205=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABCD is #0C5432. Grayscale: #C4C4C4. Windows color (decimal): -807987 or 13478899. OLE color: 13478899.
HSL color Cylindrical-coordinate representation of color #F3ABCD: hue angle of 331.67º 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 #F3ABCD is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 205 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.05 |
| HSL | 331.67º | 0.75% | 0.81% | - |
| HSV(B) | 331.67º | 0.3% | 0.95% | - |
| XYZ | 62.54 | 52.59 | 64.61 | - |
| YUV | 196.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 205 | 0 | 0.30 | 0.16 | 0.05 | 331.67 | 0.75 | 0.81 |
| Hex | F3 | AB | CD | 0 | 1E | 10 | 5 | 14C | 4B | 51 |
| Octal | 363 | 253 | 315 | 0 | 36 | 20 | 5 | 514 | 113 | 121 |
| Binary | 11110011 | 10101011 | 11001101 | 0 | 11110 | 10000 | 101 | 101001100 | 1001011 | 1010001 |
Color Harmonies of #F3ABCD
Complementary color
Monochromatic Colors of #F3ABCD
Black with #F3ABCD
Text Example
Text Example
White with #F3ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABCD; }
p { color: rgb(243,171,205); }
H1.HeaderClassName
{
color: #F3ABCD;
}
.AnyTagClassName
{
color: #F3ABCD;
}
</style>
background-color css
<style>
a { background-color: #F3ABCD; }
a { background-color: rgb(243,171,205); }
div.DivClassName
{
background-color: #F3ABCD;
}
.BgClassName
{
background-color: #F3ABCD;
}
</style>
border-color css
<style>
span { border-color: #F3ABCD; }
span { border-color: rgb(243,171,205); }
td.TdClassName
{
border-color: #F3ABCD;
}
.TagClassName
{
border-color: #F3ABCD;
}
</style>