#FF96ED

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

Shades of Lavender Rose #FF96ED

Tints of Lavender Rose #FF96ED

Color information

#FF96ED (or 0xFF96ED) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and ED. RGB value is (255,150,237). Sum of RGB (Red+Green+Blue) = 255+150+237=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 150 (58.98% from 255 or 23.36% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96ED is #006912. Grayscale: #BFBFBF. Windows color (decimal): -26899 or 15570687. OLE color: 15570687.

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

Color convert

RGB255150237-
CMYK00.410.070
HSL310.29º100%79.41%-
HSV(B)310.29º41.18%100%-
XYZ67.4349.1986.06-
YUV191.31153.79173.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 150 (58.98% from 255) = 23.36%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=39.72%
G=23.36%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515023700.410.070310.2910079.41
HexFF96ED02970136644f
Octal37722635505170466144117
Binary1111111110010110111011010101001111010011011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96ED; }

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

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

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

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

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

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

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

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