#FF96DC

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

Shades of Lavender Rose #FF96DC

Tints of Lavender Rose #FF96DC

Color information

#FF96DC (or 0xFF96DC) is unknown color: approx Lavender Rose. HEX triplet: FF, 96 and DC. RGB value is (255,150,220). Sum of RGB (Red+Green+Blue) = 255+150+220=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96DC is #006923. Grayscale: #BDBDBD. Windows color (decimal): -26916 or 14456575. OLE color: 14456575.

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

Color convert

RGB255150220-
CMYK00.410.140
HSL320º100%79.41%-
HSV(B)320º41.18%100%-
XYZ65.0648.2473.59-
YUV189.38145.29174.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 150 (58.98% from 255) = 24%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=40.8%
G=24%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515022000.410.14032010079.41
HexFF96DC029E0140644f
Octal377226334051160500144117
Binary11111111100101101101110001010011110010100000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96DC; }

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

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

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

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

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

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

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

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