Shades of Lavender Rose #FB94E6
Tints of Lavender Rose #FB94E6
RGB
CMYK
RGB Variations
Color information
#FB94E6 (or 0xFB94E6) is known color: Lavender Rose. HEX triplet: FB, 94 and E6. RGB value is (251,148,230). Sum of RGB (Red+Green+Blue) = 251+148+230=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB94E6 is #046B19. Grayscale: #BBBBBB. Windows color (decimal): -289562 or 15111419. OLE color: 15111419.
HSL color Cylindrical-coordinate representation of color #FB94E6: hue angle of 312.23º 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 #FB94E6 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 230 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.02 |
| HSL | 312.23º | 0.93% | 0.78% | - |
| HSV(B) | 312.23º | 0.41% | 0.98% | - |
| XYZ | 64.66 | 47.4 | 80.6 | - |
| YUV | 188.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 230 | 0 | 0.41 | 0.08 | 0.02 | 312.23 | 0.93 | 0.78 |
| Hex | FB | 94 | E6 | 0 | 29 | 8 | 2 | 138 | 5D | 4E |
| Octal | 373 | 224 | 346 | 0 | 51 | 10 | 2 | 470 | 135 | 116 |
| Binary | 11111011 | 10010100 | 11100110 | 0 | 101001 | 1000 | 10 | 100111000 | 1011101 | 1001110 |
Color Harmonies of #FB94E6
Complementary color
Monochromatic Colors of #FB94E6
Black with #FB94E6
Text Example
Text Example
White with #FB94E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94E6; }
p { color: rgb(251,148,230); }
H1.HeaderClassName
{
color: #FB94E6;
}
.AnyTagClassName
{
color: #FB94E6;
}
</style>
background-color css
<style>
a { background-color: #FB94E6; }
a { background-color: rgb(251,148,230); }
div.DivClassName
{
background-color: #FB94E6;
}
.BgClassName
{
background-color: #FB94E6;
}
</style>
border-color css
<style>
span { border-color: #FB94E6; }
span { border-color: rgb(251,148,230); }
td.TdClassName
{
border-color: #FB94E6;
}
.TagClassName
{
border-color: #FB94E6;
}
</style>