#FF96E8

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

Shades of Lavender Rose #FF96E8

Tints of Lavender Rose #FF96E8

Color information

#FF96E8 (or 0xFF96E8) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and E8. RGB value is (255,150,232). Sum of RGB (Red+Green+Blue) = 255+150+232=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96E8 is #006917. Grayscale: #BEBEBE. Windows color (decimal): -26904 or 15243007. OLE color: 15243007.

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

Color convert

RGB255150232-
CMYK00.410.090
HSL313.14º100%79.41%-
HSV(B)313.14º41.18%100%-
XYZ66.7148.982.27-
YUV190.74151.29173.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 150 (58.98% from 255) = 23.55%
BLUE value IS 232 (91.02% from 255) = 36.42%
R=40.03%
G=23.55%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515023200.410.090313.1410079.41
HexFF96E802990139644f
Octal377226350051110471144117
Binary11111111100101101110100001010011001010011100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96E8; }

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

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

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

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

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

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

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

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