Color Hex Logo

#fbbeae Color Hex

#FBBEAE
(251,190,174)
0 Favorites   0 Comments

Color spaces of #fbbeae

RGB 251190174
HSL0.030.910.83
HSV12°31°98°
CMYK 0.000.240.31   0.02
XYZ65.837160.392148.2313
Yxy60.39210.37740.3462
Hunter Lab77.712415.226717.6010
CIE-Lab82.050919.766016.5942

#fbbeae color RGB value is (251,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10101110
Octal 373 276 256
Decimal 251 190 174
Hex FB BE AE

RGB Percentages of Color #fbbeae

%40.81
%30.89
%28.29

CMYK Percentages of Color #fbbeae

%0
%24
%31
%2

Triadic Colors of #fbbeae

#fbbeae #aefbbe #beaefb

Analogous Colors of #fbbeae

#fbbeae #fbe5ae #fbaec5

Monochromatic Colors of #fbbeae

#fbbeae

Complementary Color

#fbbeae #aeebfb

#fbbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeae Color CSS Codes

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

#fbbeae Text Font Color

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

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


#fbbeae Background Color

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

This div background color is #fbbeae


#fbbeae Border Color

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

This div border color is #fbbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeae


Comments

No comments written yet.

Please login to write comment.