Shades of Lavender Rose #F29BE1
Tints of Lavender Rose #F29BE1
RGB
CMYK
RGB Variations
Color information
#F29BE1 (or 0xF29BE1) is known color: Lavender Rose. HEX triplet: F2, 9B and E1. RGB value is (242,155,225). Sum of RGB (Red+Green+Blue) = 242+155+225=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BE1 is #0D641E. Grayscale: #BCBCBC. Windows color (decimal): -877599 or 14785522. OLE color: 14785522.
HSL color Cylindrical-coordinate representation of color #F29BE1: hue angle of 311.72º 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 #F29BE1 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 225 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.05 |
| HSL | 311.72º | 0.77% | 0.78% | - |
| HSV(B) | 311.72º | 0.36% | 0.95% | - |
| XYZ | 61.93 | 47.76 | 77.19 | - |
| YUV | 188.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 225 | 0 | 0.36 | 0.07 | 0.05 | 311.72 | 0.77 | 0.78 |
| Hex | F2 | 9B | E1 | 0 | 24 | 7 | 5 | 138 | 4D | 4E |
| Octal | 362 | 233 | 341 | 0 | 44 | 7 | 5 | 470 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11100001 | 0 | 100100 | 111 | 101 | 100111000 | 1001101 | 1001110 |
Color Harmonies of #F29BE1
Complementary color
Monochromatic Colors of #F29BE1
Black with #F29BE1
Text Example
Text Example
White with #F29BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BE1; }
p { color: rgb(242,155,225); }
H1.HeaderClassName
{
color: #F29BE1;
}
.AnyTagClassName
{
color: #F29BE1;
}
</style>
background-color css
<style>
a { background-color: #F29BE1; }
a { background-color: rgb(242,155,225); }
div.DivClassName
{
background-color: #F29BE1;
}
.BgClassName
{
background-color: #F29BE1;
}
</style>
border-color css
<style>
span { border-color: #F29BE1; }
span { border-color: rgb(242,155,225); }
td.TdClassName
{
border-color: #F29BE1;
}
.TagClassName
{
border-color: #F29BE1;
}
</style>