Shades of Lavender Rose #F39ADB
Tints of Lavender Rose #F39ADB
RGB
CMYK
RGB Variations
Color information
#F39ADB (or 0xF39ADB) is known color: Lavender Rose. HEX triplet: F3, 9A and DB. RGB value is (243,154,219). Sum of RGB (Red+Green+Blue) = 243+154+219=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F39ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39ADB is #0C6524. Grayscale: #BBBBBB. Windows color (decimal): -812325 or 14392051. OLE color: 14392051.
HSL color Cylindrical-coordinate representation of color #F39ADB: hue angle of 316.18º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F39ADB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 154 | 219 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.05 |
| HSL | 316.18º | 0.79% | 0.78% | - |
| HSV(B) | 316.18º | 0.37% | 0.95% | - |
| XYZ | 61.3 | 47.28 | 72.91 | - |
| YUV | 188.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 154 | 219 | 0 | 0.37 | 0.10 | 0.05 | 316.18 | 0.79 | 0.78 |
| Hex | F3 | 9A | DB | 0 | 25 | A | 5 | 13C | 4F | 4E |
| Octal | 363 | 232 | 333 | 0 | 45 | 12 | 5 | 474 | 117 | 116 |
| Binary | 11110011 | 10011010 | 11011011 | 0 | 100101 | 1010 | 101 | 100111100 | 1001111 | 1001110 |
Color Harmonies of #F39ADB
Complementary color
Monochromatic Colors of #F39ADB
Black with #F39ADB
Text Example
Text Example
White with #F39ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39ADB; }
p { color: rgb(243,154,219); }
H1.HeaderClassName
{
color: #F39ADB;
}
.AnyTagClassName
{
color: #F39ADB;
}
</style>
background-color css
<style>
a { background-color: #F39ADB; }
a { background-color: rgb(243,154,219); }
div.DivClassName
{
background-color: #F39ADB;
}
.BgClassName
{
background-color: #F39ADB;
}
</style>
border-color css
<style>
span { border-color: #F39ADB; }
span { border-color: rgb(243,154,219); }
td.TdClassName
{
border-color: #F39ADB;
}
.TagClassName
{
border-color: #F39ADB;
}
</style>