Shades of Lavender Rose #F19BED
Tints of Lavender Rose #F19BED
RGB
CMYK
RGB Variations
Color information
#F19BED (or 0xF19BED) is known color: Lavender Rose. HEX triplet: F1, 9B and ED. RGB value is (241,155,237). Sum of RGB (Red+Green+Blue) = 241+155+237=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BED is #0E6412. Grayscale: #BDBDBD. Windows color (decimal): -943123 or 15571953. OLE color: 15571953.
HSL color Cylindrical-coordinate representation of color #F19BED: hue angle of 302.79º 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 #F19BED is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 237 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.05 |
| HSL | 302.79º | 0.75% | 0.78% | - |
| HSV(B) | 302.79º | 0.36% | 0.95% | - |
| XYZ | 63.28 | 48.26 | 86.1 | - |
| YUV | 190.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 237 | 0 | 0.36 | 0.02 | 0.05 | 302.79 | 0.75 | 0.78 |
| Hex | F1 | 9B | ED | 0 | 24 | 2 | 5 | 12F | 4B | 4E |
| Octal | 361 | 233 | 355 | 0 | 44 | 2 | 5 | 457 | 113 | 116 |
| Binary | 11110001 | 10011011 | 11101101 | 0 | 100100 | 10 | 101 | 100101111 | 1001011 | 1001110 |
Color Harmonies of #F19BED
Complementary color
Monochromatic Colors of #F19BED
Black with #F19BED
Text Example
Text Example
White with #F19BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BED; }
p { color: rgb(241,155,237); }
H1.HeaderClassName
{
color: #F19BED;
}
.AnyTagClassName
{
color: #F19BED;
}
</style>
background-color css
<style>
a { background-color: #F19BED; }
a { background-color: rgb(241,155,237); }
div.DivClassName
{
background-color: #F19BED;
}
.BgClassName
{
background-color: #F19BED;
}
</style>
border-color css
<style>
span { border-color: #F19BED; }
span { border-color: rgb(241,155,237); }
td.TdClassName
{
border-color: #F19BED;
}
.TagClassName
{
border-color: #F19BED;
}
</style>