#FF96E6

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

Shades of Lavender Rose #FF96E6

Tints of Lavender Rose #FF96E6

Color information

#FF96E6 (or 0xFF96E6) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and E6. RGB value is (255,150,230). Sum of RGB (Red+Green+Blue) = 255+150+230=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96E6 is #006919. Grayscale: #BEBEBE. Windows color (decimal): -26906 or 15111935. OLE color: 15111935.

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

Color convert

RGB255150230-
CMYK00.410.100
HSL314.29º100%79.41%-
HSV(B)314.29º41.18%100%-
XYZ66.4348.7980.78-
YUV190.52150.29174-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 150 (58.98% from 255) = 23.62%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=40.16%
G=23.62%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515023000.410.100314.2910079.41
HexFF96E6029A013a644f
Octal377226346051120472144117
Binary11111111100101101110011001010011010010011101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96E6; }

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

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

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

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

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

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

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

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