Color Hex Logo

#faeaae Color Hex

#FAEAAE
(250,234,174)
0 Favorites   0 Comments

Color spaces of #faeaae

RGB 250234174
HSL0.130.880.83
HSV47°30°98°
CMYK 0.000.060.30   0.02
XYZ76.487182.225651.8842
Yxy82.22560.36320.3904
Hunter Lab90.6783-8.122529.5504
CIE-Lab92.6743-3.352231.1549

#faeaae color RGB value is (250,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 10101110
Octal 372 352 256
Decimal 250 234 174
Hex FA EA AE

RGB Percentages of Color #faeaae

%37.99
%35.56
%26.44

CMYK Percentages of Color #faeaae

%0
%6
%30
%2

Triadic Colors of #faeaae

#faeaae #aefaea #eaaefa

Analogous Colors of #faeaae

#faeaae #e4faae #fac4ae

Monochromatic Colors of #faeaae

#faeaae

Complementary Color

#faeaae #aebefa

#faeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeaae Color CSS Codes

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

#faeaae Text Font Color

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

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


#faeaae Background Color

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

This div background color is #faeaae


#faeaae Border Color

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

This div border color is #faeaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeaae


Comments

No comments written yet.

Please login to write comment.