Shades of Lavender Rose #F2B0EF
Tints of Lavender Rose #F2B0EF
RGB
CMYK
RGB Variations
Color information
#F2B0EF (or 0xF2B0EF) is known color: Lavender Rose. HEX triplet: F2, B0 and EF. RGB value is (242,176,239). Sum of RGB (Red+Green+Blue) = 242+176+239=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0EF is #0D4F10. Grayscale: #CACACA. Windows color (decimal): -872209 or 15708402. OLE color: 15708402.
HSL color Cylindrical-coordinate representation of color #F2B0EF: hue angle of 302.73º 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 #F2B0EF is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 239 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.05 |
| HSL | 302.73º | 0.72% | 0.82% | - |
| HSV(B) | 302.73º | 0.27% | 0.95% | - |
| XYZ | 67.72 | 56.16 | 88.93 | - |
| YUV | 202.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 239 | 0 | 0.27 | 0.01 | 0.05 | 302.73 | 0.72 | 0.82 |
| Hex | F2 | B0 | EF | 0 | 1B | 1 | 5 | 12F | 48 | 52 |
| Octal | 362 | 260 | 357 | 0 | 33 | 1 | 5 | 457 | 110 | 122 |
| Binary | 11110010 | 10110000 | 11101111 | 0 | 11011 | 1 | 101 | 100101111 | 1001000 | 1010010 |
Color Harmonies of #F2B0EF
Complementary color
Monochromatic Colors of #F2B0EF
Black with #F2B0EF
Text Example
Text Example
White with #F2B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B0EF; }
p { color: rgb(242,176,239); }
H1.HeaderClassName
{
color: #F2B0EF;
}
.AnyTagClassName
{
color: #F2B0EF;
}
</style>
background-color css
<style>
a { background-color: #F2B0EF; }
a { background-color: rgb(242,176,239); }
div.DivClassName
{
background-color: #F2B0EF;
}
.BgClassName
{
background-color: #F2B0EF;
}
</style>
border-color css
<style>
span { border-color: #F2B0EF; }
span { border-color: rgb(242,176,239); }
td.TdClassName
{
border-color: #F2B0EF;
}
.TagClassName
{
border-color: #F2B0EF;
}
</style>