Color Hex Logo

#fef6ef Color Hex

#FEF6EF
(254,246,239)
0 Favorites   0 Comments

Color spaces of #fef6ef

RGB 254246239
HSL0.080.880.97
HSV28°100°
CMYK 0.000.030.06   0.00
XYZ89.408893.214494.9412
Yxy93.21440.32210.3358
Hunter Lab96.5476-3.65679.2798
CIE-Lab97.31451.48634.2989

#fef6ef color RGB value is (254,246,239).

#fef6ef hex color red value is 254, green value is 246 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fef6ef hue: 0.08 , saturation: 0.88 and the lightness value of fef6ef is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 11101111
Octal 376 366 357
Decimal 254 246 239
Hex FE F6 EF

RGB Percentages of Color #fef6ef

%34.37
%33.29
%32.34

CMYK Percentages of Color #fef6ef

%0
%3
%6
%0

Triadic Colors of #fef6ef

#fef6ef #effef6 #f6effe

Analogous Colors of #fef6ef

#fef6ef #fefeef #feeff0

Monochromatic Colors of #fef6ef

#fef6ef

Complementary Color

#fef6ef #eff7fe

#fef6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef6ef Color CSS Codes

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

#fef6ef Text Font Color

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

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


#fef6ef Background Color

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

This div background color is #fef6ef


#fef6ef Border Color

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

This div border color is #fef6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef6ef

Related Colors

#fef6ef Color Palettes


Comments

No comments written yet.

Please login to write comment.