Color Hex Logo

#fffaae Color Hex

#FFFAAE
(255,250,174)
0 Favorites   0 Comments

Color spaces of #fffaae

RGB 255250174
HSL0.161.000.84
HSV56°32°100°
CMYK 0.000.020.32   0.00
XYZ83.065692.687253.5568
Yxy92.68720.36220.4042
Hunter Lab96.2742-14.469634.4092
CIE-Lab97.1005-9.462237.1253

#fffaae color RGB value is (255,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 10101110
Octal 377 372 256
Decimal 255 250 174
Hex FF FA AE

RGB Percentages of Color #fffaae

%37.56
%36.82
%25.63

CMYK Percentages of Color #fffaae

%0
%2
%32
%0

Triadic Colors of #fffaae

#fffaae #aefffa #faaeff

Analogous Colors of #fffaae

#fffaae #dcffae #ffd2ae

Monochromatic Colors of #fffaae

#fffaae

Complementary Color

#fffaae #aeb3ff

#fffaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffaae Color CSS Codes

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

#fffaae Text Font Color

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

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


#fffaae Background Color

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

This div background color is #fffaae


#fffaae Border Color

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

This div border color is #fffaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffaae

Related Colors

#fffaae Color Palettes


Comments

No comments written yet.

Please login to write comment.