Color Hex Logo

#feceee Color Hex

#FECEEE
(254,206,238)
0 Favorites   0 Comments

Color spaces of #feceee

RGB 254206238
HSL0.890.960.90
HSV320°19°100°
CMYK 0.000.190.06   0.00
XYZ78.377071.386590.5370
Yxy71.38650.32620.2971
Hunter Lab84.490517.7257-4.3896
CIE-Lab87.672422.0070-9.3240

#feceee color RGB value is (254,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11101110
Octal 376 316 356
Decimal 254 206 238
Hex FE CE EE

RGB Percentages of Color #feceee

%36.39
%29.51
%34.10

CMYK Percentages of Color #feceee

%0
%19
%6
%0

Triadic Colors of #feceee

#feceee #eefece #ceeefe

Analogous Colors of #feceee

#feceee #feced6 #f6cefe

Monochromatic Colors of #feceee

#feceee

Complementary Color

#feceee #cefede

#feceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feceee Color CSS Codes

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

#feceee Text Font Color

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

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


#feceee Background Color

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

This div background color is #feceee


#feceee Border Color

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

This div border color is #feceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feceee

Related Colors


Comments

No comments written yet.

Please login to write comment.