#FF96EE

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

Shades of Lavender Rose #FF96EE

Tints of Lavender Rose #FF96EE

Color information

#FF96EE (or 0xFF96EE) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and EE. RGB value is (255,150,238). Sum of RGB (Red+Green+Blue) = 255+150+238=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96EE is #006911. Grayscale: #BFBFBF. Windows color (decimal): -26898 or 15636223. OLE color: 15636223.

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

Color convert

RGB255150238-
CMYK00.410.070
HSL309.71º100%79.41%-
HSV(B)309.71º41.18%100%-
XYZ67.5849.2586.83-
YUV191.43154.29173.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 150 (58.98% from 255) = 23.33%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=39.66%
G=23.33%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515023800.410.070309.7110079.41
HexFF96EE02970136644f
Octal37722635605170466144117
Binary1111111110010110111011100101001111010011011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96EE; }

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

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

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

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

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

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

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

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