Shades of Lavender Rose #FB99F0
Tints of Lavender Rose #FB99F0
RGB
CMYK
RGB Variations
Color information
#FB99F0 (or 0xFB99F0) is known color: Lavender Rose. HEX triplet: FB, 99 and F0. RGB value is (251,153,240). Sum of RGB (Red+Green+Blue) = 251+153+240=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 153 (60.16% from 255 or 23.76% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB99F0 is #04660F. Grayscale: #BFBFBF. Windows color (decimal): -288272 or 15768059. OLE color: 15768059.
HSL color Cylindrical-coordinate representation of color #FB99F0: hue angle of 306.73º 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 #FB99F0 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 240 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.02 |
| HSL | 306.73º | 0.92% | 0.79% | - |
| HSV(B) | 306.73º | 0.39% | 0.98% | - |
| XYZ | 66.9 | 49.58 | 88.48 | - |
| YUV | 192.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 240 | 0 | 0.39 | 0.04 | 0.02 | 306.73 | 0.92 | 0.79 |
| Hex | FB | 99 | F0 | 0 | 27 | 4 | 2 | 133 | 5C | 4F |
| Octal | 373 | 231 | 360 | 0 | 47 | 4 | 2 | 463 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11110000 | 0 | 100111 | 100 | 10 | 100110011 | 1011100 | 1001111 |
Color Harmonies of #FB99F0
Complementary color
Monochromatic Colors of #FB99F0
Black with #FB99F0
Text Example
Text Example
White with #FB99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99F0; }
p { color: rgb(251,153,240); }
H1.HeaderClassName
{
color: #FB99F0;
}
.AnyTagClassName
{
color: #FB99F0;
}
</style>
background-color css
<style>
a { background-color: #FB99F0; }
a { background-color: rgb(251,153,240); }
div.DivClassName
{
background-color: #FB99F0;
}
.BgClassName
{
background-color: #FB99F0;
}
</style>
border-color css
<style>
span { border-color: #FB99F0; }
span { border-color: rgb(251,153,240); }
td.TdClassName
{
border-color: #FB99F0;
}
.TagClassName
{
border-color: #FB99F0;
}
</style>