Shades of Lavender Rose #F4ABDB
Tints of Lavender Rose #F4ABDB
RGB
CMYK
RGB Variations
Color information
#F4ABDB (or 0xF4ABDB) is known color: Lavender Rose. HEX triplet: F4, AB and DB. RGB value is (244,171,219). Sum of RGB (Red+Green+Blue) = 244+171+219=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABDB is #0B5424. Grayscale: #C6C6C6. Windows color (decimal): -742437 or 14396404. OLE color: 14396404.
HSL color Cylindrical-coordinate representation of color #F4ABDB: hue angle of 320.55º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABDB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 219 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.04 |
| HSL | 320.55º | 0.77% | 0.81% | - |
| HSV(B) | 320.55º | 0.3% | 0.96% | - |
| XYZ | 64.66 | 53.47 | 73.93 | - |
| YUV | 198.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 219 | 0 | 0.30 | 0.10 | 0.04 | 320.55 | 0.77 | 0.81 |
| Hex | F4 | AB | DB | 0 | 1E | A | 4 | 141 | 4D | 51 |
| Octal | 364 | 253 | 333 | 0 | 36 | 12 | 4 | 501 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11011011 | 0 | 11110 | 1010 | 100 | 101000001 | 1001101 | 1010001 |
Color Harmonies of #F4ABDB
Complementary color
Monochromatic Colors of #F4ABDB
Black with #F4ABDB
Text Example
Text Example
White with #F4ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABDB; }
p { color: rgb(244,171,219); }
H1.HeaderClassName
{
color: #F4ABDB;
}
.AnyTagClassName
{
color: #F4ABDB;
}
</style>
background-color css
<style>
a { background-color: #F4ABDB; }
a { background-color: rgb(244,171,219); }
div.DivClassName
{
background-color: #F4ABDB;
}
.BgClassName
{
background-color: #F4ABDB;
}
</style>
border-color css
<style>
span { border-color: #F4ABDB; }
span { border-color: rgb(244,171,219); }
td.TdClassName
{
border-color: #F4ABDB;
}
.TagClassName
{
border-color: #F4ABDB;
}
</style>