Shades of Lavender Rose #F29BEE
Tints of Lavender Rose #F29BEE
RGB
CMYK
RGB Variations
Color information
#F29BEE (or 0xF29BEE) is known color: Lavender Rose. HEX triplet: F2, 9B and EE. RGB value is (242,155,238). Sum of RGB (Red+Green+Blue) = 242+155+238=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BEE is #0D6411. Grayscale: #BEBEBE. Windows color (decimal): -877586 or 15637490. OLE color: 15637490.
HSL color Cylindrical-coordinate representation of color #F29BEE: hue angle of 302.76º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29BEE is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 238 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.05 |
| HSL | 302.76º | 0.77% | 0.78% | - |
| HSV(B) | 302.76º | 0.36% | 0.95% | - |
| XYZ | 63.77 | 48.49 | 86.89 | - |
| YUV | 190.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 238 | 0 | 0.36 | 0.02 | 0.05 | 302.76 | 0.77 | 0.78 |
| Hex | F2 | 9B | EE | 0 | 24 | 2 | 5 | 12F | 4D | 4E |
| Octal | 362 | 233 | 356 | 0 | 44 | 2 | 5 | 457 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11101110 | 0 | 100100 | 10 | 101 | 100101111 | 1001101 | 1001110 |
Color Harmonies of #F29BEE
Complementary color
Monochromatic Colors of #F29BEE
Black with #F29BEE
Text Example
Text Example
White with #F29BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BEE; }
p { color: rgb(242,155,238); }
H1.HeaderClassName
{
color: #F29BEE;
}
.AnyTagClassName
{
color: #F29BEE;
}
</style>
background-color css
<style>
a { background-color: #F29BEE; }
a { background-color: rgb(242,155,238); }
div.DivClassName
{
background-color: #F29BEE;
}
.BgClassName
{
background-color: #F29BEE;
}
</style>
border-color css
<style>
span { border-color: #F29BEE; }
span { border-color: rgb(242,155,238); }
td.TdClassName
{
border-color: #F29BEE;
}
.TagClassName
{
border-color: #F29BEE;
}
</style>