Shades of Lavender Rose #F198DE
Tints of Lavender Rose #F198DE
RGB
CMYK
RGB Variations
Color information
#F198DE (or 0xF198DE) is known color: Lavender Rose. HEX triplet: F1, 98 and DE. RGB value is (241,152,222). Sum of RGB (Red+Green+Blue) = 241+152+222=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F198DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198DE is #0E6721. Grayscale: #BABABA. Windows color (decimal): -943906 or 14588145. OLE color: 14588145.
HSL color Cylindrical-coordinate representation of color #F198DE: hue angle of 312.81º degrees, saturation: 0.76, 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 #F198DE is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 222 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.05 |
| HSL | 312.81º | 0.76% | 0.77% | - |
| HSV(B) | 312.81º | 0.37% | 0.95% | - |
| XYZ | 60.69 | 46.43 | 74.87 | - |
| YUV | 186.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 222 | 0 | 0.37 | 0.08 | 0.05 | 312.81 | 0.76 | 0.77 |
| Hex | F1 | 98 | DE | 0 | 25 | 8 | 5 | 139 | 4C | 4D |
| Octal | 361 | 230 | 336 | 0 | 45 | 10 | 5 | 471 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11011110 | 0 | 100101 | 1000 | 101 | 100111001 | 1001100 | 1001101 |
Color Harmonies of #F198DE
Complementary color
Monochromatic Colors of #F198DE
Black with #F198DE
Text Example
Text Example
White with #F198DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198DE; }
p { color: rgb(241,152,222); }
H1.HeaderClassName
{
color: #F198DE;
}
.AnyTagClassName
{
color: #F198DE;
}
</style>
background-color css
<style>
a { background-color: #F198DE; }
a { background-color: rgb(241,152,222); }
div.DivClassName
{
background-color: #F198DE;
}
.BgClassName
{
background-color: #F198DE;
}
</style>
border-color css
<style>
span { border-color: #F198DE; }
span { border-color: rgb(241,152,222); }
td.TdClassName
{
border-color: #F198DE;
}
.TagClassName
{
border-color: #F198DE;
}
</style>