Color Hex Logo

#faefdd Color Hex

#FAEFDD
(250,239,221)
0 Favorites   0 Comments

Color spaces of #faefdd

RGB 250239221
HSL0.100.740.92
HSV37°12°98°
CMYK 0.000.040.12   0.02
XYZ83.342087.277580.8603
Yxy87.27750.33140.3471
Hunter Lab93.4224-4.249714.0782
CIE-Lab94.85590.742610.0156

#faefdd color RGB value is (250,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11011101
Octal 372 357 335
Decimal 250 239 221
Hex FA EF DD

RGB Percentages of Color #faefdd

%35.21
%33.66
%31.13

CMYK Percentages of Color #faefdd

%0
%4
%12
%2

Triadic Colors of #faefdd

#faefdd #ddfaef #efddfa

Analogous Colors of #faefdd

#faefdd #f7fadd #fae1dd

Monochromatic Colors of #faefdd

#faefdd

Complementary Color

#faefdd #dde8fa

#faefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefdd Color CSS Codes

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

#faefdd Text Font Color

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

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


#faefdd Background Color

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

This div background color is #faefdd


#faefdd Border Color

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

This div border color is #faefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefdd


Comments

No comments written yet.

Please login to write comment.