Shades of Lavender Rose #F398DD
Tints of Lavender Rose #F398DD
RGB
CMYK
RGB Variations
Color information
#F398DD (or 0xF398DD) is known color: Lavender Rose. HEX triplet: F3, 98 and DD. RGB value is (243,152,221). Sum of RGB (Red+Green+Blue) = 243+152+221=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F398DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398DD is #0C6722. Grayscale: #BABABA. Windows color (decimal): -812835 or 14522611. OLE color: 14522611.
HSL color Cylindrical-coordinate representation of color #F398DD: hue angle of 314.51º 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 #F398DD is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 221 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.05 |
| HSL | 314.51º | 0.79% | 0.77% | - |
| HSV(B) | 314.51º | 0.37% | 0.95% | - |
| XYZ | 61.24 | 46.73 | 74.2 | - |
| YUV | 187.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 221 | 0 | 0.37 | 0.09 | 0.05 | 314.51 | 0.79 | 0.77 |
| Hex | F3 | 98 | DD | 0 | 25 | 9 | 5 | 13B | 4F | 4D |
| Octal | 363 | 230 | 335 | 0 | 45 | 11 | 5 | 473 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11011101 | 0 | 100101 | 1001 | 101 | 100111011 | 1001111 | 1001101 |
Color Harmonies of #F398DD
Complementary color
Monochromatic Colors of #F398DD
Black with #F398DD
Text Example
Text Example
White with #F398DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398DD; }
p { color: rgb(243,152,221); }
H1.HeaderClassName
{
color: #F398DD;
}
.AnyTagClassName
{
color: #F398DD;
}
</style>
background-color css
<style>
a { background-color: #F398DD; }
a { background-color: rgb(243,152,221); }
div.DivClassName
{
background-color: #F398DD;
}
.BgClassName
{
background-color: #F398DD;
}
</style>
border-color css
<style>
span { border-color: #F398DD; }
span { border-color: rgb(243,152,221); }
td.TdClassName
{
border-color: #F398DD;
}
.TagClassName
{
border-color: #F398DD;
}
</style>