Shades of Lavender Rose #F398DB
Tints of Lavender Rose #F398DB
RGB
CMYK
RGB Variations
Color information
#F398DB (or 0xF398DB) is known color: Lavender Rose. HEX triplet: F3, 98 and DB. RGB value is (243,152,219). Sum of RGB (Red+Green+Blue) = 243+152+219=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F398DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398DB is #0C6724. Grayscale: #BABABA. Windows color (decimal): -812837 or 14391539. OLE color: 14391539.
HSL color Cylindrical-coordinate representation of color #F398DB: hue angle of 315.82º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F398DB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 219 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.05 |
| HSL | 315.82º | 0.79% | 0.77% | - |
| HSV(B) | 315.82º | 0.37% | 0.95% | - |
| XYZ | 60.98 | 46.63 | 72.8 | - |
| YUV | 186.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 219 | 0 | 0.37 | 0.10 | 0.05 | 315.82 | 0.79 | 0.77 |
| Hex | F3 | 98 | DB | 0 | 25 | A | 5 | 13C | 4F | 4D |
| Octal | 363 | 230 | 333 | 0 | 45 | 12 | 5 | 474 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11011011 | 0 | 100101 | 1010 | 101 | 100111100 | 1001111 | 1001101 |
Color Harmonies of #F398DB
Complementary color
Monochromatic Colors of #F398DB
Black with #F398DB
Text Example
Text Example
White with #F398DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398DB; }
p { color: rgb(243,152,219); }
H1.HeaderClassName
{
color: #F398DB;
}
.AnyTagClassName
{
color: #F398DB;
}
</style>
background-color css
<style>
a { background-color: #F398DB; }
a { background-color: rgb(243,152,219); }
div.DivClassName
{
background-color: #F398DB;
}
.BgClassName
{
background-color: #F398DB;
}
</style>
border-color css
<style>
span { border-color: #F398DB; }
span { border-color: rgb(243,152,219); }
td.TdClassName
{
border-color: #F398DB;
}
.TagClassName
{
border-color: #F398DB;
}
</style>