Color Hex Logo

#feceec Color Hex

#FECEEC
(254,206,236)
0 Favorites   0 Comments

Color spaces of #feceec

RGB 254206236
HSL0.900.960.90
HSV323°19°100°
CMYK 0.000.190.07   0.00
XYZ78.084771.269688.9978
Yxy71.26960.32760.2990
Hunter Lab84.421317.3646-3.4092
CIE-Lab87.615821.6675-8.3498

#feceec color RGB value is (254,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11101100
Octal 376 316 354
Decimal 254 206 236
Hex FE CE EC

RGB Percentages of Color #feceec

%36.49
%29.60
%33.91

CMYK Percentages of Color #feceec

%0
%19
%7
%0

Triadic Colors of #feceec

#feceec #ecfece #ceecfe

Analogous Colors of #feceec

#feceec #feced4 #f8cefe

Monochromatic Colors of #feceec

#feceec

Complementary Color

#feceec #cefee0

#feceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#feceec Color CSS Codes

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

#feceec Text Font Color

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

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


#feceec Background Color

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

This div background color is #feceec


#feceec Border Color

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

This div border color is #feceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feceec

Related Colors


Comments

No comments written yet.

Please login to write comment.