Shades of Lavender Rose #F0ACDE
Tints of Lavender Rose #F0ACDE
RGB
CMYK
RGB Variations
Color information
#F0ACDE (or 0xF0ACDE) is known color: Lavender Rose. HEX triplet: F0, AC and DE. RGB value is (240,172,222). Sum of RGB (Red+Green+Blue) = 240+172+222=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACDE is #0F5321. Grayscale: #C5C5C5. Windows color (decimal): -1004322 or 14593264. OLE color: 14593264.
HSL color Cylindrical-coordinate representation of color #F0ACDE: hue angle of 315.88º 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 #F0ACDE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 222 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.06 |
| HSL | 315.88º | 0.69% | 0.81% | - |
| HSV(B) | 315.88º | 0.28% | 0.94% | - |
| XYZ | 63.87 | 53.3 | 76.03 | - |
| YUV | 198.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 222 | 0 | 0.28 | 0.08 | 0.06 | 315.88 | 0.69 | 0.81 |
| Hex | F0 | AC | DE | 0 | 1C | 8 | 6 | 13C | 45 | 51 |
| Octal | 360 | 254 | 336 | 0 | 34 | 10 | 6 | 474 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11011110 | 0 | 11100 | 1000 | 110 | 100111100 | 1000101 | 1010001 |
Color Harmonies of #F0ACDE
Complementary color
Monochromatic Colors of #F0ACDE
Black with #F0ACDE
Text Example
Text Example
White with #F0ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACDE; }
p { color: rgb(240,172,222); }
H1.HeaderClassName
{
color: #F0ACDE;
}
.AnyTagClassName
{
color: #F0ACDE;
}
</style>
background-color css
<style>
a { background-color: #F0ACDE; }
a { background-color: rgb(240,172,222); }
div.DivClassName
{
background-color: #F0ACDE;
}
.BgClassName
{
background-color: #F0ACDE;
}
</style>
border-color css
<style>
span { border-color: #F0ACDE; }
span { border-color: rgb(240,172,222); }
td.TdClassName
{
border-color: #F0ACDE;
}
.TagClassName
{
border-color: #F0ACDE;
}
</style>