Color Hex Logo

#fecace Color Hex

#FECACE
(254,202,206)
0 Favorites   0 Comments

Color spaces of #fecace

RGB 254202206
HSL0.990.960.89
HSV355°20°100°
CMYK 0.000.200.19   0.00
XYZ73.134267.768167.6185
Yxy67.76810.35070.3250
Hunter Lab82.321414.51678.9244
CIE-Lab85.890418.99175.0392

#fecace color RGB value is (254,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11001110
Octal 376 312 316
Decimal 254 202 206
Hex FE CA CE

RGB Percentages of Color #fecace

%38.37
%30.51
%31.12

CMYK Percentages of Color #fecace

%0
%20
%19
%0

Triadic Colors of #fecace

#fecace #cefeca #cacefe

Analogous Colors of #fecace

#fecace #fee0ca #fecae8

Monochromatic Colors of #fecace

#fecace

Complementary Color

#fecace #cafefa

#fecace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecace Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecace Color CSS Codes

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

#fecace Text Font Color

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

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


#fecace Background Color

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

This div background color is #fecace


#fecace Border Color

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

This div border color is #fecace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecace

Related Colors


Comments

No comments written yet.

Please login to write comment.