Color Hex Logo

#fef6dc Color Hex

#FEF6DC
(254,246,220)
0 Favorites   0 Comments

Color spaces of #fef6dc

RGB 254246220
HSL0.130.940.93
HSV46°13°100°
CMYK 0.000.030.13   0.00
XYZ86.747192.149780.9247
Yxy92.14970.33390.3547
Hunter Lab95.9946-6.686217.2140
CIE-Lab96.8815-1.557513.4599

#fef6dc color RGB value is (254,246,220).

#fef6dc hex color red value is 254, green value is 246 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fef6dc hue: 0.13 , saturation: 0.94 and the lightness value of fef6dc is 0.93.

The process color (four color CMYK) of #fef6dc color hex is 0.00, 0.03, 0.13, 0.00. Web safe color of #fef6dc is #ffffcc. Color #fef6dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 11011100
Octal 376 366 334
Decimal 254 246 220
Hex FE F6 DC

RGB Percentages of Color #fef6dc

%35.28
%34.17
%30.56

CMYK Percentages of Color #fef6dc

%0
%3
%13
%0

Triadic Colors of #fef6dc

#fef6dc #dcfef6 #f6dcfe

Analogous Colors of #fef6dc

#fef6dc #f5fedc #fee5dc

Monochromatic Colors of #fef6dc

#fef6dc

Complementary Color

#fef6dc #dce4fe

#fef6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef6dc Color CSS Codes

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

#fef6dc Text Font Color

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

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


#fef6dc Background Color

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

This div background color is #fef6dc


#fef6dc Border Color

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

This div border color is #fef6dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,246,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 #fef6dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef6dc

Related Colors

#fef6dc Color Palettes


Comments

No comments written yet.

Please login to write comment.