Color Hex Logo

#faefe0 Color Hex

#FAEFE0
(250,239,224)
0 Favorites   0 Comments

Color spaces of #faefe0

RGB 250239224
HSL0.100.720.93
HSV35°10°98°
CMYK 0.000.040.10   0.02
XYZ83.745487.438882.9845
Yxy87.43880.32950.3440
Hunter Lab93.5087-3.777612.8391
CIE-Lab94.92411.21938.5610

#faefe0 color RGB value is (250,239,224).

#faefe0 hex color red value is 250, green value is 239 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #faefe0 hue: 0.10 , saturation: 0.72 and the lightness value of faefe0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11100000
Octal 372 357 340
Decimal 250 239 224
Hex FA EF E0

RGB Percentages of Color #faefe0

%35.06
%33.52
%31.42

CMYK Percentages of Color #faefe0

%0
%4
%10
%2

Triadic Colors of #faefe0

#faefe0 #e0faef #efe0fa

Analogous Colors of #faefe0

#faefe0 #f8fae0 #fae2e0

Monochromatic Colors of #faefe0

#faefe0

Complementary Color

#faefe0 #e0ebfa

#faefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefe0 Color CSS Codes

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

#faefe0 Text Font Color

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

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


#faefe0 Background Color

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

This div background color is #faefe0


#faefe0 Border Color

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

This div border color is #faefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefe0

Related Colors


Comments

No comments written yet.

Please login to write comment.