Shades of Lavender Rose #FB98F0
Tints of Lavender Rose #FB98F0
RGB
CMYK
RGB Variations
Color information
#FB98F0 (or 0xFB98F0) is known color: Lavender Rose. HEX triplet: FB, 98 and F0. RGB value is (251,152,240). Sum of RGB (Red+Green+Blue) = 251+152+240=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 152 (59.77% from 255 or 23.64% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB98F0 is #04670F. Grayscale: #BFBFBF. Windows color (decimal): -288528 or 15767803. OLE color: 15767803.
HSL color Cylindrical-coordinate representation of color #FB98F0: hue angle of 306.67º 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 #FB98F0 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 152 | 240 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.02 |
| HSL | 306.67º | 0.93% | 0.79% | - |
| HSV(B) | 306.67º | 0.39% | 0.98% | - |
| XYZ | 66.74 | 49.26 | 88.43 | - |
| YUV | 191.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 240 | 0 | 0.39 | 0.04 | 0.02 | 306.67 | 0.93 | 0.79 |
| Hex | FB | 98 | F0 | 0 | 27 | 4 | 2 | 133 | 5D | 4F |
| Octal | 373 | 230 | 360 | 0 | 47 | 4 | 2 | 463 | 135 | 117 |
| Binary | 11111011 | 10011000 | 11110000 | 0 | 100111 | 100 | 10 | 100110011 | 1011101 | 1001111 |
Color Harmonies of #FB98F0
Complementary color
Monochromatic Colors of #FB98F0
Black with #FB98F0
Text Example
Text Example
White with #FB98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB98F0; }
p { color: rgb(251,152,240); }
H1.HeaderClassName
{
color: #FB98F0;
}
.AnyTagClassName
{
color: #FB98F0;
}
</style>
background-color css
<style>
a { background-color: #FB98F0; }
a { background-color: rgb(251,152,240); }
div.DivClassName
{
background-color: #FB98F0;
}
.BgClassName
{
background-color: #FB98F0;
}
</style>
border-color css
<style>
span { border-color: #FB98F0; }
span { border-color: rgb(251,152,240); }
td.TdClassName
{
border-color: #FB98F0;
}
.TagClassName
{
border-color: #FB98F0;
}
</style>