Shades of Lavender Rose #FB9EDC
Tints of Lavender Rose #FB9EDC
RGB
CMYK
RGB Variations
Color information
#FB9EDC (or 0xFB9EDC) is known color: Lavender Rose. HEX triplet: FB, 9E and DC. RGB value is (251,158,220). Sum of RGB (Red+Green+Blue) = 251+158+220=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9EDC is #046123. Grayscale: #C0C0C0. Windows color (decimal): -287012 or 14458619. OLE color: 14458619.
HSL color Cylindrical-coordinate representation of color #FB9EDC: hue angle of 320º 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 #FB9EDC is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 220 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.02 |
| HSL | 320º | 0.92% | 0.8% | - |
| HSV(B) | 320º | 0.37% | 0.98% | - |
| XYZ | 64.93 | 50.13 | 73.96 | - |
| YUV | 192.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 220 | 0 | 0.37 | 0.12 | 0.02 | 320 | 0.92 | 0.8 |
| Hex | FB | 9E | DC | 0 | 25 | C | 2 | 140 | 5C | 50 |
| Octal | 373 | 236 | 334 | 0 | 45 | 14 | 2 | 500 | 134 | 120 |
| Binary | 11111011 | 10011110 | 11011100 | 0 | 100101 | 1100 | 10 | 101000000 | 1011100 | 1010000 |
Color Harmonies of #FB9EDC
Complementary color
Monochromatic Colors of #FB9EDC
Black with #FB9EDC
Text Example
Text Example
White with #FB9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9EDC; }
p { color: rgb(251,158,220); }
H1.HeaderClassName
{
color: #FB9EDC;
}
.AnyTagClassName
{
color: #FB9EDC;
}
</style>
background-color css
<style>
a { background-color: #FB9EDC; }
a { background-color: rgb(251,158,220); }
div.DivClassName
{
background-color: #FB9EDC;
}
.BgClassName
{
background-color: #FB9EDC;
}
</style>
border-color css
<style>
span { border-color: #FB9EDC; }
span { border-color: rgb(251,158,220); }
td.TdClassName
{
border-color: #FB9EDC;
}
.TagClassName
{
border-color: #FB9EDC;
}
</style>