Shades of Lavender Rose #F397DB
Tints of Lavender Rose #F397DB
RGB
CMYK
RGB Variations
Color information
#F397DB (or 0xF397DB) is known color: Lavender Rose. HEX triplet: F3, 97 and DB. RGB value is (243,151,219). Sum of RGB (Red+Green+Blue) = 243+151+219=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F397DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397DB is #0C6824. Grayscale: #BABABA. Windows color (decimal): -813093 or 14391283. OLE color: 14391283.
HSL color Cylindrical-coordinate representation of color #F397DB: hue angle of 315.65º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F397DB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 219 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.05 |
| HSL | 315.65º | 0.79% | 0.77% | - |
| HSV(B) | 315.65º | 0.38% | 0.95% | - |
| XYZ | 60.81 | 46.3 | 72.75 | - |
| YUV | 186.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 219 | 0 | 0.38 | 0.10 | 0.05 | 315.65 | 0.79 | 0.77 |
| Hex | F3 | 97 | DB | 0 | 26 | A | 5 | 13C | 4F | 4D |
| Octal | 363 | 227 | 333 | 0 | 46 | 12 | 5 | 474 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11011011 | 0 | 100110 | 1010 | 101 | 100111100 | 1001111 | 1001101 |
Color Harmonies of #F397DB
Complementary color
Monochromatic Colors of #F397DB
Black with #F397DB
Text Example
Text Example
White with #F397DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397DB; }
p { color: rgb(243,151,219); }
H1.HeaderClassName
{
color: #F397DB;
}
.AnyTagClassName
{
color: #F397DB;
}
</style>
background-color css
<style>
a { background-color: #F397DB; }
a { background-color: rgb(243,151,219); }
div.DivClassName
{
background-color: #F397DB;
}
.BgClassName
{
background-color: #F397DB;
}
</style>
border-color css
<style>
span { border-color: #F397DB; }
span { border-color: rgb(243,151,219); }
td.TdClassName
{
border-color: #F397DB;
}
.TagClassName
{
border-color: #F397DB;
}
</style>