Shades of Lavender Rose #FB99D8
Tints of Lavender Rose #FB99D8
RGB
CMYK
RGB Variations
Color information
#FB99D8 (or 0xFB99D8) is known color: Lavender Rose. HEX triplet: FB, 99 and D8. RGB value is (251,153,216). Sum of RGB (Red+Green+Blue) = 251+153+216=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99D8 is #046627. Grayscale: #BDBDBD. Windows color (decimal): -288296 or 14195195. OLE color: 14195195.
HSL color Cylindrical-coordinate representation of color #FB99D8: hue angle of 321.43º 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 #FB99D8 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 216 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.02 |
| HSL | 321.43º | 0.92% | 0.79% | - |
| HSV(B) | 321.43º | 0.39% | 0.98% | - |
| XYZ | 63.57 | 48.25 | 70.93 | - |
| YUV | 189.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 216 | 0 | 0.39 | 0.14 | 0.02 | 321.43 | 0.92 | 0.79 |
| Hex | FB | 99 | D8 | 0 | 27 | E | 2 | 141 | 5C | 4F |
| Octal | 373 | 231 | 330 | 0 | 47 | 16 | 2 | 501 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11011000 | 0 | 100111 | 1110 | 10 | 101000001 | 1011100 | 1001111 |
Color Harmonies of #FB99D8
Complementary color
Monochromatic Colors of #FB99D8
Black with #FB99D8
Text Example
Text Example
White with #FB99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99D8; }
p { color: rgb(251,153,216); }
H1.HeaderClassName
{
color: #FB99D8;
}
.AnyTagClassName
{
color: #FB99D8;
}
</style>
background-color css
<style>
a { background-color: #FB99D8; }
a { background-color: rgb(251,153,216); }
div.DivClassName
{
background-color: #FB99D8;
}
.BgClassName
{
background-color: #FB99D8;
}
</style>
border-color css
<style>
span { border-color: #FB99D8; }
span { border-color: rgb(251,153,216); }
td.TdClassName
{
border-color: #FB99D8;
}
.TagClassName
{
border-color: #FB99D8;
}
</style>