Color Hex Logo

#fbaeab Color Hex

#FBAEAB
(251,174,171)
0 Favorites   0 Comments

Color spaces of #fbaeab

RGB 251174171
HSL0.010.910.83
HSV32°98°
CMYK 0.000.310.32   0.02
XYZ62.270453.721645.6154
Yxy53.72160.38530.3324
Hunter Lab73.295023.384814.4072
CIE-Lab78.299127.799512.9334

#fbaeab color RGB value is (251,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 10101011
Octal 373 256 253
Decimal 251 174 171
Hex FB AE AB

RGB Percentages of Color #fbaeab

%42.11
%29.19
%28.69

CMYK Percentages of Color #fbaeab

%0
%31
%32
%2

Triadic Colors of #fbaeab

#fbaeab #abfbae #aeabfb

Analogous Colors of #fbaeab

#fbaeab #fbd6ab #fbabd0

Monochromatic Colors of #fbaeab

#fbaeab

Complementary Color

#fbaeab #abf8fb

#fbaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeab Color CSS Codes

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

#fbaeab Text Font Color

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

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


#fbaeab Background Color

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

This div background color is #fbaeab


#fbaeab Border Color

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

This div border color is #fbaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeab


Comments

No comments written yet.

Please login to write comment.