Shades of Lavender Rose #FB94E2
Tints of Lavender Rose #FB94E2
RGB
CMYK
RGB Variations
Color information
#FB94E2 (or 0xFB94E2) is known color: Lavender Rose. HEX triplet: FB, 94 and E2. RGB value is (251,148,226). Sum of RGB (Red+Green+Blue) = 251+148+226=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94E2 is #046B1D. Grayscale: #BBBBBB. Windows color (decimal): -289566 or 14849275. OLE color: 14849275.
HSL color Cylindrical-coordinate representation of color #FB94E2: hue angle of 314.56º 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 #FB94E2 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 226 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.02 |
| HSL | 314.56º | 0.93% | 0.78% | - |
| HSV(B) | 314.56º | 0.41% | 0.98% | - |
| XYZ | 64.1 | 47.18 | 77.68 | - |
| YUV | 187.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 226 | 0 | 0.41 | 0.10 | 0.02 | 314.56 | 0.93 | 0.78 |
| Hex | FB | 94 | E2 | 0 | 29 | A | 2 | 13B | 5D | 4E |
| Octal | 373 | 224 | 342 | 0 | 51 | 12 | 2 | 473 | 135 | 116 |
| Binary | 11111011 | 10010100 | 11100010 | 0 | 101001 | 1010 | 10 | 100111011 | 1011101 | 1001110 |
Color Harmonies of #FB94E2
Complementary color
Monochromatic Colors of #FB94E2
Black with #FB94E2
Text Example
Text Example
White with #FB94E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94E2; }
p { color: rgb(251,148,226); }
H1.HeaderClassName
{
color: #FB94E2;
}
.AnyTagClassName
{
color: #FB94E2;
}
</style>
background-color css
<style>
a { background-color: #FB94E2; }
a { background-color: rgb(251,148,226); }
div.DivClassName
{
background-color: #FB94E2;
}
.BgClassName
{
background-color: #FB94E2;
}
</style>
border-color css
<style>
span { border-color: #FB94E2; }
span { border-color: rgb(251,148,226); }
td.TdClassName
{
border-color: #FB94E2;
}
.TagClassName
{
border-color: #FB94E2;
}
</style>