#FF92E1

Color #FF92E1 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FF92E1

Tints of Lavender Rose #FF92E1

Color information

#FF92E1 (or 0xFF92E1) is unknown color: approx Lavender Rose. HEX triplet: FF, 92 and E1. RGB value is (255,146,225). Sum of RGB (Red+Green+Blue) = 255+146+225=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92E1 is #006D1E. Grayscale: #BBBBBB. Windows color (decimal): -27935 or 14783231. OLE color: 14783231.

HSL color Cylindrical-coordinate representation of color #FF92E1: hue angle of 316.51º 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 #FF92E1 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255146225-
CMYK00.430.120
HSL316.51º100%78.63%-
HSV(B)316.51º42.75%100%-
XYZ65.1147.2576.92-
YUV187.6149.11176.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 146 (57.42% from 255) = 23.32%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=40.73%
G=23.32%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514622500.430.120316.5110078.63
HexFF92E102BC013d644f
Octal377222341053140475144117
Binary11111111100100101110000101010111100010011110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF92E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF92E1; }

 p { color: rgb(255,146,225); }

 H1.HeaderClassName
 {
   color: #FF92E1;
 }
 .AnyTagClassName
 {
   color: #FF92E1;
 }
</style>
background-color css

<style>
 a { background-color: #FF92E1; }

 a { background-color: rgb(255,146,225); }

 div.DivClassName
 {
   background-color: #FF92E1;
 }
 .BgClassName
 {
   background-color: #FF92E1;
 }
</style>
border-color css

<style>
 span { border-color: #FF92E1; }

 span { border-color: rgb(255,146,225); }

 td.TdClassName
 {
   border-color: #FF92E1;
 }
 .TagClassName
 {
   border-color: #FF92E1;
 }
</style>