Shades of Lavender Rose #F4A9E0
Tints of Lavender Rose #F4A9E0
RGB
CMYK
RGB Variations
Color information
#F4A9E0 (or 0xF4A9E0) is known color: Lavender Rose. HEX triplet: F4, A9 and E0. RGB value is (244,169,224). Sum of RGB (Red+Green+Blue) = 244+169+224=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A9E0 is #0B561F. Grayscale: #C5C5C5. Windows color (decimal): -742944 or 14723572. OLE color: 14723572.
HSL color Cylindrical-coordinate representation of color #F4A9E0: hue angle of 316º 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 #F4A9E0 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 169 | 224 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.04 |
| HSL | 316º | 0.77% | 0.81% | - |
| HSV(B) | 316º | 0.31% | 0.96% | - |
| XYZ | 64.95 | 52.99 | 77.33 | - |
| YUV | 197.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 224 | 0 | 0.31 | 0.08 | 0.04 | 316 | 0.77 | 0.81 |
| Hex | F4 | A9 | E0 | 0 | 1F | 8 | 4 | 13C | 4D | 51 |
| Octal | 364 | 251 | 340 | 0 | 37 | 10 | 4 | 474 | 115 | 121 |
| Binary | 11110100 | 10101001 | 11100000 | 0 | 11111 | 1000 | 100 | 100111100 | 1001101 | 1010001 |
Color Harmonies of #F4A9E0
Complementary color
Monochromatic Colors of #F4A9E0
Black with #F4A9E0
Text Example
Text Example
White with #F4A9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A9E0; }
p { color: rgb(244,169,224); }
H1.HeaderClassName
{
color: #F4A9E0;
}
.AnyTagClassName
{
color: #F4A9E0;
}
</style>
background-color css
<style>
a { background-color: #F4A9E0; }
a { background-color: rgb(244,169,224); }
div.DivClassName
{
background-color: #F4A9E0;
}
.BgClassName
{
background-color: #F4A9E0;
}
</style>
border-color css
<style>
span { border-color: #F4A9E0; }
span { border-color: rgb(244,169,224); }
td.TdClassName
{
border-color: #F4A9E0;
}
.TagClassName
{
border-color: #F4A9E0;
}
</style>