Shades of Lavender Rose #FB92D8
Tints of Lavender Rose #FB92D8
RGB
CMYK
RGB Variations
Color information
#FB92D8 (or 0xFB92D8) is known color: Lavender Rose. HEX triplet: FB, 92 and D8. RGB value is (251,146,216). Sum of RGB (Red+Green+Blue) = 251+146+216=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92D8 is #046D27. Grayscale: #B9B9B9. Windows color (decimal): -290088 or 14193403. OLE color: 14193403.
HSL color Cylindrical-coordinate representation of color #FB92D8: hue angle of 320º 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 #FB92D8 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 216 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.02 |
| HSL | 320º | 0.93% | 0.78% | - |
| HSV(B) | 320º | 0.42% | 0.98% | - |
| XYZ | 62.46 | 46.02 | 70.56 | - |
| YUV | 185.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 216 | 0 | 0.42 | 0.14 | 0.02 | 320 | 0.93 | 0.78 |
| Hex | FB | 92 | D8 | 0 | 2A | E | 2 | 140 | 5D | 4E |
| Octal | 373 | 222 | 330 | 0 | 52 | 16 | 2 | 500 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11011000 | 0 | 101010 | 1110 | 10 | 101000000 | 1011101 | 1001110 |
Color Harmonies of #FB92D8
Complementary color
Monochromatic Colors of #FB92D8
Black with #FB92D8
Text Example
Text Example
White with #FB92D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92D8; }
p { color: rgb(251,146,216); }
H1.HeaderClassName
{
color: #FB92D8;
}
.AnyTagClassName
{
color: #FB92D8;
}
</style>
background-color css
<style>
a { background-color: #FB92D8; }
a { background-color: rgb(251,146,216); }
div.DivClassName
{
background-color: #FB92D8;
}
.BgClassName
{
background-color: #FB92D8;
}
</style>
border-color css
<style>
span { border-color: #FB92D8; }
span { border-color: rgb(251,146,216); }
td.TdClassName
{
border-color: #FB92D8;
}
.TagClassName
{
border-color: #FB92D8;
}
</style>