Color Hex Logo

#fbaeb8 Color Hex

#FBAEB8
(251,174,184)
0 Favorites   0 Comments

Color spaces of #fbaeb8

RGB 251174184
HSL0.980.910.83
HSV352°31°98°
CMYK 0.000.310.27   0.02
XYZ63.571454.242052.4666
Yxy54.24200.37330.3185
Hunter Lab73.649225.18899.3171
CIE-Lab78.602629.49486.3110

#fbaeb8 color RGB value is (251,174,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 10111000
Octal 373 256 270
Decimal 251 174 184
Hex FB AE B8

RGB Percentages of Color #fbaeb8

%41.22
%28.57
%30.21

CMYK Percentages of Color #fbaeb8

%0
%31
%27
%2

Triadic Colors of #fbaeb8

#fbaeb8 #b8fbae #aeb8fb

Analogous Colors of #fbaeb8

#fbaeb8 #fbcbae #fbaedf

Monochromatic Colors of #fbaeb8

#fbaeb8

Complementary Color

#fbaeb8 #aefbf1

#fbaeb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeb8 Color CSS Codes

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

#fbaeb8 Text Font Color

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

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


#fbaeb8 Background Color

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

This div background color is #fbaeb8


#fbaeb8 Border Color

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

This div border color is #fbaeb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeb8


Comments

No comments written yet.

Please login to write comment.