#FF96E1

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

Shades of Lavender Rose #FF96E1

Tints of Lavender Rose #FF96E1

Color information

#FF96E1 (or 0xFF96E1) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and E1. RGB value is (255,150,225). Sum of RGB (Red+Green+Blue) = 255+150+225=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96E1 is #00691E. Grayscale: #BDBDBD. Windows color (decimal): -26911 or 14784255. OLE color: 14784255.

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

Color convert

RGB255150225-
CMYK00.410.120
HSL317.14º100%79.41%-
HSV(B)317.14º41.18%100%-
XYZ65.7448.5177.13-
YUV189.94147.79174.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 150 (58.98% from 255) = 23.81%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=40.48%
G=23.81%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515022500.410.120317.1410079.41
HexFF96E1029C013d644f
Octal377226341051140475144117
Binary11111111100101101110000101010011100010011110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96E1; }

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

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

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

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

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

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

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

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