Shades of Lavender Rose #FB98F1
Tints of Lavender Rose #FB98F1
RGB
CMYK
RGB Variations
Color information
#FB98F1 (or 0xFB98F1) is known color: Lavender Rose. HEX triplet: FB, 98 and F1. RGB value is (251,152,241). Sum of RGB (Red+Green+Blue) = 251+152+241=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 152 (59.77% from 255 or 23.60% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB98F1 is #04670E. Grayscale: #BFBFBF. Windows color (decimal): -288527 or 15833339. OLE color: 15833339.
HSL color Cylindrical-coordinate representation of color #FB98F1: hue angle of 306.06º 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 #FB98F1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 152 | 241 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.02 |
| HSL | 306.06º | 0.93% | 0.79% | - |
| HSV(B) | 306.06º | 0.39% | 0.98% | - |
| XYZ | 66.89 | 49.32 | 89.21 | - |
| YUV | 191.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 241 | 0 | 0.39 | 0.04 | 0.02 | 306.06 | 0.93 | 0.79 |
| Hex | FB | 98 | F1 | 0 | 27 | 4 | 2 | 132 | 5D | 4F |
| Octal | 373 | 230 | 361 | 0 | 47 | 4 | 2 | 462 | 135 | 117 |
| Binary | 11111011 | 10011000 | 11110001 | 0 | 100111 | 100 | 10 | 100110010 | 1011101 | 1001111 |
Color Harmonies of #FB98F1
Complementary color
Monochromatic Colors of #FB98F1
Black with #FB98F1
Text Example
Text Example
White with #FB98F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB98F1; }
p { color: rgb(251,152,241); }
H1.HeaderClassName
{
color: #FB98F1;
}
.AnyTagClassName
{
color: #FB98F1;
}
</style>
background-color css
<style>
a { background-color: #FB98F1; }
a { background-color: rgb(251,152,241); }
div.DivClassName
{
background-color: #FB98F1;
}
.BgClassName
{
background-color: #FB98F1;
}
</style>
border-color css
<style>
span { border-color: #FB98F1; }
span { border-color: rgb(251,152,241); }
td.TdClassName
{
border-color: #FB98F1;
}
.TagClassName
{
border-color: #FB98F1;
}
</style>