Shades of Lavender Rose #F39BD1
Tints of Lavender Rose #F39BD1
RGB
CMYK
RGB Variations
Color information
#F39BD1 (or 0xF39BD1) is known color: Lavender Rose. HEX triplet: F3, 9B and D1. RGB value is (243,155,209). Sum of RGB (Red+Green+Blue) = 243+155+209=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F39BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39BD1 is #0C642E. Grayscale: #BBBBBB. Windows color (decimal): -812079 or 13736947. OLE color: 13736947.
HSL color Cylindrical-coordinate representation of color #F39BD1: hue angle of 323.18º 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 #F39BD1 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 155 | 209 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.05 |
| HSL | 323.18º | 0.79% | 0.78% | - |
| HSV(B) | 323.18º | 0.36% | 0.95% | - |
| XYZ | 60.19 | 47.1 | 66.24 | - |
| YUV | 187.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 155 | 209 | 0 | 0.36 | 0.14 | 0.05 | 323.18 | 0.79 | 0.78 |
| Hex | F3 | 9B | D1 | 0 | 24 | E | 5 | 143 | 4F | 4E |
| Octal | 363 | 233 | 321 | 0 | 44 | 16 | 5 | 503 | 117 | 116 |
| Binary | 11110011 | 10011011 | 11010001 | 0 | 100100 | 1110 | 101 | 101000011 | 1001111 | 1001110 |
Color Harmonies of #F39BD1
Complementary color
Monochromatic Colors of #F39BD1
Black with #F39BD1
Text Example
Text Example
White with #F39BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39BD1; }
p { color: rgb(243,155,209); }
H1.HeaderClassName
{
color: #F39BD1;
}
.AnyTagClassName
{
color: #F39BD1;
}
</style>
background-color css
<style>
a { background-color: #F39BD1; }
a { background-color: rgb(243,155,209); }
div.DivClassName
{
background-color: #F39BD1;
}
.BgClassName
{
background-color: #F39BD1;
}
</style>
border-color css
<style>
span { border-color: #F39BD1; }
span { border-color: rgb(243,155,209); }
td.TdClassName
{
border-color: #F39BD1;
}
.TagClassName
{
border-color: #F39BD1;
}
</style>