Color Hex Logo

#fef1dd Color Hex

#FEF1DD
(254,241,221)
0 Favorites   0 Comments

Color spaces of #fef1dd

RGB 254241221
HSL0.100.940.93
HSV36°13°100°
CMYK 0.000.050.13   0.00
XYZ85.379589.201981.1243
Yxy89.20190.33390.3488
Hunter Lab94.4468-3.918515.1861
CIE-Lab95.66471.124811.2132

#fef1dd color RGB value is (254,241,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 11011101
Octal 376 361 335
Decimal 254 241 221
Hex FE F1 DD

RGB Percentages of Color #fef1dd

%35.47
%33.66
%30.87

CMYK Percentages of Color #fef1dd

%0
%5
%13
%0

Triadic Colors of #fef1dd

#fef1dd #ddfef1 #f1ddfe

Analogous Colors of #fef1dd

#fef1dd #fbfedd #fee1dd

Monochromatic Colors of #fef1dd

#fef1dd

Complementary Color

#fef1dd #ddeafe

#fef1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef1dd Color CSS Codes

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

#fef1dd Text Font Color

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

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


#fef1dd Background Color

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

This div background color is #fef1dd


#fef1dd Border Color

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

This div border color is #fef1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef1dd

Related Colors


Comments

No comments written yet.

Please login to write comment.