Color Hex Logo

#faaeb5 Color Hex

#FAAEB5
(250,174,181)
0 Favorites   0 Comments

Color spaces of #faaeb5

RGB 250174181
HSL0.980.880.83
HSV354°30°98°
CMYK 0.000.300.28   0.02
XYZ62.900953.932350.8108
Yxy53.93230.37520.3217
Hunter Lab73.438624.369410.3854
CIE-Lab78.422228.72967.6671

#faaeb5 color RGB value is (250,174,181).

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

The process color (four color CMYK) of #faaeb5 color hex is 0.00, 0.30, 0.28, 0.02. Web safe color of #faaeb5 is #ff99cc. Color #faaeb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10110101
Octal 372 256 265
Decimal 250 174 181
Hex FA AE B5

RGB Percentages of Color #faaeb5

%41.32
%28.76
%29.92

CMYK Percentages of Color #faaeb5

%0
%30
%28
%2

Triadic Colors of #faaeb5

#faaeb5 #b5faae #aeb5fa

Analogous Colors of #faaeb5

#faaeb5 #facdae #faaedb

Monochromatic Colors of #faaeb5

#faaeb5

Complementary Color

#faaeb5 #aefaf3

#faaeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaeb5 Color CSS Codes

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

#faaeb5 Text Font Color

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

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


#faaeb5 Background Color

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

This div background color is #faaeb5


#faaeb5 Border Color

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

This div border color is #faaeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaeb5


Comments

No comments written yet.

Please login to write comment.