Shades of Lavender Rose #F0ACDB
Tints of Lavender Rose #F0ACDB
RGB
CMYK
RGB Variations
Color information
#F0ACDB (or 0xF0ACDB) is known color: Lavender Rose. HEX triplet: F0, AC and DB. RGB value is (240,172,219). Sum of RGB (Red+Green+Blue) = 240+172+219=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACDB is #0F5324. Grayscale: #C5C5C5. Windows color (decimal): -1004325 or 14396656. OLE color: 14396656.
HSL color Cylindrical-coordinate representation of color #F0ACDB: hue angle of 318.53º 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 #F0ACDB is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 219 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.06 |
| HSL | 318.53º | 0.69% | 0.81% | - |
| HSV(B) | 318.53º | 0.28% | 0.94% | - |
| XYZ | 63.47 | 53.14 | 73.93 | - |
| YUV | 197.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 219 | 0 | 0.28 | 0.09 | 0.06 | 318.53 | 0.69 | 0.81 |
| Hex | F0 | AC | DB | 0 | 1C | 9 | 6 | 13F | 45 | 51 |
| Octal | 360 | 254 | 333 | 0 | 34 | 11 | 6 | 477 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11011011 | 0 | 11100 | 1001 | 110 | 100111111 | 1000101 | 1010001 |
Color Harmonies of #F0ACDB
Complementary color
Monochromatic Colors of #F0ACDB
Black with #F0ACDB
Text Example
Text Example
White with #F0ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACDB; }
p { color: rgb(240,172,219); }
H1.HeaderClassName
{
color: #F0ACDB;
}
.AnyTagClassName
{
color: #F0ACDB;
}
</style>
background-color css
<style>
a { background-color: #F0ACDB; }
a { background-color: rgb(240,172,219); }
div.DivClassName
{
background-color: #F0ACDB;
}
.BgClassName
{
background-color: #F0ACDB;
}
</style>
border-color css
<style>
span { border-color: #F0ACDB; }
span { border-color: rgb(240,172,219); }
td.TdClassName
{
border-color: #F0ACDB;
}
.TagClassName
{
border-color: #F0ACDB;
}
</style>