Shades of Lavender Rose #F39BDF
Tints of Lavender Rose #F39BDF
RGB
CMYK
RGB Variations
Color information
#F39BDF (or 0xF39BDF) is known color: Lavender Rose. HEX triplet: F3, 9B and DF. RGB value is (243,155,223). Sum of RGB (Red+Green+Blue) = 243+155+223=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F39BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39BDF is #0C6420. Grayscale: #BCBCBC. Windows color (decimal): -812065 or 14654451. OLE color: 14654451.
HSL color Cylindrical-coordinate representation of color #F39BDF: hue angle of 313.64º 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 #F39BDF is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 155 | 223 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.05 |
| HSL | 313.64º | 0.79% | 0.78% | - |
| HSV(B) | 313.64º | 0.36% | 0.95% | - |
| XYZ | 62 | 47.83 | 75.78 | - |
| YUV | 189.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 155 | 223 | 0 | 0.36 | 0.08 | 0.05 | 313.64 | 0.79 | 0.78 |
| Hex | F3 | 9B | DF | 0 | 24 | 8 | 5 | 13A | 4F | 4E |
| Octal | 363 | 233 | 337 | 0 | 44 | 10 | 5 | 472 | 117 | 116 |
| Binary | 11110011 | 10011011 | 11011111 | 0 | 100100 | 1000 | 101 | 100111010 | 1001111 | 1001110 |
Color Harmonies of #F39BDF
Complementary color
Monochromatic Colors of #F39BDF
Black with #F39BDF
Text Example
Text Example
White with #F39BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39BDF; }
p { color: rgb(243,155,223); }
H1.HeaderClassName
{
color: #F39BDF;
}
.AnyTagClassName
{
color: #F39BDF;
}
</style>
background-color css
<style>
a { background-color: #F39BDF; }
a { background-color: rgb(243,155,223); }
div.DivClassName
{
background-color: #F39BDF;
}
.BgClassName
{
background-color: #F39BDF;
}
</style>
border-color css
<style>
span { border-color: #F39BDF; }
span { border-color: rgb(243,155,223); }
td.TdClassName
{
border-color: #F39BDF;
}
.TagClassName
{
border-color: #F39BDF;
}
</style>