Color Hex Logo

#fecade Color Hex

#FECADE
(254,202,222)
0 Favorites   0 Comments

Color spaces of #fecade

RGB 254202222
HSL0.940.960.89
HSV337°20°100°
CMYK 0.000.200.13   0.00
XYZ75.178468.585878.3833
Yxy68.58580.33840.3087
Hunter Lab82.816517.10801.8554
CIE-Lab86.298521.4620-2.8699

#fecade color RGB value is (254,202,222).

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

The process color (four color CMYK) of #fecade color hex is 0.00, 0.20, 0.13, 0.00. Web safe color of #fecade is #ffcccc. Color #fecade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11011110
Octal 376 312 336
Decimal 254 202 222
Hex FE CA DE

RGB Percentages of Color #fecade

%37.46
%29.79
%32.74

CMYK Percentages of Color #fecade

%0
%20
%13
%0

Triadic Colors of #fecade

#fecade #defeca #cadefe

Analogous Colors of #fecade

#fecade #fed0ca #fecaf8

Monochromatic Colors of #fecade

#fecade

Complementary Color

#fecade #cafeea

#fecade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecade Color CSS Codes

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

#fecade Text Font Color

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

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


#fecade Background Color

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

This div background color is #fecade


#fecade Border Color

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

This div border color is #fecade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecade


Comments

No comments written yet.

Please login to write comment.