#FF96E4

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

Shades of Lavender Rose #FF96E4

Tints of Lavender Rose #FF96E4

Color information

#FF96E4 (or 0xFF96E4) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and E4. RGB value is (255,150,228). Sum of RGB (Red+Green+Blue) = 255+150+228=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96E4 is #00691B. Grayscale: #BEBEBE. Windows color (decimal): -26908 or 14980863. OLE color: 14980863.

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

Color convert

RGB255150228-
CMYK00.410.110
HSL315.43º100%79.41%-
HSV(B)315.43º41.18%100%-
XYZ66.1548.6779.31-
YUV190.29149.29174.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 150 (58.98% from 255) = 23.70%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=40.28%
G=23.70%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515022800.410.110315.4310079.41
HexFF96E4029B013b644f
Octal377226344051130473144117
Binary11111111100101101110010001010011011010011101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96E4; }

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

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

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

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

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

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

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

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