Shades of Lavender Rose #FB93E4
Tints of Lavender Rose #FB93E4
RGB
CMYK
RGB Variations
Color information
#FB93E4 (or 0xFB93E4) is known color: Lavender Rose. HEX triplet: FB, 93 and E4. RGB value is (251,147,228). Sum of RGB (Red+Green+Blue) = 251+147+228=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 147 (57.81% from 255 or 23.48% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93E4 is #046C1B. Grayscale: #BBBBBB. Windows color (decimal): -289820 or 14980091. OLE color: 14980091.
HSL color Cylindrical-coordinate representation of color #FB93E4: hue angle of 313.27º 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 #FB93E4 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 228 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.02 |
| HSL | 313.27º | 0.93% | 0.78% | - |
| HSV(B) | 313.27º | 0.41% | 0.98% | - |
| XYZ | 64.22 | 46.98 | 79.08 | - |
| YUV | 187.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 228 | 0 | 0.41 | 0.09 | 0.02 | 313.27 | 0.93 | 0.78 |
| Hex | FB | 93 | E4 | 0 | 29 | 9 | 2 | 139 | 5D | 4E |
| Octal | 373 | 223 | 344 | 0 | 51 | 11 | 2 | 471 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11100100 | 0 | 101001 | 1001 | 10 | 100111001 | 1011101 | 1001110 |
Color Harmonies of #FB93E4
Complementary color
Monochromatic Colors of #FB93E4
Black with #FB93E4
Text Example
Text Example
White with #FB93E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93E4; }
p { color: rgb(251,147,228); }
H1.HeaderClassName
{
color: #FB93E4;
}
.AnyTagClassName
{
color: #FB93E4;
}
</style>
background-color css
<style>
a { background-color: #FB93E4; }
a { background-color: rgb(251,147,228); }
div.DivClassName
{
background-color: #FB93E4;
}
.BgClassName
{
background-color: #FB93E4;
}
</style>
border-color css
<style>
span { border-color: #FB93E4; }
span { border-color: rgb(251,147,228); }
td.TdClassName
{
border-color: #FB93E4;
}
.TagClassName
{
border-color: #FB93E4;
}
</style>