Color Hex Logo

#fb9088 Color Hex

#FB9088
(251,144,136)
0 Favorites   0 Comments

Color spaces of #fb9088

RGB 251144136
HSL0.010.930.76
HSV46°98°
CMYK 0.000.430.46   0.02
XYZ54.200942.233328.5877
Yxy42.23330.43350.3378
Hunter Lab64.987235.145919.4095
CIE-Lab71.031539.493121.9875

#fb9088 color RGB value is (251,144,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 10001000
Octal 373 220 210
Decimal 251 144 136
Hex FB 90 88

RGB Percentages of Color #fb9088

%47.27
%27.12
%25.61

CMYK Percentages of Color #fb9088

%0
%43
%46
%2

Triadic Colors of #fb9088

#fb9088 #88fb90 #9088fb

Analogous Colors of #fb9088

#fb9088 #fbca88 #fb88ba

Monochromatic Colors of #fb9088

#fb9088

Complementary Color

#fb9088 #88f3fb

#fb9088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9088 Color CSS Codes

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

#fb9088 Text Font Color

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

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


#fb9088 Background Color

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

This div background color is #fb9088


#fb9088 Border Color

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

This div border color is #fb9088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9088

Related Colors


Comments

No comments written yet.

Please login to write comment.