Shades of Lavender Rose #FB9FDD
Tints of Lavender Rose #FB9FDD
RGB
CMYK
RGB Variations
Color information
#FB9FDD (or 0xFB9FDD) is known color: Lavender Rose. HEX triplet: FB, 9F and DD. RGB value is (251,159,221). Sum of RGB (Red+Green+Blue) = 251+159+221=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9FDD is #046022. Grayscale: #C1C1C1. Windows color (decimal): -286755 or 14524411. OLE color: 14524411.
HSL color Cylindrical-coordinate representation of color #FB9FDD: hue angle of 319.57º 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 #FB9FDD is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 221 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.02 |
| HSL | 319.57º | 0.92% | 0.8% | - |
| HSV(B) | 319.57º | 0.37% | 0.98% | - |
| XYZ | 65.23 | 50.53 | 74.72 | - |
| YUV | 193.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 221 | 0 | 0.37 | 0.12 | 0.02 | 319.57 | 0.92 | 0.8 |
| Hex | FB | 9F | DD | 0 | 25 | C | 2 | 140 | 5C | 50 |
| Octal | 373 | 237 | 335 | 0 | 45 | 14 | 2 | 500 | 134 | 120 |
| Binary | 11111011 | 10011111 | 11011101 | 0 | 100101 | 1100 | 10 | 101000000 | 1011100 | 1010000 |
Color Harmonies of #FB9FDD
Complementary color
Monochromatic Colors of #FB9FDD
Black with #FB9FDD
Text Example
Text Example
White with #FB9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FDD; }
p { color: rgb(251,159,221); }
H1.HeaderClassName
{
color: #FB9FDD;
}
.AnyTagClassName
{
color: #FB9FDD;
}
</style>
background-color css
<style>
a { background-color: #FB9FDD; }
a { background-color: rgb(251,159,221); }
div.DivClassName
{
background-color: #FB9FDD;
}
.BgClassName
{
background-color: #FB9FDD;
}
</style>
border-color css
<style>
span { border-color: #FB9FDD; }
span { border-color: rgb(251,159,221); }
td.TdClassName
{
border-color: #FB9FDD;
}
.TagClassName
{
border-color: #FB9FDD;
}
</style>