#FB96B0

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

Shades of Illusion #FB96B0

Tints of Illusion #FB96B0

Color information

#FB96B0 (or 0xFB96B0) is unknown color: approx Illusion. HEX triplet: FB, 96 and B0. RGB value is (251,150,176). Sum of RGB (Red+Green+Blue) = 251+150+176=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96B0 is #04694F. Grayscale: #B7B7B7. Windows color (decimal): -289104 or 11572987. OLE color: 11572987.

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

Color convert

RGB251150176-
CMYK00.400.300.02
HSL344.55º92.66%78.63%-
HSV(B)344.55º40.24%98.43%-
XYZ58.5345.4646.76-
YUV183.16123.96176.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=43.50%
G=26.00%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115017600.400.300.02344.5592.6678.63
HexFB96B00281E21595d4f
Octal373226260050362531135117
Binary1111101110010110101100000101000111101010101100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96B0; }

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

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

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

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

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

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

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

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