Color Hex Logo

#fb8895 Color Hex

#FB8895
(251,136,149)
0 Favorites   0 Comments

Color spaces of #fb8895

RGB 251136149
HSL0.980.930.76
HSV353°46°98°
CMYK 0.000.460.41   0.02
XYZ54.012640.287533.3633
Yxy40.28750.42310.3156
Hunter Lab63.472440.819913.2658
CIE-Lab69.673844.864312.8794

#fb8895 color RGB value is (251,136,149).

#fb8895 hex color red value is 251, green value is 136 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fb8895 hue: 0.98 , saturation: 0.93 and the lightness value of fb8895 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001000 10010101
Octal 373 210 225
Decimal 251 136 149
Hex FB 88 95

RGB Percentages of Color #fb8895

%46.83
%25.37
%27.80

CMYK Percentages of Color #fb8895

%0
%46
%41
%2

Triadic Colors of #fb8895

#fb8895 #95fb88 #8895fb

Analogous Colors of #fb8895

#fb8895 #fbb588 #fb88cf

Monochromatic Colors of #fb8895

#fb8895

Complementary Color

#fb8895 #88fbee

#fb8895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8895 Color CSS Codes

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

#fb8895 Text Font Color

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

This sample text font color is #fb8895
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.


#fb8895 Background Color

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

This div background color is #fb8895


#fb8895 Border Color

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

This div border color is #fb8895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8895

Related Colors


Comments

No comments written yet.

Please login to write comment.