Color Hex Logo

#faaeaf Color Hex

#FAAEAF
(250,174,175)
0 Favorites   0 Comments

Color spaces of #faaeaf

RGB 250174175
HSL1.000.880.83
HSV359°30°98°
CMYK 0.000.300.30   0.02
XYZ62.298353.691247.6374
Yxy53.69120.38070.3281
Hunter Lab73.274323.531912.7461
CIE-Lab78.281327.941110.7234

#faaeaf color RGB value is (250,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10101111
Octal 372 256 257
Decimal 250 174 175
Hex FA AE AF

RGB Percentages of Color #faaeaf

%41.74
%29.05
%29.22

CMYK Percentages of Color #faaeaf

%0
%30
%30
%2

Triadic Colors of #faaeaf

#faaeaf #affaae #aeaffa

Analogous Colors of #faaeaf

#faaeaf #fad3ae #faaed5

Monochromatic Colors of #faaeaf

#faaeaf

Complementary Color

#faaeaf #aefaf9

#faaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaeaf Color CSS Codes

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

#faaeaf Text Font Color

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

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


#faaeaf Background Color

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

This div background color is #faaeaf


#faaeaf Border Color

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

This div border color is #faaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaeaf


Comments

No comments written yet.

Please login to write comment.