Shades of Lavender Rose #FB99F2
Tints of Lavender Rose #FB99F2
RGB
CMYK
RGB Variations
Color information
#FB99F2 (or 0xFB99F2) is known color: Lavender Rose. HEX triplet: FB, 99 and F2. RGB value is (251,153,242). Sum of RGB (Red+Green+Blue) = 251+153+242=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 153 (60.16% from 255 or 23.68% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB99F2 is #04660D. Grayscale: #C0C0C0. Windows color (decimal): -288270 or 15899131. OLE color: 15899131.
HSL color Cylindrical-coordinate representation of color #FB99F2: hue angle of 305.51º degrees, saturation: 0.92, 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 #FB99F2 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 242 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.02 |
| HSL | 305.51º | 0.92% | 0.79% | - |
| HSV(B) | 305.51º | 0.39% | 0.98% | - |
| XYZ | 67.2 | 49.7 | 90.06 | - |
| YUV | 192.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 242 | 0 | 0.39 | 0.04 | 0.02 | 305.51 | 0.92 | 0.79 |
| Hex | FB | 99 | F2 | 0 | 27 | 4 | 2 | 132 | 5C | 4F |
| Octal | 373 | 231 | 362 | 0 | 47 | 4 | 2 | 462 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11110010 | 0 | 100111 | 100 | 10 | 100110010 | 1011100 | 1001111 |
Color Harmonies of #FB99F2
Complementary color
Monochromatic Colors of #FB99F2
Black with #FB99F2
Text Example
Text Example
White with #FB99F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99F2; }
p { color: rgb(251,153,242); }
H1.HeaderClassName
{
color: #FB99F2;
}
.AnyTagClassName
{
color: #FB99F2;
}
</style>
background-color css
<style>
a { background-color: #FB99F2; }
a { background-color: rgb(251,153,242); }
div.DivClassName
{
background-color: #FB99F2;
}
.BgClassName
{
background-color: #FB99F2;
}
</style>
border-color css
<style>
span { border-color: #FB99F2; }
span { border-color: rgb(251,153,242); }
td.TdClassName
{
border-color: #FB99F2;
}
.TagClassName
{
border-color: #FB99F2;
}
</style>