Shades of Lavender Rose #F19BDA
Tints of Lavender Rose #F19BDA
RGB
CMYK
RGB Variations
Color information
#F19BDA (or 0xF19BDA) is known color: Lavender Rose. HEX triplet: F1, 9B and DA. RGB value is (241,155,218). Sum of RGB (Red+Green+Blue) = 241+155+218=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BDA is #0E6425. Grayscale: #BBBBBB. Windows color (decimal): -943142 or 14326769. OLE color: 14326769.
HSL color Cylindrical-coordinate representation of color #F19BDA: hue angle of 316.05º 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 #F19BDA is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 218 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.05 |
| HSL | 316.05º | 0.75% | 0.78% | - |
| HSV(B) | 316.05º | 0.36% | 0.95% | - |
| XYZ | 60.65 | 47.21 | 72.24 | - |
| YUV | 187.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 218 | 0 | 0.36 | 0.10 | 0.05 | 316.05 | 0.75 | 0.78 |
| Hex | F1 | 9B | DA | 0 | 24 | A | 5 | 13C | 4B | 4E |
| Octal | 361 | 233 | 332 | 0 | 44 | 12 | 5 | 474 | 113 | 116 |
| Binary | 11110001 | 10011011 | 11011010 | 0 | 100100 | 1010 | 101 | 100111100 | 1001011 | 1001110 |
Color Harmonies of #F19BDA
Complementary color
Monochromatic Colors of #F19BDA
Black with #F19BDA
Text Example
Text Example
White with #F19BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BDA; }
p { color: rgb(241,155,218); }
H1.HeaderClassName
{
color: #F19BDA;
}
.AnyTagClassName
{
color: #F19BDA;
}
</style>
background-color css
<style>
a { background-color: #F19BDA; }
a { background-color: rgb(241,155,218); }
div.DivClassName
{
background-color: #F19BDA;
}
.BgClassName
{
background-color: #F19BDA;
}
</style>
border-color css
<style>
span { border-color: #F19BDA; }
span { border-color: rgb(241,155,218); }
td.TdClassName
{
border-color: #F19BDA;
}
.TagClassName
{
border-color: #F19BDA;
}
</style>