#FF96EB

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

Shades of Lavender Rose #FF96EB

Tints of Lavender Rose #FF96EB

Color information

#FF96EB (or 0xFF96EB) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and EB. RGB value is (255,150,235). Sum of RGB (Red+Green+Blue) = 255+150+235=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 150 (58.98% from 255 or 23.44% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96EB is #006914. Grayscale: #BEBEBE. Windows color (decimal): -26901 or 15439615. OLE color: 15439615.

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

Color convert

RGB255150235-
CMYK00.410.080
HSL311.43º100%79.41%-
HSV(B)311.43º41.18%100%-
XYZ67.1449.0784.53-
YUV191.08152.79173.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 150 (58.98% from 255) = 23.44%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=39.84%
G=23.44%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515023500.410.080311.4310079.41
HexFF96EB02980137644f
Octal377226353051100467144117
Binary11111111100101101110101101010011000010011011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96EB; }

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

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

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

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

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

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

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

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