#FF96B3

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

Shades of Illusion #FF96B3

Tints of Illusion #FF96B3

Color information

#FF96B3 (or 0xFF96B3) is unknown color: approx Illusion. HEX triplet: FF, 96 and B3. RGB value is (255,150,179). Sum of RGB (Red+Green+Blue) = 255+150+179=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96B3 is #00694C. Grayscale: #B8B8B8. Windows color (decimal): -26957 or 11769599. OLE color: 11769599.

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

Color convert

RGB255150179-
CMYK00.410.300
HSL343.43º100%79.41%-
HSV(B)343.43º41.18%100%-
XYZ60.2846.3348.41-
YUV184.7124.79178.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 179 (70.31% from 255) = 30.65%
R=43.66%
G=25.68%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515017900.410.300343.4310079.41
HexFF96B30291E0157644f
Octal377226263051360527144117
Binary111111111001011010110011010100111110010101011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96B3; }

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

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

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

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

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

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

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

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