Shades of Lavender Rose #F4ABDA
Tints of Lavender Rose #F4ABDA
RGB
CMYK
RGB Variations
Color information
#F4ABDA (or 0xF4ABDA) is known color: Lavender Rose. HEX triplet: F4, AB and DA. RGB value is (244,171,218). Sum of RGB (Red+Green+Blue) = 244+171+218=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABDA is #0B5425. Grayscale: #C6C6C6. Windows color (decimal): -742438 or 14330868. OLE color: 14330868.
HSL color Cylindrical-coordinate representation of color #F4ABDA: hue angle of 321.37º 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 #F4ABDA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 218 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 321.37º | 0.77% | 0.81% | - |
| HSV(B) | 321.37º | 0.3% | 0.96% | - |
| XYZ | 64.53 | 53.42 | 73.24 | - |
| YUV | 198.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 218 | 0 | 0.30 | 0.11 | 0.04 | 321.37 | 0.77 | 0.81 |
| Hex | F4 | AB | DA | 0 | 1E | B | 4 | 141 | 4D | 51 |
| Octal | 364 | 253 | 332 | 0 | 36 | 13 | 4 | 501 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11011010 | 0 | 11110 | 1011 | 100 | 101000001 | 1001101 | 1010001 |
Color Harmonies of #F4ABDA
Complementary color
Monochromatic Colors of #F4ABDA
Black with #F4ABDA
Text Example
Text Example
White with #F4ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABDA; }
p { color: rgb(244,171,218); }
H1.HeaderClassName
{
color: #F4ABDA;
}
.AnyTagClassName
{
color: #F4ABDA;
}
</style>
background-color css
<style>
a { background-color: #F4ABDA; }
a { background-color: rgb(244,171,218); }
div.DivClassName
{
background-color: #F4ABDA;
}
.BgClassName
{
background-color: #F4ABDA;
}
</style>
border-color css
<style>
span { border-color: #F4ABDA; }
span { border-color: rgb(244,171,218); }
td.TdClassName
{
border-color: #F4ABDA;
}
.TagClassName
{
border-color: #F4ABDA;
}
</style>