Shades of Lavender Rose #FB93D8
Tints of Lavender Rose #FB93D8
RGB
CMYK
RGB Variations
Color information
#FB93D8 (or 0xFB93D8) is known color: Lavender Rose. HEX triplet: FB, 93 and D8. RGB value is (251,147,216). Sum of RGB (Red+Green+Blue) = 251+147+216=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93D8 is #046C27. Grayscale: #B9B9B9. Windows color (decimal): -289832 or 14193659. OLE color: 14193659.
HSL color Cylindrical-coordinate representation of color #FB93D8: hue angle of 320.19º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93D8 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 216 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.02 |
| HSL | 320.19º | 0.93% | 0.78% | - |
| HSV(B) | 320.19º | 0.41% | 0.98% | - |
| XYZ | 62.61 | 46.33 | 70.61 | - |
| YUV | 185.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 216 | 0 | 0.41 | 0.14 | 0.02 | 320.19 | 0.93 | 0.78 |
| Hex | FB | 93 | D8 | 0 | 29 | E | 2 | 140 | 5D | 4E |
| Octal | 373 | 223 | 330 | 0 | 51 | 16 | 2 | 500 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11011000 | 0 | 101001 | 1110 | 10 | 101000000 | 1011101 | 1001110 |
Color Harmonies of #FB93D8
Complementary color
Monochromatic Colors of #FB93D8
Black with #FB93D8
Text Example
Text Example
White with #FB93D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93D8; }
p { color: rgb(251,147,216); }
H1.HeaderClassName
{
color: #FB93D8;
}
.AnyTagClassName
{
color: #FB93D8;
}
</style>
background-color css
<style>
a { background-color: #FB93D8; }
a { background-color: rgb(251,147,216); }
div.DivClassName
{
background-color: #FB93D8;
}
.BgClassName
{
background-color: #FB93D8;
}
</style>
border-color css
<style>
span { border-color: #FB93D8; }
span { border-color: rgb(251,147,216); }
td.TdClassName
{
border-color: #FB93D8;
}
.TagClassName
{
border-color: #FB93D8;
}
</style>