Color Hex Logo

#faaeab Color Hex

#FAAEAB
(250,174,171)
0 Favorites   0 Comments

Color spaces of #faaeab

RGB 250174171
HSL0.010.890.83
HSV32°98°
CMYK 0.000.300.32   0.02
XYZ61.911153.536445.5986
Yxy53.53640.38440.3324
Hunter Lab73.168622.991614.2685
CIE-Lab78.190627.430312.7647

#faaeab color RGB value is (250,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10101011
Octal 372 256 253
Decimal 250 174 171
Hex FA AE AB

RGB Percentages of Color #faaeab

%42.02
%29.24
%28.74

CMYK Percentages of Color #faaeab

%0
%30
%32
%2

Triadic Colors of #faaeab

#faaeab #abfaae #aeabfa

Analogous Colors of #faaeab

#faaeab #fad6ab #faabd0

Monochromatic Colors of #faaeab

#faaeab

Complementary Color

#faaeab #abf7fa

#faaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaeab Color CSS Codes

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

#faaeab Text Font Color

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

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


#faaeab Background Color

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

This div background color is #faaeab


#faaeab Border Color

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

This div border color is #faaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaeab


Comments

No comments written yet.

Please login to write comment.