Shades of Lavender Rose #F4ABDC
Tints of Lavender Rose #F4ABDC
RGB
CMYK
RGB Variations
Color information
#F4ABDC (or 0xF4ABDC) is known color: Lavender Rose. HEX triplet: F4, AB and DC. RGB value is (244,171,220). Sum of RGB (Red+Green+Blue) = 244+171+220=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABDC is #0B5423. Grayscale: #C6C6C6. Windows color (decimal): -742436 or 14461940. OLE color: 14461940.
HSL color Cylindrical-coordinate representation of color #F4ABDC: hue angle of 319.73º 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 #F4ABDC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 220 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.04 |
| HSL | 319.73º | 0.77% | 0.81% | - |
| HSV(B) | 319.73º | 0.3% | 0.96% | - |
| XYZ | 64.79 | 53.53 | 74.63 | - |
| YUV | 198.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 220 | 0 | 0.30 | 0.10 | 0.04 | 319.73 | 0.77 | 0.81 |
| Hex | F4 | AB | DC | 0 | 1E | A | 4 | 140 | 4D | 51 |
| Octal | 364 | 253 | 334 | 0 | 36 | 12 | 4 | 500 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11011100 | 0 | 11110 | 1010 | 100 | 101000000 | 1001101 | 1010001 |
Color Harmonies of #F4ABDC
Complementary color
Monochromatic Colors of #F4ABDC
Black with #F4ABDC
Text Example
Text Example
White with #F4ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABDC; }
p { color: rgb(244,171,220); }
H1.HeaderClassName
{
color: #F4ABDC;
}
.AnyTagClassName
{
color: #F4ABDC;
}
</style>
background-color css
<style>
a { background-color: #F4ABDC; }
a { background-color: rgb(244,171,220); }
div.DivClassName
{
background-color: #F4ABDC;
}
.BgClassName
{
background-color: #F4ABDC;
}
</style>
border-color css
<style>
span { border-color: #F4ABDC; }
span { border-color: rgb(244,171,220); }
td.TdClassName
{
border-color: #F4ABDC;
}
.TagClassName
{
border-color: #F4ABDC;
}
</style>