Shades of Lavender Rose #FB98D9
Tints of Lavender Rose #FB98D9
RGB
CMYK
RGB Variations
Color information
#FB98D9 (or 0xFB98D9) is known color: Lavender Rose. HEX triplet: FB, 98 and D9. RGB value is (251,152,217). Sum of RGB (Red+Green+Blue) = 251+152+217=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB98D9 is #046726. Grayscale: #BCBCBC. Windows color (decimal): -288551 or 14260475. OLE color: 14260475.
HSL color Cylindrical-coordinate representation of color #FB98D9: hue angle of 320.61º degrees, saturation: 0.93, 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 #FB98D9 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 152 | 217 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.02 |
| HSL | 320.61º | 0.93% | 0.79% | - |
| HSV(B) | 320.61º | 0.39% | 0.98% | - |
| XYZ | 63.54 | 47.98 | 71.56 | - |
| YUV | 189.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 217 | 0 | 0.39 | 0.14 | 0.02 | 320.61 | 0.93 | 0.79 |
| Hex | FB | 98 | D9 | 0 | 27 | E | 2 | 141 | 5D | 4F |
| Octal | 373 | 230 | 331 | 0 | 47 | 16 | 2 | 501 | 135 | 117 |
| Binary | 11111011 | 10011000 | 11011001 | 0 | 100111 | 1110 | 10 | 101000001 | 1011101 | 1001111 |
Color Harmonies of #FB98D9
Complementary color
Monochromatic Colors of #FB98D9
Black with #FB98D9
Text Example
Text Example
White with #FB98D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB98D9; }
p { color: rgb(251,152,217); }
H1.HeaderClassName
{
color: #FB98D9;
}
.AnyTagClassName
{
color: #FB98D9;
}
</style>
background-color css
<style>
a { background-color: #FB98D9; }
a { background-color: rgb(251,152,217); }
div.DivClassName
{
background-color: #FB98D9;
}
.BgClassName
{
background-color: #FB98D9;
}
</style>
border-color css
<style>
span { border-color: #FB98D9; }
span { border-color: rgb(251,152,217); }
td.TdClassName
{
border-color: #FB98D9;
}
.TagClassName
{
border-color: #FB98D9;
}
</style>