Shades of Lavender Rose #FB9FDF
Tints of Lavender Rose #FB9FDF
RGB
CMYK
RGB Variations
Color information
#FB9FDF (or 0xFB9FDF) is known color: Lavender Rose. HEX triplet: FB, 9F and DF. RGB value is (251,159,223). Sum of RGB (Red+Green+Blue) = 251+159+223=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9FDF is #046020. Grayscale: #C1C1C1. Windows color (decimal): -286753 or 14655483. OLE color: 14655483.
HSL color Cylindrical-coordinate representation of color #FB9FDF: hue angle of 318.26º 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 #FB9FDF is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 223 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.02 |
| HSL | 318.26º | 0.92% | 0.8% | - |
| HSV(B) | 318.26º | 0.37% | 0.98% | - |
| XYZ | 65.5 | 50.63 | 76.13 | - |
| YUV | 193.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 223 | 0 | 0.37 | 0.11 | 0.02 | 318.26 | 0.92 | 0.8 |
| Hex | FB | 9F | DF | 0 | 25 | B | 2 | 13E | 5C | 50 |
| Octal | 373 | 237 | 337 | 0 | 45 | 13 | 2 | 476 | 134 | 120 |
| Binary | 11111011 | 10011111 | 11011111 | 0 | 100101 | 1011 | 10 | 100111110 | 1011100 | 1010000 |
Color Harmonies of #FB9FDF
Complementary color
Monochromatic Colors of #FB9FDF
Black with #FB9FDF
Text Example
Text Example
White with #FB9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FDF; }
p { color: rgb(251,159,223); }
H1.HeaderClassName
{
color: #FB9FDF;
}
.AnyTagClassName
{
color: #FB9FDF;
}
</style>
background-color css
<style>
a { background-color: #FB9FDF; }
a { background-color: rgb(251,159,223); }
div.DivClassName
{
background-color: #FB9FDF;
}
.BgClassName
{
background-color: #FB9FDF;
}
</style>
border-color css
<style>
span { border-color: #FB9FDF; }
span { border-color: rgb(251,159,223); }
td.TdClassName
{
border-color: #FB9FDF;
}
.TagClassName
{
border-color: #FB9FDF;
}
</style>