Shades of Lavender Rose #F39BDA
Tints of Lavender Rose #F39BDA
RGB
CMYK
RGB Variations
Color information
#F39BDA (or 0xF39BDA) is known color: Lavender Rose. HEX triplet: F3, 9B and DA. RGB value is (243,155,218). Sum of RGB (Red+Green+Blue) = 243+155+218=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F39BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39BDA is #0C6425. Grayscale: #BCBCBC. Windows color (decimal): -812070 or 14326771. OLE color: 14326771.
HSL color Cylindrical-coordinate representation of color #F39BDA: hue angle of 317.05º degrees, saturation: 0.79, 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 #F39BDA is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 155 | 218 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.05 |
| HSL | 317.05º | 0.79% | 0.78% | - |
| HSV(B) | 317.05º | 0.36% | 0.95% | - |
| XYZ | 61.34 | 47.56 | 72.28 | - |
| YUV | 188.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 155 | 218 | 0 | 0.36 | 0.10 | 0.05 | 317.05 | 0.79 | 0.78 |
| Hex | F3 | 9B | DA | 0 | 24 | A | 5 | 13D | 4F | 4E |
| Octal | 363 | 233 | 332 | 0 | 44 | 12 | 5 | 475 | 117 | 116 |
| Binary | 11110011 | 10011011 | 11011010 | 0 | 100100 | 1010 | 101 | 100111101 | 1001111 | 1001110 |
Color Harmonies of #F39BDA
Complementary color
Monochromatic Colors of #F39BDA
Black with #F39BDA
Text Example
Text Example
White with #F39BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39BDA; }
p { color: rgb(243,155,218); }
H1.HeaderClassName
{
color: #F39BDA;
}
.AnyTagClassName
{
color: #F39BDA;
}
</style>
background-color css
<style>
a { background-color: #F39BDA; }
a { background-color: rgb(243,155,218); }
div.DivClassName
{
background-color: #F39BDA;
}
.BgClassName
{
background-color: #F39BDA;
}
</style>
border-color css
<style>
span { border-color: #F39BDA; }
span { border-color: rgb(243,155,218); }
td.TdClassName
{
border-color: #F39BDA;
}
.TagClassName
{
border-color: #F39BDA;
}
</style>