Shades of Lavender Rose #FB96E2
Tints of Lavender Rose #FB96E2
RGB
CMYK
RGB Variations
Color information
#FB96E2 (or 0xFB96E2) is known color: Lavender Rose. HEX triplet: FB, 96 and E2. RGB value is (251,150,226). Sum of RGB (Red+Green+Blue) = 251+150+226=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96E2 is #04691D. Grayscale: #BCBCBC. Windows color (decimal): -289054 or 14849787. OLE color: 14849787.
HSL color Cylindrical-coordinate representation of color #FB96E2: hue angle of 314.85º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96E2 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 226 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.02 |
| HSL | 314.85º | 0.93% | 0.79% | - |
| HSV(B) | 314.85º | 0.4% | 0.98% | - |
| XYZ | 64.42 | 47.81 | 77.79 | - |
| YUV | 188.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 226 | 0 | 0.40 | 0.10 | 0.02 | 314.85 | 0.93 | 0.79 |
| Hex | FB | 96 | E2 | 0 | 28 | A | 2 | 13B | 5D | 4F |
| Octal | 373 | 226 | 342 | 0 | 50 | 12 | 2 | 473 | 135 | 117 |
| Binary | 11111011 | 10010110 | 11100010 | 0 | 101000 | 1010 | 10 | 100111011 | 1011101 | 1001111 |
Color Harmonies of #FB96E2
Complementary color
Monochromatic Colors of #FB96E2
Black with #FB96E2
Text Example
Text Example
White with #FB96E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB96E2; }
p { color: rgb(251,150,226); }
H1.HeaderClassName
{
color: #FB96E2;
}
.AnyTagClassName
{
color: #FB96E2;
}
</style>
background-color css
<style>
a { background-color: #FB96E2; }
a { background-color: rgb(251,150,226); }
div.DivClassName
{
background-color: #FB96E2;
}
.BgClassName
{
background-color: #FB96E2;
}
</style>
border-color css
<style>
span { border-color: #FB96E2; }
span { border-color: rgb(251,150,226); }
td.TdClassName
{
border-color: #FB96E2;
}
.TagClassName
{
border-color: #FB96E2;
}
</style>