Shades of Lavender Rose #FB9FDC
Tints of Lavender Rose #FB9FDC
RGB
CMYK
RGB Variations
Color information
#FB9FDC (or 0xFB9FDC) is known color: Lavender Rose. HEX triplet: FB, 9F and DC. RGB value is (251,159,220). Sum of RGB (Red+Green+Blue) = 251+159+220=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9FDC is #046023. Grayscale: #C1C1C1. Windows color (decimal): -286756 or 14458875. OLE color: 14458875.
HSL color Cylindrical-coordinate representation of color #FB9FDC: hue angle of 320.22º 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 #FB9FDC is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 220 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.02 |
| HSL | 320.22º | 0.92% | 0.8% | - |
| HSV(B) | 320.22º | 0.37% | 0.98% | - |
| XYZ | 65.1 | 50.47 | 74.02 | - |
| YUV | 193.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 220 | 0 | 0.37 | 0.12 | 0.02 | 320.22 | 0.92 | 0.8 |
| Hex | FB | 9F | DC | 0 | 25 | C | 2 | 140 | 5C | 50 |
| Octal | 373 | 237 | 334 | 0 | 45 | 14 | 2 | 500 | 134 | 120 |
| Binary | 11111011 | 10011111 | 11011100 | 0 | 100101 | 1100 | 10 | 101000000 | 1011100 | 1010000 |
Color Harmonies of #FB9FDC
Complementary color
Monochromatic Colors of #FB9FDC
Black with #FB9FDC
Text Example
Text Example
White with #FB9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FDC; }
p { color: rgb(251,159,220); }
H1.HeaderClassName
{
color: #FB9FDC;
}
.AnyTagClassName
{
color: #FB9FDC;
}
</style>
background-color css
<style>
a { background-color: #FB9FDC; }
a { background-color: rgb(251,159,220); }
div.DivClassName
{
background-color: #FB9FDC;
}
.BgClassName
{
background-color: #FB9FDC;
}
</style>
border-color css
<style>
span { border-color: #FB9FDC; }
span { border-color: rgb(251,159,220); }
td.TdClassName
{
border-color: #FB9FDC;
}
.TagClassName
{
border-color: #FB9FDC;
}
</style>