Shades of Lavender Rose #F4ABE5
Tints of Lavender Rose #F4ABE5
RGB
CMYK
RGB Variations
Color information
#F4ABE5 (or 0xF4ABE5) is known color: Lavender Rose. HEX triplet: F4, AB and E5. RGB value is (244,171,229). Sum of RGB (Red+Green+Blue) = 244+171+229=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABE5 is #0B541A. Grayscale: #C7C7C7. Windows color (decimal): -742427 or 15051764. OLE color: 15051764.
HSL color Cylindrical-coordinate representation of color #F4ABE5: hue angle of 312.33º 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 #F4ABE5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 229 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.04 |
| HSL | 312.33º | 0.77% | 0.81% | - |
| HSV(B) | 312.33º | 0.3% | 0.96% | - |
| XYZ | 66.01 | 54.02 | 81.08 | - |
| YUV | 199.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 229 | 0 | 0.30 | 0.06 | 0.04 | 312.33 | 0.77 | 0.81 |
| Hex | F4 | AB | E5 | 0 | 1E | 6 | 4 | 138 | 4D | 51 |
| Octal | 364 | 253 | 345 | 0 | 36 | 6 | 4 | 470 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11100101 | 0 | 11110 | 110 | 100 | 100111000 | 1001101 | 1010001 |
Color Harmonies of #F4ABE5
Complementary color
Monochromatic Colors of #F4ABE5
Black with #F4ABE5
Text Example
Text Example
White with #F4ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABE5; }
p { color: rgb(244,171,229); }
H1.HeaderClassName
{
color: #F4ABE5;
}
.AnyTagClassName
{
color: #F4ABE5;
}
</style>
background-color css
<style>
a { background-color: #F4ABE5; }
a { background-color: rgb(244,171,229); }
div.DivClassName
{
background-color: #F4ABE5;
}
.BgClassName
{
background-color: #F4ABE5;
}
</style>
border-color css
<style>
span { border-color: #F4ABE5; }
span { border-color: rgb(244,171,229); }
td.TdClassName
{
border-color: #F4ABE5;
}
.TagClassName
{
border-color: #F4ABE5;
}
</style>