#FB96BB

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

Shades of Illusion #FB96BB

Tints of Illusion #FB96BB

Color information

#FB96BB (or 0xFB96BB) is unknown color: approx Illusion. HEX triplet: FB, 96 and BB. RGB value is (251,150,187). Sum of RGB (Red+Green+Blue) = 251+150+187=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96BB is #046944. Grayscale: #B8B8B8. Windows color (decimal): -289093 or 12293883. OLE color: 12293883.

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

Color convert

RGB251150187-
CMYK00.400.250.02
HSL338.02º92.66%78.63%-
HSV(B)338.02º40.24%98.43%-
XYZ59.6645.9152.73-
YUV184.42129.46175.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=42.69%
G=25.51%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115018700.400.250.02338.0292.6678.63
HexFB96BB0281921525d4f
Octal373226273050312522135117
Binary1111101110010110101110110101000110011010101001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96BB; }

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

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

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

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

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

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

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

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