Shades of Lavender Rose #F4A4F7
Tints of Lavender Rose #F4A4F7
RGB
CMYK
RGB Variations
Color information
#F4A4F7 (or 0xF4A4F7) is known color: Lavender Rose. HEX triplet: F4, A4 and F7. RGB value is (244,164,247). Sum of RGB (Red+Green+Blue) = 244+164+247=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 164 (64.45% from 255 or 25.04% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4A4F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A4F7 is #0B5B08. Grayscale: #C5C5C5. Windows color (decimal): -744201 or 16229620. OLE color: 16229620.
HSL color Cylindrical-coordinate representation of color #F4A4F7: hue angle of 297.83º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A4F7 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 164 | 247 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.03 |
| HSL | 297.83º | 0.84% | 0.81% | - |
| HSV(B) | 297.83º | 0.34% | 0.97% | - |
| XYZ | 67.37 | 52.5 | 94.58 | - |
| YUV | 197.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 247 | 0.01 | 0.34 | 0 | 0.03 | 297.83 | 0.84 | 0.81 |
| Hex | F4 | A4 | F7 | 1 | 22 | 0 | 3 | 12A | 54 | 51 |
| Octal | 364 | 244 | 367 | 1 | 42 | 0 | 3 | 452 | 124 | 121 |
| Binary | 11110100 | 10100100 | 11110111 | 1 | 100010 | 0 | 11 | 100101010 | 1010100 | 1010001 |
Color Harmonies of #F4A4F7
Complementary color
Monochromatic Colors of #F4A4F7
Black with #F4A4F7
Text Example
Text Example
White with #F4A4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4F7; }
p { color: rgb(244,164,247); }
H1.HeaderClassName
{
color: #F4A4F7;
}
.AnyTagClassName
{
color: #F4A4F7;
}
</style>
background-color css
<style>
a { background-color: #F4A4F7; }
a { background-color: rgb(244,164,247); }
div.DivClassName
{
background-color: #F4A4F7;
}
.BgClassName
{
background-color: #F4A4F7;
}
</style>
border-color css
<style>
span { border-color: #F4A4F7; }
span { border-color: rgb(244,164,247); }
td.TdClassName
{
border-color: #F4A4F7;
}
.TagClassName
{
border-color: #F4A4F7;
}
</style>