Shades of Lavender Rose #FB9EEA
Tints of Lavender Rose #FB9EEA
RGB
CMYK
RGB Variations
Color information
#FB9EEA (or 0xFB9EEA) is known color: Lavender Rose. HEX triplet: FB, 9E and EA. RGB value is (251,158,234). Sum of RGB (Red+Green+Blue) = 251+158+234=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 158 (62.11% from 255 or 24.57% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9EEA is #046115. Grayscale: #C2C2C2. Windows color (decimal): -286998 or 15376123. OLE color: 15376123.
HSL color Cylindrical-coordinate representation of color #FB9EEA: hue angle of 310.97º 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 #FB9EEA is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 234 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.02 |
| HSL | 310.97º | 0.92% | 0.8% | - |
| HSV(B) | 310.97º | 0.37% | 0.98% | - |
| XYZ | 66.86 | 50.9 | 84.14 | - |
| YUV | 194.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 234 | 0 | 0.37 | 0.07 | 0.02 | 310.97 | 0.92 | 0.8 |
| Hex | FB | 9E | EA | 0 | 25 | 7 | 2 | 137 | 5C | 50 |
| Octal | 373 | 236 | 352 | 0 | 45 | 7 | 2 | 467 | 134 | 120 |
| Binary | 11111011 | 10011110 | 11101010 | 0 | 100101 | 111 | 10 | 100110111 | 1011100 | 1010000 |
Color Harmonies of #FB9EEA
Complementary color
Monochromatic Colors of #FB9EEA
Black with #FB9EEA
Text Example
Text Example
White with #FB9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9EEA; }
p { color: rgb(251,158,234); }
H1.HeaderClassName
{
color: #FB9EEA;
}
.AnyTagClassName
{
color: #FB9EEA;
}
</style>
background-color css
<style>
a { background-color: #FB9EEA; }
a { background-color: rgb(251,158,234); }
div.DivClassName
{
background-color: #FB9EEA;
}
.BgClassName
{
background-color: #FB9EEA;
}
</style>
border-color css
<style>
span { border-color: #FB9EEA; }
span { border-color: rgb(251,158,234); }
td.TdClassName
{
border-color: #FB9EEA;
}
.TagClassName
{
border-color: #FB9EEA;
}
</style>