Color Hex Logo

#fef7f1 Color Hex

#FEF7F1
(254,247,241)
0 Favorites   0 Comments

Color spaces of #fef7f1

RGB 254247241
HSL0.080.870.97
HSV28°100°
CMYK 0.000.030.05   0.00
XYZ90.011093.943296.6079
Yxy93.94320.32080.3348
Hunter Lab96.9243-3.84948.7506
CIE-Lab97.60911.31423.6951

#fef7f1 color RGB value is (254,247,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 11110001
Octal 376 367 361
Decimal 254 247 241
Hex FE F7 F1

RGB Percentages of Color #fef7f1

%34.23
%33.29
%32.48

CMYK Percentages of Color #fef7f1

%0
%3
%5
%0

Triadic Colors of #fef7f1

#fef7f1 #f1fef7 #f7f1fe

Analogous Colors of #fef7f1

#fef7f1 #fefef1 #fef1f2

Monochromatic Colors of #fef7f1

#fef7f1

Complementary Color

#fef7f1 #f1f8fe

#fef7f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef7f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef7f1 Color CSS Codes

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

#fef7f1 Text Font Color

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

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


#fef7f1 Background Color

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

This div background color is #fef7f1


#fef7f1 Border Color

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

This div border color is #fef7f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef7f1

Related Colors

#fef7f1 Color Palettes


Comments

No comments written yet.

Please login to write comment.