Shades of Lavender Rose #F398D4
Tints of Lavender Rose #F398D4
RGB
CMYK
RGB Variations
Color information
#F398D4 (or 0xF398D4) is known color: Lavender Rose. HEX triplet: F3, 98 and D4. RGB value is (243,152,212). Sum of RGB (Red+Green+Blue) = 243+152+212=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F398D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398D4 is #0C672B. Grayscale: #B9B9B9. Windows color (decimal): -812844 or 13932787. OLE color: 13932787.
HSL color Cylindrical-coordinate representation of color #F398D4: hue angle of 320.44º 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 #F398D4 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 212 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.05 |
| HSL | 320.44º | 0.79% | 0.77% | - |
| HSV(B) | 320.44º | 0.37% | 0.95% | - |
| XYZ | 60.07 | 46.26 | 68.05 | - |
| YUV | 186.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 212 | 0 | 0.37 | 0.13 | 0.05 | 320.44 | 0.79 | 0.77 |
| Hex | F3 | 98 | D4 | 0 | 25 | D | 5 | 140 | 4F | 4D |
| Octal | 363 | 230 | 324 | 0 | 45 | 15 | 5 | 500 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11010100 | 0 | 100101 | 1101 | 101 | 101000000 | 1001111 | 1001101 |
Color Harmonies of #F398D4
Complementary color
Monochromatic Colors of #F398D4
Black with #F398D4
Text Example
Text Example
White with #F398D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398D4; }
p { color: rgb(243,152,212); }
H1.HeaderClassName
{
color: #F398D4;
}
.AnyTagClassName
{
color: #F398D4;
}
</style>
background-color css
<style>
a { background-color: #F398D4; }
a { background-color: rgb(243,152,212); }
div.DivClassName
{
background-color: #F398D4;
}
.BgClassName
{
background-color: #F398D4;
}
</style>
border-color css
<style>
span { border-color: #F398D4; }
span { border-color: rgb(243,152,212); }
td.TdClassName
{
border-color: #F398D4;
}
.TagClassName
{
border-color: #F398D4;
}
</style>