Shades of Lavender Rose #F39CDB
Tints of Lavender Rose #F39CDB
RGB
CMYK
RGB Variations
Color information
#F39CDB (or 0xF39CDB) is known color: Lavender Rose. HEX triplet: F3, 9C and DB. RGB value is (243,156,219). Sum of RGB (Red+Green+Blue) = 243+156+219=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F39CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39CDB is #0C6324. Grayscale: #BDBDBD. Windows color (decimal): -811813 or 14392563. OLE color: 14392563.
HSL color Cylindrical-coordinate representation of color #F39CDB: hue angle of 316.55º degrees, saturation: 0.78, 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 #F39CDB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 156 | 219 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.05 |
| HSL | 316.55º | 0.78% | 0.78% | - |
| HSV(B) | 316.55º | 0.36% | 0.95% | - |
| XYZ | 61.64 | 47.95 | 73.02 | - |
| YUV | 189.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 156 | 219 | 0 | 0.36 | 0.10 | 0.05 | 316.55 | 0.78 | 0.78 |
| Hex | F3 | 9C | DB | 0 | 24 | A | 5 | 13D | 4E | 4E |
| Octal | 363 | 234 | 333 | 0 | 44 | 12 | 5 | 475 | 116 | 116 |
| Binary | 11110011 | 10011100 | 11011011 | 0 | 100100 | 1010 | 101 | 100111101 | 1001110 | 1001110 |
Color Harmonies of #F39CDB
Complementary color
Monochromatic Colors of #F39CDB
Black with #F39CDB
Text Example
Text Example
White with #F39CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39CDB; }
p { color: rgb(243,156,219); }
H1.HeaderClassName
{
color: #F39CDB;
}
.AnyTagClassName
{
color: #F39CDB;
}
</style>
background-color css
<style>
a { background-color: #F39CDB; }
a { background-color: rgb(243,156,219); }
div.DivClassName
{
background-color: #F39CDB;
}
.BgClassName
{
background-color: #F39CDB;
}
</style>
border-color css
<style>
span { border-color: #F39CDB; }
span { border-color: rgb(243,156,219); }
td.TdClassName
{
border-color: #F39CDB;
}
.TagClassName
{
border-color: #F39CDB;
}
</style>