Color Hex Logo

#fee4ee Color Hex

#FEE4EE
(254,228,238)
0 Favorites   0 Comments

Color spaces of #fee4ee

RGB 254228238
HSL0.940.930.95
HSV337°10°100°
CMYK 0.000.100.06   0.00
XYZ84.049182.730792.4277
Yxy82.73070.32430.3192
Hunter Lab90.95645.77083.4204
CIE-Lab92.896410.5382-1.6174

#fee4ee color RGB value is (254,228,238).

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

The process color (four color CMYK) of #fee4ee color hex is 0.00, 0.10, 0.06, 0.00. Web safe color of #fee4ee is #ffccff. Color #fee4ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 11101110
Octal 376 344 356
Decimal 254 228 238
Hex FE E4 EE

RGB Percentages of Color #fee4ee

%35.28
%31.67
%33.06

CMYK Percentages of Color #fee4ee

%0
%10
%6
%0

Triadic Colors of #fee4ee

#fee4ee #eefee4 #e4eefe

Analogous Colors of #fee4ee

#fee4ee #fee7e4 #fee4fb

Monochromatic Colors of #fee4ee

#fee4ee

Complementary Color

#fee4ee #e4fef4

#fee4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee4ee Color CSS Codes

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

#fee4ee Text Font Color

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

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


#fee4ee Background Color

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

This div background color is #fee4ee


#fee4ee Border Color

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

This div border color is #fee4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee4ee


Comments

No comments written yet.

Please login to write comment.