Shades of Lavender Rose #F998D5
Tints of Lavender Rose #F998D5
RGB
CMYK
RGB Variations
Color information
#F998D5 (or 0xF998D5) is known color: Lavender Rose. HEX triplet: F9, 98 and D5. RGB value is (249,152,213). Sum of RGB (Red+Green+Blue) = 249+152+213=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F998D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998D5 is #06672A. Grayscale: #BBBBBB. Windows color (decimal): -419627 or 13998329. OLE color: 13998329.
HSL color Cylindrical-coordinate representation of color #F998D5: hue angle of 322.27º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998D5 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 213 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.02 |
| HSL | 322.27º | 0.89% | 0.79% | - |
| HSV(B) | 322.27º | 0.39% | 0.98% | - |
| XYZ | 62.31 | 47.4 | 68.82 | - |
| YUV | 187.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 213 | 0 | 0.39 | 0.14 | 0.02 | 322.27 | 0.89 | 0.79 |
| Hex | F9 | 98 | D5 | 0 | 27 | E | 2 | 142 | 59 | 4F |
| Octal | 371 | 230 | 325 | 0 | 47 | 16 | 2 | 502 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11010101 | 0 | 100111 | 1110 | 10 | 101000010 | 1011001 | 1001111 |
Color Harmonies of #F998D5
Complementary color
Monochromatic Colors of #F998D5
Black with #F998D5
Text Example
Text Example
White with #F998D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998D5; }
p { color: rgb(249,152,213); }
H1.HeaderClassName
{
color: #F998D5;
}
.AnyTagClassName
{
color: #F998D5;
}
</style>
background-color css
<style>
a { background-color: #F998D5; }
a { background-color: rgb(249,152,213); }
div.DivClassName
{
background-color: #F998D5;
}
.BgClassName
{
background-color: #F998D5;
}
</style>
border-color css
<style>
span { border-color: #F998D5; }
span { border-color: rgb(249,152,213); }
td.TdClassName
{
border-color: #F998D5;
}
.TagClassName
{
border-color: #F998D5;
}
</style>