Shades of Lavender Rose #FB9FED
Tints of Lavender Rose #FB9FED
RGB
CMYK
RGB Variations
Color information
#FB9FED (or 0xFB9FED) is known color: Lavender Rose. HEX triplet: FB, 9F and ED. RGB value is (251,159,237). Sum of RGB (Red+Green+Blue) = 251+159+237=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9FED is #046012. Grayscale: #C3C3C3. Windows color (decimal): -286739 or 15572987. OLE color: 15572987.
HSL color Cylindrical-coordinate representation of color #FB9FED: hue angle of 309.13º 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 #FB9FED is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 237 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.02 |
| HSL | 309.13º | 0.92% | 0.8% | - |
| HSV(B) | 309.13º | 0.37% | 0.98% | - |
| XYZ | 67.47 | 51.42 | 86.49 | - |
| YUV | 195.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 237 | 0 | 0.37 | 0.06 | 0.02 | 309.13 | 0.92 | 0.8 |
| Hex | FB | 9F | ED | 0 | 25 | 6 | 2 | 135 | 5C | 50 |
| Octal | 373 | 237 | 355 | 0 | 45 | 6 | 2 | 465 | 134 | 120 |
| Binary | 11111011 | 10011111 | 11101101 | 0 | 100101 | 110 | 10 | 100110101 | 1011100 | 1010000 |
Color Harmonies of #FB9FED
Complementary color
Monochromatic Colors of #FB9FED
Black with #FB9FED
Text Example
Text Example
White with #FB9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FED; }
p { color: rgb(251,159,237); }
H1.HeaderClassName
{
color: #FB9FED;
}
.AnyTagClassName
{
color: #FB9FED;
}
</style>
background-color css
<style>
a { background-color: #FB9FED; }
a { background-color: rgb(251,159,237); }
div.DivClassName
{
background-color: #FB9FED;
}
.BgClassName
{
background-color: #FB9FED;
}
</style>
border-color css
<style>
span { border-color: #FB9FED; }
span { border-color: rgb(251,159,237); }
td.TdClassName
{
border-color: #FB9FED;
}
.TagClassName
{
border-color: #FB9FED;
}
</style>