#FF96E9

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

Shades of Lavender Rose #FF96E9

Tints of Lavender Rose #FF96E9

Color information

#FF96E9 (or 0xFF96E9) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and E9. RGB value is (255,150,233). Sum of RGB (Red+Green+Blue) = 255+150+233=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96E9 is #006916. Grayscale: #BEBEBE. Windows color (decimal): -26903 or 15308543. OLE color: 15308543.

HSL color Cylindrical-coordinate representation of color #FF96E9: hue angle of 312.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96E9 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255150233-
CMYK00.410.090
HSL312.57º100%79.41%-
HSV(B)312.57º41.18%100%-
XYZ66.8548.9683.02-
YUV190.86151.79173.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 150 (58.98% from 255) = 23.51%
BLUE value IS 233 (91.41% from 255) = 36.52%
R=39.97%
G=23.51%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515023300.410.090312.5710079.41
HexFF96E902990139644f
Octal377226351051110471144117
Binary11111111100101101110100101010011001010011100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96E9; }

 p { color: rgb(255,150,233); }

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

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

 a { background-color: rgb(255,150,233); }

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

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

 span { border-color: rgb(255,150,233); }

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