Shades of Lavender Rose #F4ABDE
Tints of Lavender Rose #F4ABDE
RGB
CMYK
RGB Variations
Color information
#F4ABDE (or 0xF4ABDE) is known color: Lavender Rose. HEX triplet: F4, AB and DE. RGB value is (244,171,222). Sum of RGB (Red+Green+Blue) = 244+171+222=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABDE is #0B5421. Grayscale: #C6C6C6. Windows color (decimal): -742434 or 14593012. OLE color: 14593012.
HSL color Cylindrical-coordinate representation of color #F4ABDE: hue angle of 318.08º 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 #F4ABDE is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 222 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.04 |
| HSL | 318.08º | 0.77% | 0.81% | - |
| HSV(B) | 318.08º | 0.3% | 0.96% | - |
| XYZ | 65.06 | 53.63 | 76.03 | - |
| YUV | 198.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 222 | 0 | 0.30 | 0.09 | 0.04 | 318.08 | 0.77 | 0.81 |
| Hex | F4 | AB | DE | 0 | 1E | 9 | 4 | 13E | 4D | 51 |
| Octal | 364 | 253 | 336 | 0 | 36 | 11 | 4 | 476 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11011110 | 0 | 11110 | 1001 | 100 | 100111110 | 1001101 | 1010001 |
Color Harmonies of #F4ABDE
Complementary color
Monochromatic Colors of #F4ABDE
Black with #F4ABDE
Text Example
Text Example
White with #F4ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABDE; }
p { color: rgb(244,171,222); }
H1.HeaderClassName
{
color: #F4ABDE;
}
.AnyTagClassName
{
color: #F4ABDE;
}
</style>
background-color css
<style>
a { background-color: #F4ABDE; }
a { background-color: rgb(244,171,222); }
div.DivClassName
{
background-color: #F4ABDE;
}
.BgClassName
{
background-color: #F4ABDE;
}
</style>
border-color css
<style>
span { border-color: #F4ABDE; }
span { border-color: rgb(244,171,222); }
td.TdClassName
{
border-color: #F4ABDE;
}
.TagClassName
{
border-color: #F4ABDE;
}
</style>