Shades of Lavender Rose #F0A4ED
Tints of Lavender Rose #F0A4ED
RGB
CMYK
RGB Variations
Color information
#F0A4ED (or 0xF0A4ED) is known color: Lavender Rose. HEX triplet: F0, A4 and ED. RGB value is (240,164,237). Sum of RGB (Red+Green+Blue) = 240+164+237=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A4ED is #0F5B12. Grayscale: #C2C2C2. Windows color (decimal): -1006355 or 15574256. OLE color: 15574256.
HSL color Cylindrical-coordinate representation of color #F0A4ED: hue angle of 302.37º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A4ED is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 237 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.06 |
| HSL | 302.37º | 0.72% | 0.79% | - |
| HSV(B) | 302.37º | 0.32% | 0.94% | - |
| XYZ | 64.5 | 51.19 | 86.6 | - |
| YUV | 195.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 237 | 0 | 0.32 | 0.01 | 0.06 | 302.37 | 0.72 | 0.79 |
| Hex | F0 | A4 | ED | 0 | 20 | 1 | 6 | 12E | 48 | 4F |
| Octal | 360 | 244 | 355 | 0 | 40 | 1 | 6 | 456 | 110 | 117 |
| Binary | 11110000 | 10100100 | 11101101 | 0 | 100000 | 1 | 110 | 100101110 | 1001000 | 1001111 |
Color Harmonies of #F0A4ED
Complementary color
Monochromatic Colors of #F0A4ED
Black with #F0A4ED
Text Example
Text Example
White with #F0A4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A4ED; }
p { color: rgb(240,164,237); }
H1.HeaderClassName
{
color: #F0A4ED;
}
.AnyTagClassName
{
color: #F0A4ED;
}
</style>
background-color css
<style>
a { background-color: #F0A4ED; }
a { background-color: rgb(240,164,237); }
div.DivClassName
{
background-color: #F0A4ED;
}
.BgClassName
{
background-color: #F0A4ED;
}
</style>
border-color css
<style>
span { border-color: #F0A4ED; }
span { border-color: rgb(240,164,237); }
td.TdClassName
{
border-color: #F0A4ED;
}
.TagClassName
{
border-color: #F0A4ED;
}
</style>