#FF96BA

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

Shades of Illusion #FF96BA

Tints of Illusion #FF96BA

Color information

#FF96BA (or 0xFF96BA) is unknown color: approx Illusion. HEX triplet: FF, 96 and BA. RGB value is (255,150,186). Sum of RGB (Red+Green+Blue) = 255+150+186=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96BA is #006945. Grayscale: #B9B9B9. Windows color (decimal): -26950 or 12228351. OLE color: 12228351.

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

Color convert

RGB255150186-
CMYK00.410.270
HSL339.43º100%79.41%-
HSV(B)339.43º41.18%100%-
XYZ61.0146.6252.24-
YUV185.5128.29177.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=43.15%
G=25.38%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515018600.410.270339.4310079.41
HexFF96BA0291B0153644f
Octal377226272051330523144117
Binary111111111001011010111010010100111011010101001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96BA; }

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

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

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

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

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

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

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

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