Shades of Lavender Rose #F4A4E5
Tints of Lavender Rose #F4A4E5
RGB
CMYK
RGB Variations
Color information
#F4A4E5 (or 0xF4A4E5) is known color: Lavender Rose. HEX triplet: F4, A4 and E5. RGB value is (244,164,229). Sum of RGB (Red+Green+Blue) = 244+164+229=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A4E5 is #0B5B1A. Grayscale: #C3C3C3. Windows color (decimal): -744219 or 15049972. OLE color: 15049972.
HSL color Cylindrical-coordinate representation of color #F4A4E5: hue angle of 311.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A4E5 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 229 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.04 |
| HSL | 311.25º | 0.78% | 0.8% | - |
| HSV(B) | 311.25º | 0.33% | 0.96% | - |
| XYZ | 64.73 | 51.44 | 80.65 | - |
| YUV | 195.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 229 | 0 | 0.33 | 0.06 | 0.04 | 311.25 | 0.78 | 0.8 |
| Hex | F4 | A4 | E5 | 0 | 21 | 6 | 4 | 137 | 4E | 50 |
| Octal | 364 | 244 | 345 | 0 | 41 | 6 | 4 | 467 | 116 | 120 |
| Binary | 11110100 | 10100100 | 11100101 | 0 | 100001 | 110 | 100 | 100110111 | 1001110 | 1010000 |
Color Harmonies of #F4A4E5
Complementary color
Monochromatic Colors of #F4A4E5
Black with #F4A4E5
Text Example
Text Example
White with #F4A4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4E5; }
p { color: rgb(244,164,229); }
H1.HeaderClassName
{
color: #F4A4E5;
}
.AnyTagClassName
{
color: #F4A4E5;
}
</style>
background-color css
<style>
a { background-color: #F4A4E5; }
a { background-color: rgb(244,164,229); }
div.DivClassName
{
background-color: #F4A4E5;
}
.BgClassName
{
background-color: #F4A4E5;
}
</style>
border-color css
<style>
span { border-color: #F4A4E5; }
span { border-color: rgb(244,164,229); }
td.TdClassName
{
border-color: #F4A4E5;
}
.TagClassName
{
border-color: #F4A4E5;
}
</style>