Color Hex Logo

#feeef1 Color Hex

#FEEEF1
(254,238,241)
0 Favorites   0 Comments

Color spaces of #feeef1

RGB 254238241
HSL0.970.890.96
HSV349°100°
CMYK 0.000.060.05   0.00
XYZ87.324888.570895.7124
Yxy88.57080.32150.3261
Hunter Lab94.11210.93075.5802
CIE-Lab95.40085.89900.4833

#feeef1 color RGB value is (254,238,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11110001
Octal 376 356 361
Decimal 254 238 241
Hex FE EE F1

RGB Percentages of Color #feeef1

%34.65
%32.47
%32.88

CMYK Percentages of Color #feeef1

%0
%6
%5
%0

Triadic Colors of #feeef1

#feeef1 #f1feee #eef1fe

Analogous Colors of #feeef1

#feeef1 #fef3ee #feeef9

Monochromatic Colors of #feeef1

#feeef1

Complementary Color

#feeef1 #eefefb

#feeef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeef1 Color CSS Codes

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

#feeef1 Text Font Color

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

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


#feeef1 Background Color

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

This div background color is #feeef1


#feeef1 Border Color

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

This div border color is #feeef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeef1

Related Colors

#feeef1 Color Palettes


Comments

No comments written yet.

Please login to write comment.