#FF92E4

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

Shades of Lavender Rose #FF92E4

Tints of Lavender Rose #FF92E4

Color information

#FF92E4 (or 0xFF92E4) is unknown color: approx Lavender Rose. HEX triplet: FF, 92 and E4. RGB value is (255,146,228). Sum of RGB (Red+Green+Blue) = 255+146+228=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 146 (57.42% from 255 or 23.21% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92E4 is #006D1B. Grayscale: #BBBBBB. Windows color (decimal): -27932 or 14979839. OLE color: 14979839.

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

Color convert

RGB255146228-
CMYK00.430.110
HSL314.86º100%78.63%-
HSV(B)314.86º42.75%100%-
XYZ65.5247.4279.1-
YUV187.94150.61175.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 146 (57.42% from 255) = 23.21%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=40.54%
G=23.21%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514622800.430.110314.8610078.63
HexFF92E402BB013b644f
Octal377222344053130473144117
Binary11111111100100101110010001010111011010011101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF92E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF92E4; }

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

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

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

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

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

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

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

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