Shades of Lavender Rose #FB9FE7
Tints of Lavender Rose #FB9FE7
RGB
CMYK
RGB Variations
Color information
#FB9FE7 (or 0xFB9FE7) is known color: Lavender Rose. HEX triplet: FB, 9F and E7. RGB value is (251,159,231). Sum of RGB (Red+Green+Blue) = 251+159+231=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 159 (62.5% from 255 or 24.80% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9FE7 is #046018. Grayscale: #C2C2C2. Windows color (decimal): -286745 or 15179771. OLE color: 15179771.
HSL color Cylindrical-coordinate representation of color #FB9FE7: hue angle of 313.04º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9FE7 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 231 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.02 |
| HSL | 313.04º | 0.92% | 0.8% | - |
| HSV(B) | 313.04º | 0.37% | 0.98% | - |
| XYZ | 66.61 | 51.08 | 81.95 | - |
| YUV | 194.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 231 | 0 | 0.37 | 0.08 | 0.02 | 313.04 | 0.92 | 0.8 |
| Hex | FB | 9F | E7 | 0 | 25 | 8 | 2 | 139 | 5C | 50 |
| Octal | 373 | 237 | 347 | 0 | 45 | 10 | 2 | 471 | 134 | 120 |
| Binary | 11111011 | 10011111 | 11100111 | 0 | 100101 | 1000 | 10 | 100111001 | 1011100 | 1010000 |
Color Harmonies of #FB9FE7
Complementary color
Monochromatic Colors of #FB9FE7
Black with #FB9FE7
Text Example
Text Example
White with #FB9FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FE7; }
p { color: rgb(251,159,231); }
H1.HeaderClassName
{
color: #FB9FE7;
}
.AnyTagClassName
{
color: #FB9FE7;
}
</style>
background-color css
<style>
a { background-color: #FB9FE7; }
a { background-color: rgb(251,159,231); }
div.DivClassName
{
background-color: #FB9FE7;
}
.BgClassName
{
background-color: #FB9FE7;
}
</style>
border-color css
<style>
span { border-color: #FB9FE7; }
span { border-color: rgb(251,159,231); }
td.TdClassName
{
border-color: #FB9FE7;
}
.TagClassName
{
border-color: #FB9FE7;
}
</style>