Shades of Lavender Rose #FB96D1
Tints of Lavender Rose #FB96D1
RGB
CMYK
RGB Variations
Color information
#FB96D1 (or 0xFB96D1) is known color: Lavender Rose. HEX triplet: FB, 96 and D1. RGB value is (251,150,209). Sum of RGB (Red+Green+Blue) = 251+150+209=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96D1 is #04692E. Grayscale: #BABABA. Windows color (decimal): -289071 or 13735675. OLE color: 13735675.
HSL color Cylindrical-coordinate representation of color #FB96D1: hue angle of 324.95º 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 #FB96D1 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 209 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.02 |
| HSL | 324.95º | 0.93% | 0.79% | - |
| HSV(B) | 324.95º | 0.4% | 0.98% | - |
| XYZ | 62.2 | 46.93 | 66.1 | - |
| YUV | 186.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 209 | 0 | 0.40 | 0.17 | 0.02 | 324.95 | 0.93 | 0.79 |
| Hex | FB | 96 | D1 | 0 | 28 | 11 | 2 | 145 | 5D | 4F |
| Octal | 373 | 226 | 321 | 0 | 50 | 21 | 2 | 505 | 135 | 117 |
| Binary | 11111011 | 10010110 | 11010001 | 0 | 101000 | 10001 | 10 | 101000101 | 1011101 | 1001111 |
Color Harmonies of #FB96D1
Complementary color
Monochromatic Colors of #FB96D1
Black with #FB96D1
Text Example
Text Example
White with #FB96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB96D1; }
p { color: rgb(251,150,209); }
H1.HeaderClassName
{
color: #FB96D1;
}
.AnyTagClassName
{
color: #FB96D1;
}
</style>
background-color css
<style>
a { background-color: #FB96D1; }
a { background-color: rgb(251,150,209); }
div.DivClassName
{
background-color: #FB96D1;
}
.BgClassName
{
background-color: #FB96D1;
}
</style>
border-color css
<style>
span { border-color: #FB96D1; }
span { border-color: rgb(251,150,209); }
td.TdClassName
{
border-color: #FB96D1;
}
.TagClassName
{
border-color: #FB96D1;
}
</style>