#FB96BA

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

Shades of Illusion #FB96BA

Tints of Illusion #FB96BA

Color information

#FB96BA (or 0xFB96BA) is unknown color: approx Illusion. HEX triplet: FB, 96 and BA. RGB value is (251,150,186). Sum of RGB (Red+Green+Blue) = 251+150+186=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96BA is #046945. Grayscale: #B8B8B8. Windows color (decimal): -289094 or 12228347. OLE color: 12228347.

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

Color convert

RGB251150186-
CMYK00.400.260.02
HSL338.61º92.66%78.63%-
HSV(B)338.61º40.24%98.43%-
XYZ59.5545.8752.17-
YUV184.3128.96175.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=42.76%
G=25.55%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115018600.400.260.02338.6192.6678.63
HexFB96BA0281A21535d4f
Octal373226272050322523135117
Binary1111101110010110101110100101000110101010101001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96BA; }

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

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

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

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

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

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

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

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