Color Hex Logo

#fafae4 Color Hex

#FAFAE4
(250,250,228)
0 Favorites   0 Comments

Color spaces of #fafae4

RGB 250250228
HSL0.170.690.94
HSV60°98°
CMYK 0.000.000.09   0.02
XYZ87.613594.296686.9821
Yxy94.29660.32580.3507
Hunter Lab97.1064-8.886114.8661
CIE-Lab97.7514-3.697810.5479

#fafae4 color RGB value is (250,250,228).

#fafae4 hex color red value is 250, green value is 250 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fafae4 hue: 0.17 , saturation: 0.69 and the lightness value of fafae4 is 0.94.

The process color (four color CMYK) of #fafae4 color hex is 0.00, 0.00, 0.09, 0.02. Web safe color of #fafae4 is #ffffcc. Color #fafae4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 11100100
Octal 372 372 344
Decimal 250 250 228
Hex FA FA E4

RGB Percentages of Color #fafae4

%34.34
%34.34
%31.32

CMYK Percentages of Color #fafae4

%0
%0
%9
%2

Triadic Colors of #fafae4

#fafae4 #e4fafa #fae4fa

Analogous Colors of #fafae4

#fafae4 #effae4 #faefe4

Monochromatic Colors of #fafae4

#fafae4

Complementary Color

#fafae4 #e4e4fa

#fafae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafae4 Color CSS Codes

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

#fafae4 Text Font Color

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

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


#fafae4 Background Color

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

This div background color is #fafae4


#fafae4 Border Color

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

This div border color is #fafae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafae4

Related Colors


Comments

No comments written yet.

Please login to write comment.