Shades of Lavender Rose #F398D6
Tints of Lavender Rose #F398D6
RGB
CMYK
RGB Variations
Color information
#F398D6 (or 0xF398D6) is known color: Lavender Rose. HEX triplet: F3, 98 and D6. RGB value is (243,152,214). Sum of RGB (Red+Green+Blue) = 243+152+214=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F398D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398D6 is #0C6729. Grayscale: #BABABA. Windows color (decimal): -812842 or 14063859. OLE color: 14063859.
HSL color Cylindrical-coordinate representation of color #F398D6: hue angle of 319.12º 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 #F398D6 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 214 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.05 |
| HSL | 319.12º | 0.79% | 0.77% | - |
| HSV(B) | 319.12º | 0.37% | 0.95% | - |
| XYZ | 60.33 | 46.37 | 69.39 | - |
| YUV | 186.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 214 | 0 | 0.37 | 0.12 | 0.05 | 319.12 | 0.79 | 0.77 |
| Hex | F3 | 98 | D6 | 0 | 25 | C | 5 | 13F | 4F | 4D |
| Octal | 363 | 230 | 326 | 0 | 45 | 14 | 5 | 477 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11010110 | 0 | 100101 | 1100 | 101 | 100111111 | 1001111 | 1001101 |
Color Harmonies of #F398D6
Complementary color
Monochromatic Colors of #F398D6
Black with #F398D6
Text Example
Text Example
White with #F398D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398D6; }
p { color: rgb(243,152,214); }
H1.HeaderClassName
{
color: #F398D6;
}
.AnyTagClassName
{
color: #F398D6;
}
</style>
background-color css
<style>
a { background-color: #F398D6; }
a { background-color: rgb(243,152,214); }
div.DivClassName
{
background-color: #F398D6;
}
.BgClassName
{
background-color: #F398D6;
}
</style>
border-color css
<style>
span { border-color: #F398D6; }
span { border-color: rgb(243,152,214); }
td.TdClassName
{
border-color: #F398D6;
}
.TagClassName
{
border-color: #F398D6;
}
</style>