Shades of Lavender Rose #FB92D4
Tints of Lavender Rose #FB92D4
RGB
CMYK
RGB Variations
Color information
#FB92D4 (or 0xFB92D4) is known color: Lavender Rose. HEX triplet: FB, 92 and D4. RGB value is (251,146,212). Sum of RGB (Red+Green+Blue) = 251+146+212=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92D4 is #046D2B. Grayscale: #B8B8B8. Windows color (decimal): -290092 or 13931259. OLE color: 13931259.
HSL color Cylindrical-coordinate representation of color #FB92D4: hue angle of 322.29º 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 #FB92D4 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 212 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.02 |
| HSL | 322.29º | 0.93% | 0.78% | - |
| HSV(B) | 322.29º | 0.42% | 0.98% | - |
| XYZ | 61.95 | 45.82 | 67.87 | - |
| YUV | 184.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 212 | 0 | 0.42 | 0.16 | 0.02 | 322.29 | 0.93 | 0.78 |
| Hex | FB | 92 | D4 | 0 | 2A | 10 | 2 | 142 | 5D | 4E |
| Octal | 373 | 222 | 324 | 0 | 52 | 20 | 2 | 502 | 135 | 116 |
| Binary | 11111011 | 10010010 | 11010100 | 0 | 101010 | 10000 | 10 | 101000010 | 1011101 | 1001110 |
Color Harmonies of #FB92D4
Complementary color
Monochromatic Colors of #FB92D4
Black with #FB92D4
Text Example
Text Example
White with #FB92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB92D4; }
p { color: rgb(251,146,212); }
H1.HeaderClassName
{
color: #FB92D4;
}
.AnyTagClassName
{
color: #FB92D4;
}
</style>
background-color css
<style>
a { background-color: #FB92D4; }
a { background-color: rgb(251,146,212); }
div.DivClassName
{
background-color: #FB92D4;
}
.BgClassName
{
background-color: #FB92D4;
}
</style>
border-color css
<style>
span { border-color: #FB92D4; }
span { border-color: rgb(251,146,212); }
td.TdClassName
{
border-color: #FB92D4;
}
.TagClassName
{
border-color: #FB92D4;
}
</style>