Shades of Lavender Rose #FB9CED
Tints of Lavender Rose #FB9CED
RGB
CMYK
RGB Variations
Color information
#FB9CED (or 0xFB9CED) is known color: Lavender Rose. HEX triplet: FB, 9C and ED. RGB value is (251,156,237). Sum of RGB (Red+Green+Blue) = 251+156+237=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9CED is #046312. Grayscale: #C1C1C1. Windows color (decimal): -287507 or 15572219. OLE color: 15572219.
HSL color Cylindrical-coordinate representation of color #FB9CED: hue angle of 308.84º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9CED is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 237 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.02 |
| HSL | 308.84º | 0.92% | 0.8% | - |
| HSV(B) | 308.84º | 0.38% | 0.98% | - |
| XYZ | 66.96 | 50.4 | 86.32 | - |
| YUV | 193.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 237 | 0 | 0.38 | 0.06 | 0.02 | 308.84 | 0.92 | 0.8 |
| Hex | FB | 9C | ED | 0 | 26 | 6 | 2 | 135 | 5C | 50 |
| Octal | 373 | 234 | 355 | 0 | 46 | 6 | 2 | 465 | 134 | 120 |
| Binary | 11111011 | 10011100 | 11101101 | 0 | 100110 | 110 | 10 | 100110101 | 1011100 | 1010000 |
Color Harmonies of #FB9CED
Complementary color
Monochromatic Colors of #FB9CED
Black with #FB9CED
Text Example
Text Example
White with #FB9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9CED; }
p { color: rgb(251,156,237); }
H1.HeaderClassName
{
color: #FB9CED;
}
.AnyTagClassName
{
color: #FB9CED;
}
</style>
background-color css
<style>
a { background-color: #FB9CED; }
a { background-color: rgb(251,156,237); }
div.DivClassName
{
background-color: #FB9CED;
}
.BgClassName
{
background-color: #FB9CED;
}
</style>
border-color css
<style>
span { border-color: #FB9CED; }
span { border-color: rgb(251,156,237); }
td.TdClassName
{
border-color: #FB9CED;
}
.TagClassName
{
border-color: #FB9CED;
}
</style>