Shades of Lavender Rose #F2B0EC
Tints of Lavender Rose #F2B0EC
RGB
CMYK
RGB Variations
Color information
#F2B0EC (or 0xF2B0EC) is known color: Lavender Rose. HEX triplet: F2, B0 and EC. RGB value is (242,176,236). Sum of RGB (Red+Green+Blue) = 242+176+236=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0EC is #0D4F13. Grayscale: #CACACA. Windows color (decimal): -872212 or 15511794. OLE color: 15511794.
HSL color Cylindrical-coordinate representation of color #F2B0EC: hue angle of 305.45º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B0EC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 236 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.05 |
| HSL | 305.45º | 0.72% | 0.82% | - |
| HSV(B) | 305.45º | 0.27% | 0.95% | - |
| XYZ | 67.28 | 55.98 | 86.62 | - |
| YUV | 202.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 236 | 0 | 0.27 | 0.02 | 0.05 | 305.45 | 0.72 | 0.82 |
| Hex | F2 | B0 | EC | 0 | 1B | 2 | 5 | 131 | 48 | 52 |
| Octal | 362 | 260 | 354 | 0 | 33 | 2 | 5 | 461 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11101100 | 0 | 11011 | 10 | 101 | 100110001 | 1001000 | 1010010 |
Color Harmonies of #F2B0EC
Complementary color
Monochromatic Colors of #F2B0EC
Black with #F2B0EC
Text Example
Text Example
White with #F2B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0EC; }
p { color: rgb(242,176,236); }
H1.HeaderClassName
{
color: #F2B0EC;
}
.AnyTagClassName
{
color: #F2B0EC;
}
</style>
background-color css
<style>
a { background-color: #F2B0EC; }
a { background-color: rgb(242,176,236); }
div.DivClassName
{
background-color: #F2B0EC;
}
.BgClassName
{
background-color: #F2B0EC;
}
</style>
border-color css
<style>
span { border-color: #F2B0EC; }
span { border-color: rgb(242,176,236); }
td.TdClassName
{
border-color: #F2B0EC;
}
.TagClassName
{
border-color: #F2B0EC;
}
</style>