#FF96E0

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

Shades of Lavender Rose #FF96E0

Tints of Lavender Rose #FF96E0

Color information

#FF96E0 (or 0xFF96E0) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and E0. RGB value is (255,150,224). Sum of RGB (Red+Green+Blue) = 255+150+224=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96E0 is #00691F. Grayscale: #BDBDBD. Windows color (decimal): -26912 or 14718719. OLE color: 14718719.

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

Color convert

RGB255150224-
CMYK00.410.120
HSL317.71º100%79.41%-
HSV(B)317.71º41.18%100%-
XYZ65.648.4576.42-
YUV189.83147.29174.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 150 (58.98% from 255) = 23.85%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=40.54%
G=23.85%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515022400.410.120317.7110079.41
HexFF96E0029C013e644f
Octal377226340051140476144117
Binary11111111100101101110000001010011100010011111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96E0; }

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

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

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

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

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

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

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

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