Color Hex Logo

#fdfaee Color Hex

#FDFAEE
(253,250,238)
1 Favorites   0 Comments

Color spaces of #fdfaee

RGB 253250238
HSL0.130.790.96
HSV48°99°
CMYK 0.000.010.06   0.01
XYZ90.126295.426994.5580
Yxy95.42690.32180.3407
Hunter Lab97.6867-6.266810.9896
CIE-Lab98.2041-1.04106.0899

#fdfaee color RGB value is (253,250,238).

#fdfaee hex color red value is 253, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fdfaee hue: 0.13 , saturation: 0.79 and the lightness value of fdfaee is 0.96.

The process color (four color CMYK) of #fdfaee color hex is 0.00, 0.01, 0.06, 0.01. Web safe color of #fdfaee is #ffffff. Color #fdfaee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 11101110
Octal 375 372 356
Decimal 253 250 238
Hex FD FA EE

RGB Percentages of Color #fdfaee

%34.14
%33.74
%32.12

CMYK Percentages of Color #fdfaee

%0
%1
%6
%1

Triadic Colors of #fdfaee

#fdfaee #eefdfa #faeefd

Analogous Colors of #fdfaee

#fdfaee #f9fdee #fdf3ee

Monochromatic Colors of #fdfaee

#fdfaee

Complementary Color

#fdfaee #eef1fd

#fdfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfaee Color CSS Codes

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

#fdfaee Text Font Color

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

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


#fdfaee Background Color

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

This div background color is #fdfaee


#fdfaee Border Color

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

This div border color is #fdfaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfaee

Related Colors

#fdfaee Color Palettes


Comments

No comments written yet.

Please login to write comment.