Color Hex Logo

#faefdc Color Hex

#FAEFDC
(250,239,220)
0 Favorites   0 Comments

Color spaces of #faefdc

RGB 250239220
HSL0.110.750.92
HSV38°12°98°
CMYK 0.000.040.12   0.02
XYZ83.209187.224380.1605
Yxy87.22430.33200.3481
Hunter Lab93.3940-4.405314.4869
CIE-Lab94.83340.585210.5007

#faefdc color RGB value is (250,239,220).

#faefdc hex color red value is 250, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #faefdc hue: 0.11 , saturation: 0.75 and the lightness value of faefdc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11011100
Octal 372 357 334
Decimal 250 239 220
Hex FA EF DC

RGB Percentages of Color #faefdc

%35.26
%33.71
%31.03

CMYK Percentages of Color #faefdc

%0
%4
%12
%2

Triadic Colors of #faefdc

#faefdc #dcfaef #efdcfa

Analogous Colors of #faefdc

#faefdc #f6fadc #fae0dc

Monochromatic Colors of #faefdc

#faefdc

Complementary Color

#faefdc #dce7fa

#faefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefdc Color CSS Codes

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

#faefdc Text Font Color

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

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


#faefdc Background Color

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

This div background color is #faefdc


#faefdc Border Color

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

This div border color is #faefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefdc

Related Colors

#faefdc Color Palettes


Comments

No comments written yet.

Please login to write comment.