#FF96B5

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

Shades of Illusion #FF96B5

Tints of Illusion #FF96B5

Color information

#FF96B5 (or 0xFF96B5) is unknown color: approx Illusion. HEX triplet: FF, 96 and B5. RGB value is (255,150,181). Sum of RGB (Red+Green+Blue) = 255+150+181=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96B5 is #00694A. Grayscale: #B8B8B8. Windows color (decimal): -26955 or 11900671. OLE color: 11900671.

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

Color convert

RGB255150181-
CMYK00.410.290
HSL342.29º100%79.41%-
HSV(B)342.29º41.18%100%-
XYZ60.4946.4149.49-
YUV184.93125.79177.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=43.52%
G=25.60%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515018100.410.290342.2910079.41
HexFF96B50291D0156644f
Octal377226265051350526144117
Binary111111111001011010110101010100111101010101011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96B5; }

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

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

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

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

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

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

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

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