Shades of Lavender Rose #FB9CDF
Tints of Lavender Rose #FB9CDF
RGB
CMYK
RGB Variations
Color information
#FB9CDF (or 0xFB9CDF) is known color: Lavender Rose. HEX triplet: FB, 9C and DF. RGB value is (251,156,223). Sum of RGB (Red+Green+Blue) = 251+156+223=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9CDF is #046320. Grayscale: #BFBFBF. Windows color (decimal): -287521 or 14654715. OLE color: 14654715.
HSL color Cylindrical-coordinate representation of color #FB9CDF: hue angle of 317.68º 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 #FB9CDF is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 223 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.02 |
| HSL | 317.68º | 0.92% | 0.8% | - |
| HSV(B) | 317.68º | 0.38% | 0.98% | - |
| XYZ | 64.99 | 49.61 | 75.96 | - |
| YUV | 192.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 223 | 0 | 0.38 | 0.11 | 0.02 | 317.68 | 0.92 | 0.8 |
| Hex | FB | 9C | DF | 0 | 26 | B | 2 | 13E | 5C | 50 |
| Octal | 373 | 234 | 337 | 0 | 46 | 13 | 2 | 476 | 134 | 120 |
| Binary | 11111011 | 10011100 | 11011111 | 0 | 100110 | 1011 | 10 | 100111110 | 1011100 | 1010000 |
Color Harmonies of #FB9CDF
Complementary color
Monochromatic Colors of #FB9CDF
Black with #FB9CDF
Text Example
Text Example
White with #FB9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9CDF; }
p { color: rgb(251,156,223); }
H1.HeaderClassName
{
color: #FB9CDF;
}
.AnyTagClassName
{
color: #FB9CDF;
}
</style>
background-color css
<style>
a { background-color: #FB9CDF; }
a { background-color: rgb(251,156,223); }
div.DivClassName
{
background-color: #FB9CDF;
}
.BgClassName
{
background-color: #FB9CDF;
}
</style>
border-color css
<style>
span { border-color: #FB9CDF; }
span { border-color: rgb(251,156,223); }
td.TdClassName
{
border-color: #FB9CDF;
}
.TagClassName
{
border-color: #FB9CDF;
}
</style>