Color Hex Logo

#fb9496 Color Hex

#FB9496
(251,148,150)
0 Favorites   0 Comments

Color spaces of #fb9496

RGB 251148150
HSL1.000.930.78
HSV359°41°98°
CMYK 0.000.410.40   0.02
XYZ55.878643.891034.3809
Yxy43.89100.41650.3272
Hunter Lab66.250334.617315.6064
CIE-Lab72.155638.882415.8012

#fb9496 color RGB value is (251,148,150).

#fb9496 hex color red value is 251, green value is 148 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fb9496 hue: 1.00 , saturation: 0.93 and the lightness value of fb9496 is 0.78.

The process color (four color CMYK) of #fb9496 color hex is 0.00, 0.41, 0.40, 0.02. Web safe color of #fb9496 is #ff9999. Color #fb9496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010100 10010110
Octal 373 224 226
Decimal 251 148 150
Hex FB 94 96

RGB Percentages of Color #fb9496

%45.72
%26.96
%27.32

CMYK Percentages of Color #fb9496

%0
%41
%40
%2

Triadic Colors of #fb9496

#fb9496 #96fb94 #9496fb

Analogous Colors of #fb9496

#fb9496 #fbc694 #fb94ca

Monochromatic Colors of #fb9496

#fb9496

Complementary Color

#fb9496 #94fbf9

#fb9496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9496 Color CSS Codes

.mybgcolor {background-color:#fb9496; } 
.myforecolor {color:#fb9496; }
.mybordercolor {border:3px solid #fb9496; }

#fb9496 Text Font Color

<p style="color:#fb9496">Text here</p>

This sample text font color is #fb9496
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fb9496 Background Color

<div style="background-color:#fb9496">
Div content here</div>

This div background color is #fb9496


#fb9496 Border Color

<div style="border:3px solid #fb9496">
Div here</div>

This div border color is #fb9496


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,148,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb9496; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb9496;
  -webkit-box-shadow: 1px 1px 3px 2px #fb9496;
  box-shadow:         1px 1px 3px 2px #fb9496; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,148,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb9496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fb9496;
  -webkit-box-shadow: 1px 1px 3px 2px #fb9496;
  box-shadow:         1px 1px 3px 2px #fb9496;">
Div content here</div>

This div box has shadow with color #fb9496

Related Colors


Comments

No comments written yet.

Please login to write comment.