Shades of Lavender Rose #F394DB
Tints of Lavender Rose #F394DB
RGB
CMYK
RGB Variations
Color information
#F394DB (or 0xF394DB) is known color: Lavender Rose. HEX triplet: F3, 94 and DB. RGB value is (243,148,219). Sum of RGB (Red+Green+Blue) = 243+148+219=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F394DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394DB is #0C6B24. Grayscale: #B8B8B8. Windows color (decimal): -813861 or 14390515. OLE color: 14390515.
HSL color Cylindrical-coordinate representation of color #F394DB: hue angle of 315.16º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F394DB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 219 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.05 |
| HSL | 315.16º | 0.8% | 0.77% | - |
| HSV(B) | 315.16º | 0.39% | 0.95% | - |
| XYZ | 60.34 | 45.35 | 72.59 | - |
| YUV | 184.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 219 | 0 | 0.39 | 0.10 | 0.05 | 315.16 | 0.8 | 0.77 |
| Hex | F3 | 94 | DB | 0 | 27 | A | 5 | 13B | 50 | 4D |
| Octal | 363 | 224 | 333 | 0 | 47 | 12 | 5 | 473 | 120 | 115 |
| Binary | 11110011 | 10010100 | 11011011 | 0 | 100111 | 1010 | 101 | 100111011 | 1010000 | 1001101 |
Color Harmonies of #F394DB
Complementary color
Monochromatic Colors of #F394DB
Black with #F394DB
Text Example
Text Example
White with #F394DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F394DB; }
p { color: rgb(243,148,219); }
H1.HeaderClassName
{
color: #F394DB;
}
.AnyTagClassName
{
color: #F394DB;
}
</style>
background-color css
<style>
a { background-color: #F394DB; }
a { background-color: rgb(243,148,219); }
div.DivClassName
{
background-color: #F394DB;
}
.BgClassName
{
background-color: #F394DB;
}
</style>
border-color css
<style>
span { border-color: #F394DB; }
span { border-color: rgb(243,148,219); }
td.TdClassName
{
border-color: #F394DB;
}
.TagClassName
{
border-color: #F394DB;
}
</style>