Shades of Lavender Rose #FB97D7
Tints of Lavender Rose #FB97D7
RGB
CMYK
RGB Variations
Color information
#FB97D7 (or 0xFB97D7) is known color: Lavender Rose. HEX triplet: FB, 97 and D7. RGB value is (251,151,215). Sum of RGB (Red+Green+Blue) = 251+151+215=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB97D7 is #046828. Grayscale: #BCBCBC. Windows color (decimal): -288809 or 14129147. OLE color: 14129147.
HSL color Cylindrical-coordinate representation of color #FB97D7: hue angle of 321.6º 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 #FB97D7 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 215 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.02 |
| HSL | 321.6º | 0.93% | 0.79% | - |
| HSV(B) | 321.6º | 0.4% | 0.98% | - |
| XYZ | 63.12 | 47.55 | 70.14 | - |
| YUV | 188.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 215 | 0 | 0.40 | 0.14 | 0.02 | 321.6 | 0.93 | 0.79 |
| Hex | FB | 97 | D7 | 0 | 28 | E | 2 | 142 | 5D | 4F |
| Octal | 373 | 227 | 327 | 0 | 50 | 16 | 2 | 502 | 135 | 117 |
| Binary | 11111011 | 10010111 | 11010111 | 0 | 101000 | 1110 | 10 | 101000010 | 1011101 | 1001111 |
Color Harmonies of #FB97D7
Complementary color
Monochromatic Colors of #FB97D7
Black with #FB97D7
Text Example
Text Example
White with #FB97D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB97D7; }
p { color: rgb(251,151,215); }
H1.HeaderClassName
{
color: #FB97D7;
}
.AnyTagClassName
{
color: #FB97D7;
}
</style>
background-color css
<style>
a { background-color: #FB97D7; }
a { background-color: rgb(251,151,215); }
div.DivClassName
{
background-color: #FB97D7;
}
.BgClassName
{
background-color: #FB97D7;
}
</style>
border-color css
<style>
span { border-color: #FB97D7; }
span { border-color: rgb(251,151,215); }
td.TdClassName
{
border-color: #FB97D7;
}
.TagClassName
{
border-color: #FB97D7;
}
</style>