Shades of Lavender Rose #F4A9F0
Tints of Lavender Rose #F4A9F0
RGB
CMYK
RGB Variations
Color information
#F4A9F0 (or 0xF4A9F0) is known color: Lavender Rose. HEX triplet: F4, A9 and F0. RGB value is (244,169,240). Sum of RGB (Red+Green+Blue) = 244+169+240=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A9F0 is #0B560F. Grayscale: #C7C7C7. Windows color (decimal): -742928 or 15772148. OLE color: 15772148.
HSL color Cylindrical-coordinate representation of color #F4A9F0: hue angle of 303.2º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A9F0 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 169 | 240 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.04 |
| HSL | 303.2º | 0.77% | 0.81% | - |
| HSV(B) | 303.2º | 0.31% | 0.96% | - |
| XYZ | 67.22 | 53.9 | 89.3 | - |
| YUV | 199.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 240 | 0 | 0.31 | 0.02 | 0.04 | 303.2 | 0.77 | 0.81 |
| Hex | F4 | A9 | F0 | 0 | 1F | 2 | 4 | 12F | 4D | 51 |
| Octal | 364 | 251 | 360 | 0 | 37 | 2 | 4 | 457 | 115 | 121 |
| Binary | 11110100 | 10101001 | 11110000 | 0 | 11111 | 10 | 100 | 100101111 | 1001101 | 1010001 |
Color Harmonies of #F4A9F0
Complementary color
Monochromatic Colors of #F4A9F0
Black with #F4A9F0
Text Example
Text Example
White with #F4A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A9F0; }
p { color: rgb(244,169,240); }
H1.HeaderClassName
{
color: #F4A9F0;
}
.AnyTagClassName
{
color: #F4A9F0;
}
</style>
background-color css
<style>
a { background-color: #F4A9F0; }
a { background-color: rgb(244,169,240); }
div.DivClassName
{
background-color: #F4A9F0;
}
.BgClassName
{
background-color: #F4A9F0;
}
</style>
border-color css
<style>
span { border-color: #F4A9F0; }
span { border-color: rgb(244,169,240); }
td.TdClassName
{
border-color: #F4A9F0;
}
.TagClassName
{
border-color: #F4A9F0;
}
</style>