Color Hex Logo

#fee6ea Color Hex

#FEE6EA
(254,230,234)
0 Favorites   0 Comments

Color spaces of #fee6ea

RGB 254230234
HSL0.970.920.95
HSV350°100°
CMYK 0.000.090.08   0.00
XYZ84.021183.605089.5509
Yxy83.60500.32670.3251
Hunter Lab91.43584.01265.9373
CIE-Lab93.27878.83731.0272

#fee6ea color RGB value is (254,230,234).

#fee6ea hex color red value is 254, green value is 230 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fee6ea hue: 0.97 , saturation: 0.92 and the lightness value of fee6ea is 0.95.

The process color (four color CMYK) of #fee6ea color hex is 0.00, 0.09, 0.08, 0.00. Web safe color of #fee6ea is #ffffff. Color #fee6ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 11101010
Octal 376 346 352
Decimal 254 230 234
Hex FE E6 EA

RGB Percentages of Color #fee6ea

%35.38
%32.03
%32.59

CMYK Percentages of Color #fee6ea

%0
%9
%8
%0

Triadic Colors of #fee6ea

#fee6ea #eafee6 #e6eafe

Analogous Colors of #fee6ea

#fee6ea #feeee6 #fee6f6

Monochromatic Colors of #fee6ea

#fee6ea

Complementary Color

#fee6ea #e6fefa

#fee6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee6ea Color CSS Codes

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

#fee6ea Text Font Color

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

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


#fee6ea Background Color

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

This div background color is #fee6ea


#fee6ea Border Color

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

This div border color is #fee6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee6ea

#fee6ea Color Palettes


Comments

No comments written yet.

Please login to write comment.