Shades of Lavender Rose #F0B0EC
Tints of Lavender Rose #F0B0EC
RGB
CMYK
RGB Variations
Color information
#F0B0EC (or 0xF0B0EC) is known color: Lavender Rose. HEX triplet: F0, B0 and EC. RGB value is (240,176,236). Sum of RGB (Red+Green+Blue) = 240+176+236=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0EC is #0F4F13. Grayscale: #C9C9C9. Windows color (decimal): -1003284 or 15511792. OLE color: 15511792.
HSL color Cylindrical-coordinate representation of color #F0B0EC: hue angle of 303.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0EC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 236 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.06 |
| HSL | 303.75º | 0.68% | 0.82% | - |
| HSV(B) | 303.75º | 0.27% | 0.94% | - |
| XYZ | 66.6 | 55.63 | 86.58 | - |
| YUV | 201.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 236 | 0 | 0.27 | 0.02 | 0.06 | 303.75 | 0.68 | 0.82 |
| Hex | F0 | B0 | EC | 0 | 1B | 2 | 6 | 130 | 44 | 52 |
| Octal | 360 | 260 | 354 | 0 | 33 | 2 | 6 | 460 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11101100 | 0 | 11011 | 10 | 110 | 100110000 | 1000100 | 1010010 |
Color Harmonies of #F0B0EC
Complementary color
Monochromatic Colors of #F0B0EC
Black with #F0B0EC
Text Example
Text Example
White with #F0B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0EC; }
p { color: rgb(240,176,236); }
H1.HeaderClassName
{
color: #F0B0EC;
}
.AnyTagClassName
{
color: #F0B0EC;
}
</style>
background-color css
<style>
a { background-color: #F0B0EC; }
a { background-color: rgb(240,176,236); }
div.DivClassName
{
background-color: #F0B0EC;
}
.BgClassName
{
background-color: #F0B0EC;
}
</style>
border-color css
<style>
span { border-color: #F0B0EC; }
span { border-color: rgb(240,176,236); }
td.TdClassName
{
border-color: #F0B0EC;
}
.TagClassName
{
border-color: #F0B0EC;
}
</style>