Color Hex Logo

#fdfaec Color Hex

#FDFAEC
(253,250,236)
1 Favorites   0 Comments

Color spaces of #fdfaec

RGB 253250236
HSL0.140.810.96
HSV49°99°
CMYK 0.000.010.07   0.01
XYZ89.833995.310093.0188
Yxy95.31000.32300.3426
Hunter Lab97.6268-6.595511.8473
CIE-Lab98.1574-1.37157.0505

#fdfaec color RGB value is (253,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 11101100
Octal 375 372 354
Decimal 253 250 236
Hex FD FA EC

RGB Percentages of Color #fdfaec

%34.24
%33.83
%31.94

CMYK Percentages of Color #fdfaec

%0
%1
%7
%1

Triadic Colors of #fdfaec

#fdfaec #ecfdfa #faecfd

Analogous Colors of #fdfaec

#fdfaec #f8fdec #fdf2ec

Monochromatic Colors of #fdfaec

#fdfaec

Complementary Color

#fdfaec #eceffd

#fdfaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfaec Color CSS Codes

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

#fdfaec Text Font Color

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

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


#fdfaec Background Color

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

This div background color is #fdfaec


#fdfaec Border Color

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

This div border color is #fdfaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfaec

#fdfaec Color Palettes


Comments

No comments written yet.

Please login to write comment.