Shades of Lavender Rose #FB94DF
Tints of Lavender Rose #FB94DF
RGB
CMYK
RGB Variations
Color information
#FB94DF (or 0xFB94DF) is known color: Lavender Rose. HEX triplet: FB, 94 and DF. RGB value is (251,148,223). Sum of RGB (Red+Green+Blue) = 251+148+223=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94DF is #046B20. Grayscale: #BBBBBB. Windows color (decimal): -289569 or 14652667. OLE color: 14652667.
HSL color Cylindrical-coordinate representation of color #FB94DF: hue angle of 316.31º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB94DF is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 223 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.02 |
| HSL | 316.31º | 0.93% | 0.78% | - |
| HSV(B) | 316.31º | 0.41% | 0.98% | - |
| XYZ | 63.69 | 47.02 | 75.53 | - |
| YUV | 187.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 223 | 0 | 0.41 | 0.11 | 0.02 | 316.31 | 0.93 | 0.78 |
| Hex | FB | 94 | DF | 0 | 29 | B | 2 | 13C | 5D | 4E |
| Octal | 373 | 224 | 337 | 0 | 51 | 13 | 2 | 474 | 135 | 116 |
| Binary | 11111011 | 10010100 | 11011111 | 0 | 101001 | 1011 | 10 | 100111100 | 1011101 | 1001110 |
Color Harmonies of #FB94DF
Complementary color
Monochromatic Colors of #FB94DF
Black with #FB94DF
Text Example
Text Example
White with #FB94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB94DF; }
p { color: rgb(251,148,223); }
H1.HeaderClassName
{
color: #FB94DF;
}
.AnyTagClassName
{
color: #FB94DF;
}
</style>
background-color css
<style>
a { background-color: #FB94DF; }
a { background-color: rgb(251,148,223); }
div.DivClassName
{
background-color: #FB94DF;
}
.BgClassName
{
background-color: #FB94DF;
}
</style>
border-color css
<style>
span { border-color: #FB94DF; }
span { border-color: rgb(251,148,223); }
td.TdClassName
{
border-color: #FB94DF;
}
.TagClassName
{
border-color: #FB94DF;
}
</style>