Shades of Lavender Rose #F4A8F7
Tints of Lavender Rose #F4A8F7
RGB
CMYK
RGB Variations
Color information
#F4A8F7 (or 0xF4A8F7) is known color: Lavender Rose. HEX triplet: F4, A8 and F7. RGB value is (244,168,247). Sum of RGB (Red+Green+Blue) = 244+168+247=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4A8F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A8F7 is #0B5708. Grayscale: #C7C7C7. Windows color (decimal): -743177 or 16230644. OLE color: 16230644.
HSL color Cylindrical-coordinate representation of color #F4A8F7: hue angle of 297.72º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A8F7 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 168 | 247 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.03 |
| HSL | 297.72º | 0.83% | 0.81% | - |
| HSV(B) | 297.72º | 0.32% | 0.97% | - |
| XYZ | 68.1 | 53.95 | 94.82 | - |
| YUV | 199.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 247 | 0.01 | 0.32 | 0 | 0.03 | 297.72 | 0.83 | 0.81 |
| Hex | F4 | A8 | F7 | 1 | 20 | 0 | 3 | 12A | 53 | 51 |
| Octal | 364 | 250 | 367 | 1 | 40 | 0 | 3 | 452 | 123 | 121 |
| Binary | 11110100 | 10101000 | 11110111 | 1 | 100000 | 0 | 11 | 100101010 | 1010011 | 1010001 |
Color Harmonies of #F4A8F7
Complementary color
Monochromatic Colors of #F4A8F7
Black with #F4A8F7
Text Example
Text Example
White with #F4A8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A8F7; }
p { color: rgb(244,168,247); }
H1.HeaderClassName
{
color: #F4A8F7;
}
.AnyTagClassName
{
color: #F4A8F7;
}
</style>
background-color css
<style>
a { background-color: #F4A8F7; }
a { background-color: rgb(244,168,247); }
div.DivClassName
{
background-color: #F4A8F7;
}
.BgClassName
{
background-color: #F4A8F7;
}
</style>
border-color css
<style>
span { border-color: #F4A8F7; }
span { border-color: rgb(244,168,247); }
td.TdClassName
{
border-color: #F4A8F7;
}
.TagClassName
{
border-color: #F4A8F7;
}
</style>