Shades of Lavender Rose #FF92E2
Tints of Lavender Rose #FF92E2
RGB
CMYK
RGB Variations
Color information
#FF92E2 (or 0xFF92E2) is known color: Lavender Rose. HEX triplet: FF, 92 and E2. RGB value is (255,146,226). Sum of RGB (Red+Green+Blue) = 255+146+226=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 146 (57.42% from 255 or 23.29% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92E2 is #006D1D. Grayscale: #BBBBBB. Windows color (decimal): -27934 or 14848767. OLE color: 14848767.
HSL color Cylindrical-coordinate representation of color #FF92E2: hue angle of 315.96º 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 #FF92E2 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 226 | - |
| CMYK | 0 | 0.43 | 0.11 | 0 |
| HSL | 315.96º | 1% | 0.79% | - |
| HSV(B) | 315.96º | 0.43% | 1% | - |
| XYZ | 65.25 | 47.31 | 77.64 | - |
| YUV | 187.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 226 | 0 | 0.43 | 0.11 | 0 | 315.96 | 1 | 0.79 |
| Hex | FF | 92 | E2 | 0 | 2B | B | 0 | 13C | 64 | 4F |
| Octal | 377 | 222 | 342 | 0 | 53 | 13 | 0 | 474 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11100010 | 0 | 101011 | 1011 | 0 | 100111100 | 1100100 | 1001111 |
Color Harmonies of #FF92E2
Complementary color
Monochromatic Colors of #FF92E2
Black with #FF92E2
Text Example
Text Example
White with #FF92E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92E2; }
p { color: rgb(255,146,226); }
H1.HeaderClassName
{
color: #FF92E2;
}
.AnyTagClassName
{
color: #FF92E2;
}
</style>
background-color css
<style>
a { background-color: #FF92E2; }
a { background-color: rgb(255,146,226); }
div.DivClassName
{
background-color: #FF92E2;
}
.BgClassName
{
background-color: #FF92E2;
}
</style>
border-color css
<style>
span { border-color: #FF92E2; }
span { border-color: rgb(255,146,226); }
td.TdClassName
{
border-color: #FF92E2;
}
.TagClassName
{
border-color: #FF92E2;
}
</style>