Shades of Lavender Rose #F4AAEA
Tints of Lavender Rose #F4AAEA
RGB
CMYK
RGB Variations
Color information
#F4AAEA (or 0xF4AAEA) is known color: Lavender Rose. HEX triplet: F4, AA and EA. RGB value is (244,170,234). Sum of RGB (Red+Green+Blue) = 244+170+234=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AAEA is #0B5515. Grayscale: #C7C7C7. Windows color (decimal): -742678 or 15379188. OLE color: 15379188.
HSL color Cylindrical-coordinate representation of color #F4AAEA: hue angle of 308.11º 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 #F4AAEA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 170 | 234 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.04 |
| HSL | 308.11º | 0.77% | 0.81% | - |
| HSV(B) | 308.11º | 0.3% | 0.96% | - |
| XYZ | 66.53 | 53.92 | 84.74 | - |
| YUV | 199.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 170 | 234 | 0 | 0.30 | 0.04 | 0.04 | 308.11 | 0.77 | 0.81 |
| Hex | F4 | AA | EA | 0 | 1E | 4 | 4 | 134 | 4D | 51 |
| Octal | 364 | 252 | 352 | 0 | 36 | 4 | 4 | 464 | 115 | 121 |
| Binary | 11110100 | 10101010 | 11101010 | 0 | 11110 | 100 | 100 | 100110100 | 1001101 | 1010001 |
Color Harmonies of #F4AAEA
Complementary color
Monochromatic Colors of #F4AAEA
Black with #F4AAEA
Text Example
Text Example
White with #F4AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AAEA; }
p { color: rgb(244,170,234); }
H1.HeaderClassName
{
color: #F4AAEA;
}
.AnyTagClassName
{
color: #F4AAEA;
}
</style>
background-color css
<style>
a { background-color: #F4AAEA; }
a { background-color: rgb(244,170,234); }
div.DivClassName
{
background-color: #F4AAEA;
}
.BgClassName
{
background-color: #F4AAEA;
}
</style>
border-color css
<style>
span { border-color: #F4AAEA; }
span { border-color: rgb(244,170,234); }
td.TdClassName
{
border-color: #F4AAEA;
}
.TagClassName
{
border-color: #F4AAEA;
}
</style>