Shades of Lavender Rose #F3ABDB
Tints of Lavender Rose #F3ABDB
RGB
CMYK
RGB Variations
Color information
#F3ABDB (or 0xF3ABDB) is known color: Lavender Rose. HEX triplet: F3, AB and DB. RGB value is (243,171,219). Sum of RGB (Red+Green+Blue) = 243+171+219=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABDB is #0C5424. Grayscale: #C5C5C5. Windows color (decimal): -807973 or 14396403. OLE color: 14396403.
HSL color Cylindrical-coordinate representation of color #F3ABDB: hue angle of 320º 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 #F3ABDB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 219 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.05 |
| HSL | 320º | 0.75% | 0.81% | - |
| HSV(B) | 320º | 0.3% | 0.95% | - |
| XYZ | 64.31 | 53.29 | 73.92 | - |
| YUV | 198 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 219 | 0 | 0.30 | 0.10 | 0.05 | 320 | 0.75 | 0.81 |
| Hex | F3 | AB | DB | 0 | 1E | A | 5 | 140 | 4B | 51 |
| Octal | 363 | 253 | 333 | 0 | 36 | 12 | 5 | 500 | 113 | 121 |
| Binary | 11110011 | 10101011 | 11011011 | 0 | 11110 | 1010 | 101 | 101000000 | 1001011 | 1010001 |
Color Harmonies of #F3ABDB
Complementary color
Monochromatic Colors of #F3ABDB
Black with #F3ABDB
Text Example
Text Example
White with #F3ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABDB; }
p { color: rgb(243,171,219); }
H1.HeaderClassName
{
color: #F3ABDB;
}
.AnyTagClassName
{
color: #F3ABDB;
}
</style>
background-color css
<style>
a { background-color: #F3ABDB; }
a { background-color: rgb(243,171,219); }
div.DivClassName
{
background-color: #F3ABDB;
}
.BgClassName
{
background-color: #F3ABDB;
}
</style>
border-color css
<style>
span { border-color: #F3ABDB; }
span { border-color: rgb(243,171,219); }
td.TdClassName
{
border-color: #F3ABDB;
}
.TagClassName
{
border-color: #F3ABDB;
}
</style>