Shades of Lavender Rose #FB95E1
Tints of Lavender Rose #FB95E1
RGB
CMYK
RGB Variations
Color information
#FB95E1 (or 0xFB95E1) is known color: Lavender Rose. HEX triplet: FB, 95 and E1. RGB value is (251,149,225). Sum of RGB (Red+Green+Blue) = 251+149+225=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 149 (58.59% from 255 or 23.84% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95E1 is #046A1E. Grayscale: #BBBBBB. Windows color (decimal): -289311 or 14783995. OLE color: 14783995.
HSL color Cylindrical-coordinate representation of color #FB95E1: hue angle of 315.29º 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 #FB95E1 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 225 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.02 |
| HSL | 315.29º | 0.93% | 0.78% | - |
| HSV(B) | 315.29º | 0.41% | 0.98% | - |
| XYZ | 64.12 | 47.44 | 77.01 | - |
| YUV | 188.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 225 | 0 | 0.41 | 0.10 | 0.02 | 315.29 | 0.93 | 0.78 |
| Hex | FB | 95 | E1 | 0 | 29 | A | 2 | 13B | 5D | 4E |
| Octal | 373 | 225 | 341 | 0 | 51 | 12 | 2 | 473 | 135 | 116 |
| Binary | 11111011 | 10010101 | 11100001 | 0 | 101001 | 1010 | 10 | 100111011 | 1011101 | 1001110 |
Color Harmonies of #FB95E1
Complementary color
Monochromatic Colors of #FB95E1
Black with #FB95E1
Text Example
Text Example
White with #FB95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB95E1; }
p { color: rgb(251,149,225); }
H1.HeaderClassName
{
color: #FB95E1;
}
.AnyTagClassName
{
color: #FB95E1;
}
</style>
background-color css
<style>
a { background-color: #FB95E1; }
a { background-color: rgb(251,149,225); }
div.DivClassName
{
background-color: #FB95E1;
}
.BgClassName
{
background-color: #FB95E1;
}
</style>
border-color css
<style>
span { border-color: #FB95E1; }
span { border-color: rgb(251,149,225); }
td.TdClassName
{
border-color: #FB95E1;
}
.TagClassName
{
border-color: #FB95E1;
}
</style>