Shades of Lavender Rose #FF92E6
Tints of Lavender Rose #FF92E6
RGB
CMYK
RGB Variations
Color information
#FF92E6 (or 0xFF92E6) is known color: Lavender Rose. HEX triplet: FF, 92 and E6. RGB value is (255,146,230). Sum of RGB (Red+Green+Blue) = 255+146+230=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 146 (57.42% from 255 or 23.14% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF92E6 is #006D19. Grayscale: #BBBBBB. Windows color (decimal): -27930 or 15110911. OLE color: 15110911.
HSL color Cylindrical-coordinate representation of color #FF92E6: hue angle of 313.76º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92E6 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 230 | - |
| CMYK | 0 | 0.43 | 0.10 | 0 |
| HSL | 313.76º | 1% | 0.79% | - |
| HSV(B) | 313.76º | 0.43% | 1% | - |
| XYZ | 65.8 | 47.53 | 80.57 | - |
| YUV | 188.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 230 | 0 | 0.43 | 0.10 | 0 | 313.76 | 1 | 0.79 |
| Hex | FF | 92 | E6 | 0 | 2B | A | 0 | 13A | 64 | 4F |
| Octal | 377 | 222 | 346 | 0 | 53 | 12 | 0 | 472 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11100110 | 0 | 101011 | 1010 | 0 | 100111010 | 1100100 | 1001111 |
Color Harmonies of #FF92E6
Complementary color
Monochromatic Colors of #FF92E6
Black with #FF92E6
Text Example
Text Example
White with #FF92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92E6; }
p { color: rgb(255,146,230); }
H1.HeaderClassName
{
color: #FF92E6;
}
.AnyTagClassName
{
color: #FF92E6;
}
</style>
background-color css
<style>
a { background-color: #FF92E6; }
a { background-color: rgb(255,146,230); }
div.DivClassName
{
background-color: #FF92E6;
}
.BgClassName
{
background-color: #FF92E6;
}
</style>
border-color css
<style>
span { border-color: #FF92E6; }
span { border-color: rgb(255,146,230); }
td.TdClassName
{
border-color: #FF92E6;
}
.TagClassName
{
border-color: #FF92E6;
}
</style>