Shades of Lavender Rose #F4A5E6
Tints of Lavender Rose #F4A5E6
RGB
CMYK
RGB Variations
Color information
#F4A5E6 (or 0xF4A5E6) is known color: Lavender Rose. HEX triplet: F4, A5 and E6. RGB value is (244,165,230). Sum of RGB (Red+Green+Blue) = 244+165+230=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A5E6 is #0B5A19. Grayscale: #C3C3C3. Windows color (decimal): -743962 or 15115764. OLE color: 15115764.
HSL color Cylindrical-coordinate representation of color #F4A5E6: hue angle of 310.63º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A5E6 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 230 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.04 |
| HSL | 310.63º | 0.78% | 0.8% | - |
| HSV(B) | 310.63º | 0.32% | 0.96% | - |
| XYZ | 65.05 | 51.86 | 81.44 | - |
| YUV | 196.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 230 | 0 | 0.32 | 0.06 | 0.04 | 310.63 | 0.78 | 0.8 |
| Hex | F4 | A5 | E6 | 0 | 20 | 6 | 4 | 137 | 4E | 50 |
| Octal | 364 | 245 | 346 | 0 | 40 | 6 | 4 | 467 | 116 | 120 |
| Binary | 11110100 | 10100101 | 11100110 | 0 | 100000 | 110 | 100 | 100110111 | 1001110 | 1010000 |
Color Harmonies of #F4A5E6
Complementary color
Monochromatic Colors of #F4A5E6
Black with #F4A5E6
Text Example
Text Example
White with #F4A5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A5E6; }
p { color: rgb(244,165,230); }
H1.HeaderClassName
{
color: #F4A5E6;
}
.AnyTagClassName
{
color: #F4A5E6;
}
</style>
background-color css
<style>
a { background-color: #F4A5E6; }
a { background-color: rgb(244,165,230); }
div.DivClassName
{
background-color: #F4A5E6;
}
.BgClassName
{
background-color: #F4A5E6;
}
</style>
border-color css
<style>
span { border-color: #F4A5E6; }
span { border-color: rgb(244,165,230); }
td.TdClassName
{
border-color: #F4A5E6;
}
.TagClassName
{
border-color: #F4A5E6;
}
</style>