Color Hex Logo

#fafaae Color Hex

#FAFAAE
(250,250,174)
0 Favorites   0 Comments

Color spaces of #fafaae

RGB 250250174
HSL0.170.880.83
HSV60°30°98°
CMYK 0.000.000.30   0.02
XYZ81.249991.751253.4718
Yxy91.75120.35880.4051
Hunter Lab95.7868-16.216833.9529
CIE-Lab96.7185-11.324436.5503

#fafaae color RGB value is (250,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 10101110
Octal 372 372 256
Decimal 250 250 174
Hex FA FA AE

RGB Percentages of Color #fafaae

%37.09
%37.09
%25.82

CMYK Percentages of Color #fafaae

%0
%0
%30
%2

Triadic Colors of #fafaae

#fafaae #aefafa #faaefa

Analogous Colors of #fafaae

#fafaae #d4faae #fad4ae

Monochromatic Colors of #fafaae

#fafaae

Complementary Color

#fafaae #aeaefa

#fafaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafaae Color CSS Codes

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

#fafaae Text Font Color

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

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


#fafaae Background Color

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

This div background color is #fafaae


#fafaae Border Color

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

This div border color is #fafaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafaae

Related Colors


Comments

No comments written yet.

Please login to write comment.