Color Hex Logo

#fbb4ae Color Hex

#FBB4AE
(251,180,174)
0 Favorites   0 Comments

Color spaces of #fbb4ae

RGB 251180174
HSL0.010.910.83
HSV31°98°
CMYK 0.000.280.31   0.02
XYZ63.744956.207747.5339
Yxy56.20770.38060.3356
Hunter Lab74.971820.569314.8890
CIE-Lab79.731925.024813.3344

#fbb4ae color RGB value is (251,180,174).

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

The process color (four color CMYK) of #fbb4ae color hex is 0.00, 0.28, 0.31, 0.02. Web safe color of #fbb4ae is #ffcc99. Color #fbb4ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 10101110
Octal 373 264 256
Decimal 251 180 174
Hex FB B4 AE

RGB Percentages of Color #fbb4ae

%41.49
%29.75
%28.76

CMYK Percentages of Color #fbb4ae

%0
%28
%31
%2

Triadic Colors of #fbb4ae

#fbb4ae #aefbb4 #b4aefb

Analogous Colors of #fbb4ae

#fbb4ae #fbdbae #fbaecf

Monochromatic Colors of #fbb4ae

#fbb4ae

Complementary Color

#fbb4ae #aef5fb

#fbb4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb4ae Color CSS Codes

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

#fbb4ae Text Font Color

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

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


#fbb4ae Background Color

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

This div background color is #fbb4ae


#fbb4ae Border Color

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

This div border color is #fbb4ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,180,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 #fbb4ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb4ae


Comments

No comments written yet.

Please login to write comment.