Color Hex Logo

#fbb1ae Color Hex

#FBB1AE
(251,177,174)
0 Favorites   0 Comments

Color spaces of #fbb1ae

RGB 251177174
HSL0.010.910.83
HSV31°98°
CMYK 0.000.290.31   0.02
XYZ63.145855.009547.3342
Yxy55.00950.38160.3324
Hunter Lab74.168422.177414.0790
CIE-Lab79.046726.602512.3659

#fbb1ae color RGB value is (251,177,174).

#fbb1ae hex color red value is 251, green value is 177 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fbb1ae hue: 0.01 , saturation: 0.91 and the lightness value of fbb1ae is 0.83.

The process color (four color CMYK) of #fbb1ae color hex is 0.00, 0.29, 0.31, 0.02. Web safe color of #fbb1ae is #ff9999. Color #fbb1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110001 10101110
Octal 373 261 256
Decimal 251 177 174
Hex FB B1 AE

RGB Percentages of Color #fbb1ae

%41.69
%29.40
%28.90

CMYK Percentages of Color #fbb1ae

%0
%29
%31
%2

Triadic Colors of #fbb1ae

#fbb1ae #aefbb1 #b1aefb

Analogous Colors of #fbb1ae

#fbb1ae #fbd8ae #fbaed2

Monochromatic Colors of #fbb1ae

#fbb1ae

Complementary Color

#fbb1ae #aef8fb

#fbb1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb1ae Color CSS Codes

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

#fbb1ae Text Font Color

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

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


#fbb1ae Background Color

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

This div background color is #fbb1ae


#fbb1ae Border Color

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

This div border color is #fbb1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb1ae


Comments

No comments written yet.

Please login to write comment.