Shades of Lavender Rose #FB95E5
Tints of Lavender Rose #FB95E5
RGB
CMYK
RGB Variations
Color information
#FB95E5 (or 0xFB95E5) is known color: Lavender Rose. HEX triplet: FB, 95 and E5. RGB value is (251,149,229). Sum of RGB (Red+Green+Blue) = 251+149+229=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95E5 is #046A1A. Grayscale: #BCBCBC. Windows color (decimal): -289307 or 15046139. OLE color: 15046139.
HSL color Cylindrical-coordinate representation of color #FB95E5: hue angle of 312.94º 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 #FB95E5 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 229 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.02 |
| HSL | 312.94º | 0.93% | 0.78% | - |
| HSV(B) | 312.94º | 0.41% | 0.98% | - |
| XYZ | 64.67 | 47.66 | 79.92 | - |
| YUV | 188.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 229 | 0 | 0.41 | 0.09 | 0.02 | 312.94 | 0.93 | 0.78 |
| Hex | FB | 95 | E5 | 0 | 29 | 9 | 2 | 139 | 5D | 4E |
| Octal | 373 | 225 | 345 | 0 | 51 | 11 | 2 | 471 | 135 | 116 |
| Binary | 11111011 | 10010101 | 11100101 | 0 | 101001 | 1001 | 10 | 100111001 | 1011101 | 1001110 |
Color Harmonies of #FB95E5
Complementary color
Monochromatic Colors of #FB95E5
Black with #FB95E5
Text Example
Text Example
White with #FB95E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB95E5; }
p { color: rgb(251,149,229); }
H1.HeaderClassName
{
color: #FB95E5;
}
.AnyTagClassName
{
color: #FB95E5;
}
</style>
background-color css
<style>
a { background-color: #FB95E5; }
a { background-color: rgb(251,149,229); }
div.DivClassName
{
background-color: #FB95E5;
}
.BgClassName
{
background-color: #FB95E5;
}
</style>
border-color css
<style>
span { border-color: #FB95E5; }
span { border-color: rgb(251,149,229); }
td.TdClassName
{
border-color: #FB95E5;
}
.TagClassName
{
border-color: #FB95E5;
}
</style>