Shades of Lavender Rose #F0ACEA
Tints of Lavender Rose #F0ACEA
RGB
CMYK
RGB Variations
Color information
#F0ACEA (or 0xF0ACEA) is known color: Lavender Rose. HEX triplet: F0, AC and EA. RGB value is (240,172,234). Sum of RGB (Red+Green+Blue) = 240+172+234=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACEA is #0F5315. Grayscale: #C7C7C7. Windows color (decimal): -1004310 or 15379696. OLE color: 15379696.
HSL color Cylindrical-coordinate representation of color #F0ACEA: hue angle of 305.29º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACEA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 234 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.06 |
| HSL | 305.29º | 0.69% | 0.81% | - |
| HSV(B) | 305.29º | 0.28% | 0.94% | - |
| XYZ | 65.54 | 53.97 | 84.81 | - |
| YUV | 199.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 234 | 0 | 0.28 | 0.02 | 0.06 | 305.29 | 0.69 | 0.81 |
| Hex | F0 | AC | EA | 0 | 1C | 2 | 6 | 131 | 45 | 51 |
| Octal | 360 | 254 | 352 | 0 | 34 | 2 | 6 | 461 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11101010 | 0 | 11100 | 10 | 110 | 100110001 | 1000101 | 1010001 |
Color Harmonies of #F0ACEA
Complementary color
Monochromatic Colors of #F0ACEA
Black with #F0ACEA
Text Example
Text Example
White with #F0ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACEA; }
p { color: rgb(240,172,234); }
H1.HeaderClassName
{
color: #F0ACEA;
}
.AnyTagClassName
{
color: #F0ACEA;
}
</style>
background-color css
<style>
a { background-color: #F0ACEA; }
a { background-color: rgb(240,172,234); }
div.DivClassName
{
background-color: #F0ACEA;
}
.BgClassName
{
background-color: #F0ACEA;
}
</style>
border-color css
<style>
span { border-color: #F0ACEA; }
span { border-color: rgb(240,172,234); }
td.TdClassName
{
border-color: #F0ACEA;
}
.TagClassName
{
border-color: #F0ACEA;
}
</style>