Shades of Lavender Rose #F19BEA
Tints of Lavender Rose #F19BEA
RGB
CMYK
RGB Variations
Color information
#F19BEA (or 0xF19BEA) is known color: Lavender Rose. HEX triplet: F1, 9B and EA. RGB value is (241,155,234). Sum of RGB (Red+Green+Blue) = 241+155+234=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BEA is #0E6415. Grayscale: #BDBDBD. Windows color (decimal): -943126 or 15375345. OLE color: 15375345.
HSL color Cylindrical-coordinate representation of color #F19BEA: hue angle of 304.88º degrees, saturation: 0.75, 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 #F19BEA is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 234 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.05 |
| HSL | 304.88º | 0.75% | 0.78% | - |
| HSV(B) | 304.88º | 0.36% | 0.95% | - |
| XYZ | 62.85 | 48.08 | 83.81 | - |
| YUV | 189.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 234 | 0 | 0.36 | 0.03 | 0.05 | 304.88 | 0.75 | 0.78 |
| Hex | F1 | 9B | EA | 0 | 24 | 3 | 5 | 131 | 4B | 4E |
| Octal | 361 | 233 | 352 | 0 | 44 | 3 | 5 | 461 | 113 | 116 |
| Binary | 11110001 | 10011011 | 11101010 | 0 | 100100 | 11 | 101 | 100110001 | 1001011 | 1001110 |
Color Harmonies of #F19BEA
Complementary color
Monochromatic Colors of #F19BEA
Black with #F19BEA
Text Example
Text Example
White with #F19BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BEA; }
p { color: rgb(241,155,234); }
H1.HeaderClassName
{
color: #F19BEA;
}
.AnyTagClassName
{
color: #F19BEA;
}
</style>
background-color css
<style>
a { background-color: #F19BEA; }
a { background-color: rgb(241,155,234); }
div.DivClassName
{
background-color: #F19BEA;
}
.BgClassName
{
background-color: #F19BEA;
}
</style>
border-color css
<style>
span { border-color: #F19BEA; }
span { border-color: rgb(241,155,234); }
td.TdClassName
{
border-color: #F19BEA;
}
.TagClassName
{
border-color: #F19BEA;
}
</style>