#FB96B4

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

Shades of Illusion #FB96B4

Tints of Illusion #FB96B4

Color information

#FB96B4 (or 0xFB96B4) is unknown color: approx Illusion. HEX triplet: FB, 96 and B4. RGB value is (251,150,180). Sum of RGB (Red+Green+Blue) = 251+150+180=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96B4 is #04694B. Grayscale: #B7B7B7. Windows color (decimal): -289100 or 11835131. OLE color: 11835131.

HSL color Cylindrical-coordinate representation of color #FB96B4: hue angle of 342.18º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96B4 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251150180-
CMYK00.400.280.02
HSL342.18º92.66%78.63%-
HSV(B)342.18º40.24%98.43%-
XYZ58.9345.6248.88-
YUV183.62125.96176.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=43.20%
G=25.82%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115018000.400.280.02342.1892.6678.63
HexFB96B40281C21565d4f
Octal373226264050342526135117
Binary1111101110010110101101000101000111001010101011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96B4; }

 p { color: rgb(251,150,180); }

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

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

 a { background-color: rgb(251,150,180); }

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

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

 span { border-color: rgb(251,150,180); }

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