Shades of Lavender Rose #F19BEE
Tints of Lavender Rose #F19BEE
RGB
CMYK
RGB Variations
Color information
#F19BEE (or 0xF19BEE) is known color: Lavender Rose. HEX triplet: F1, 9B and EE. RGB value is (241,155,238). Sum of RGB (Red+Green+Blue) = 241+155+238=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BEE is #0E6411. Grayscale: #BDBDBD. Windows color (decimal): -943122 or 15637489. OLE color: 15637489.
HSL color Cylindrical-coordinate representation of color #F19BEE: hue angle of 302.09º 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 #F19BEE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 238 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.05 |
| HSL | 302.09º | 0.75% | 0.78% | - |
| HSV(B) | 302.09º | 0.36% | 0.95% | - |
| XYZ | 63.43 | 48.32 | 86.87 | - |
| YUV | 190.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 238 | 0 | 0.36 | 0.01 | 0.05 | 302.09 | 0.75 | 0.78 |
| Hex | F1 | 9B | EE | 0 | 24 | 1 | 5 | 12E | 4B | 4E |
| Octal | 361 | 233 | 356 | 0 | 44 | 1 | 5 | 456 | 113 | 116 |
| Binary | 11110001 | 10011011 | 11101110 | 0 | 100100 | 1 | 101 | 100101110 | 1001011 | 1001110 |
Color Harmonies of #F19BEE
Complementary color
Monochromatic Colors of #F19BEE
Black with #F19BEE
Text Example
Text Example
White with #F19BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BEE; }
p { color: rgb(241,155,238); }
H1.HeaderClassName
{
color: #F19BEE;
}
.AnyTagClassName
{
color: #F19BEE;
}
</style>
background-color css
<style>
a { background-color: #F19BEE; }
a { background-color: rgb(241,155,238); }
div.DivClassName
{
background-color: #F19BEE;
}
.BgClassName
{
background-color: #F19BEE;
}
</style>
border-color css
<style>
span { border-color: #F19BEE; }
span { border-color: rgb(241,155,238); }
td.TdClassName
{
border-color: #F19BEE;
}
.TagClassName
{
border-color: #F19BEE;
}
</style>