#FF96B7

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

Shades of Illusion #FF96B7

Tints of Illusion #FF96B7

Color information

#FF96B7 (or 0xFF96B7) is unknown color: approx Illusion. HEX triplet: FF, 96 and B7. RGB value is (255,150,183). Sum of RGB (Red+Green+Blue) = 255+150+183=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96B7 is #006948. Grayscale: #B9B9B9. Windows color (decimal): -26953 or 12031743. OLE color: 12031743.

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

Color convert

RGB255150183-
CMYK00.410.280
HSL341.14º100%79.41%-
HSV(B)341.14º41.18%100%-
XYZ60.6946.4950.57-
YUV185.16126.79177.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 183 (71.88% from 255) = 31.12%
R=43.37%
G=25.51%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515018300.410.280341.1410079.41
HexFF96B70291C0155644f
Octal377226267051340525144117
Binary111111111001011010110111010100111100010101010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96B7; }

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

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

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

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

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

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

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

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