Color Hex Logo

#fecaee Color Hex

#FECAEE
(254,202,238)
0 Favorites   0 Comments

Color spaces of #fecaee

RGB 254202238
HSL0.880.960.89
HSV318°20°100°
CMYK 0.000.200.06   0.00
XYZ77.426269.484990.2201
Yxy69.48490.32650.2930
Hunter Lab83.357619.9228-5.8208
CIE-Lab86.743624.1070-10.7058

#fecaee color RGB value is (254,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11101110
Octal 376 312 356
Decimal 254 202 238
Hex FE CA EE

RGB Percentages of Color #fecaee

%36.60
%29.11
%34.29

CMYK Percentages of Color #fecaee

%0
%20
%6
%0

Triadic Colors of #fecaee

#fecaee #eefeca #caeefe

Analogous Colors of #fecaee

#fecaee #fecad4 #f4cafe

Monochromatic Colors of #fecaee

#fecaee

Complementary Color

#fecaee #cafeda

#fecaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecaee Color CSS Codes

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

#fecaee Text Font Color

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

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


#fecaee Background Color

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

This div background color is #fecaee


#fecaee Border Color

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

This div border color is #fecaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecaee


Comments

No comments written yet.

Please login to write comment.