Color Hex Logo

#faeaaf Color Hex

#FAEAAF
(250,234,175)
0 Favorites   0 Comments

Color spaces of #faeaaf

RGB 250234175
HSL0.130.880.83
HSV47°30°98°
CMYK 0.000.060.30   0.02
XYZ76.585082.264852.3997
Yxy82.26480.36250.3894
Hunter Lab90.6999-8.003529.2366
CIE-Lab92.6916-3.228230.6690

#faeaaf color RGB value is (250,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10101111
Octal 372 352 257
Decimal 250 234 175
Hex FA EA AF

RGB Percentages of Color #faeaaf

%37.94
%35.51
%26.56

CMYK Percentages of Color #faeaaf

%0
%6
%30
%2

Triadic Colors of #faeaaf

#faeaaf #affaea #eaaffa

Analogous Colors of #faeaaf

#faeaaf #e5faaf #fac5af

Monochromatic Colors of #faeaaf

#faeaaf

Complementary Color

#faeaaf #afbffa

#faeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaaf Color CSS Codes

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

#faeaaf Text Font Color

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

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


#faeaaf Background Color

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

This div background color is #faeaaf


#faeaaf Border Color

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

This div border color is #faeaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaaf


Comments

No comments written yet.

Please login to write comment.