Color Hex Logo

#fbaeac Color Hex

#FBAEAC
(251,174,172)
0 Favorites   0 Comments

Color spaces of #fbaeac

RGB 251174172
HSL0.000.910.83
HSV31°98°
CMYK 0.000.310.31   0.02
XYZ62.366153.759946.1194
Yxy53.75990.38440.3313
Hunter Lab73.321123.518014.0311
CIE-Lab78.321527.925312.4229

#fbaeac color RGB value is (251,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 10101100
Octal 373 256 254
Decimal 251 174 172
Hex FB AE AC

RGB Percentages of Color #fbaeac

%42.04
%29.15
%28.81

CMYK Percentages of Color #fbaeac

%0
%31
%31
%2

Triadic Colors of #fbaeac

#fbaeac #acfbae #aeacfb

Analogous Colors of #fbaeac

#fbaeac #fbd6ac #fbacd2

Monochromatic Colors of #fbaeac

#fbaeac

Complementary Color

#fbaeac #acf9fb

#fbaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeac Color CSS Codes

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

#fbaeac Text Font Color

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

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


#fbaeac Background Color

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

This div background color is #fbaeac


#fbaeac Border Color

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

This div border color is #fbaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeac

Related Colors


Comments

No comments written yet.

Please login to write comment.