Shades of Lavender Rose #FB9EDF
Tints of Lavender Rose #FB9EDF
RGB
CMYK
RGB Variations
Color information
#FB9EDF (or 0xFB9EDF) is known color: Lavender Rose. HEX triplet: FB, 9E and DF. RGB value is (251,158,223). Sum of RGB (Red+Green+Blue) = 251+158+223=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9EDF is #046120. Grayscale: #C1C1C1. Windows color (decimal): -287009 or 14655227. OLE color: 14655227.
HSL color Cylindrical-coordinate representation of color #FB9EDF: hue angle of 318.06º 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 #FB9EDF is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 223 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.02 |
| HSL | 318.06º | 0.92% | 0.8% | - |
| HSV(B) | 318.06º | 0.37% | 0.98% | - |
| XYZ | 65.33 | 50.29 | 76.08 | - |
| YUV | 193.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 223 | 0 | 0.37 | 0.11 | 0.02 | 318.06 | 0.92 | 0.8 |
| Hex | FB | 9E | DF | 0 | 25 | B | 2 | 13E | 5C | 50 |
| Octal | 373 | 236 | 337 | 0 | 45 | 13 | 2 | 476 | 134 | 120 |
| Binary | 11111011 | 10011110 | 11011111 | 0 | 100101 | 1011 | 10 | 100111110 | 1011100 | 1010000 |
Color Harmonies of #FB9EDF
Complementary color
Monochromatic Colors of #FB9EDF
Black with #FB9EDF
Text Example
Text Example
White with #FB9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9EDF; }
p { color: rgb(251,158,223); }
H1.HeaderClassName
{
color: #FB9EDF;
}
.AnyTagClassName
{
color: #FB9EDF;
}
</style>
background-color css
<style>
a { background-color: #FB9EDF; }
a { background-color: rgb(251,158,223); }
div.DivClassName
{
background-color: #FB9EDF;
}
.BgClassName
{
background-color: #FB9EDF;
}
</style>
border-color css
<style>
span { border-color: #FB9EDF; }
span { border-color: rgb(251,158,223); }
td.TdClassName
{
border-color: #FB9EDF;
}
.TagClassName
{
border-color: #FB9EDF;
}
</style>