Shades of Lavender Rose #FB92DF
Tints of Lavender Rose #FB92DF
RGB
CMYK
RGB Variations
Color information
#FB92DF (or 0xFB92DF) is known color: Lavender Rose. HEX triplet: FB, 92 and DF. RGB value is (251,146,223). Sum of RGB (Red+Green+Blue) = 251+146+223=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92DF is #046D20. Grayscale: #B9B9B9. Windows color (decimal): -290081 or 14652155. OLE color: 14652155.
HSL color Cylindrical-coordinate representation of color #FB92DF: hue angle of 316º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB92DF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 223 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.02 |
| HSL | 316º | 0.93% | 0.78% | - |
| HSV(B) | 316º | 0.42% | 0.98% | - |
| XYZ | 63.38 | 46.39 | 75.43 | - |
| YUV | 186.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 223 | 0 | 0.42 | 0.11 | 0.02 | 316 | 0.93 | 0.78 |
| Hex | FB | 92 | DF | 0 | 2A | B | 2 | 13C | 5D | 4E |
| Octal | 373 | 222 | 337 | 0 | 52 | 13 | 2 | 474 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11011111 | 0 | 101010 | 1011 | 10 | 100111100 | 1011101 | 1001110 |
Color Harmonies of #FB92DF
Complementary color
Monochromatic Colors of #FB92DF
Black with #FB92DF
Text Example
Text Example
White with #FB92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92DF; }
p { color: rgb(251,146,223); }
H1.HeaderClassName
{
color: #FB92DF;
}
.AnyTagClassName
{
color: #FB92DF;
}
</style>
background-color css
<style>
a { background-color: #FB92DF; }
a { background-color: rgb(251,146,223); }
div.DivClassName
{
background-color: #FB92DF;
}
.BgClassName
{
background-color: #FB92DF;
}
</style>
border-color css
<style>
span { border-color: #FB92DF; }
span { border-color: rgb(251,146,223); }
td.TdClassName
{
border-color: #FB92DF;
}
.TagClassName
{
border-color: #FB92DF;
}
</style>