Color Hex Logo

#fea2ce Color Hex

#FEA2CE
(254,162,206)
0 Favorites   0 Comments

Color spaces of #fea2ce

RGB 254162206
HSL0.920.980.82
HSV331°36°100°
CMYK 0.000.360.19   0.00
XYZ64.934051.367764.8851
Yxy51.36770.35840.2835
Hunter Lab71.671336.2959-3.5063
CIE-Lab76.901239.9306-8.1284

#fea2ce color RGB value is (254,162,206).

#fea2ce hex color red value is 254, green value is 162 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fea2ce hue: 0.92 , saturation: 0.98 and the lightness value of fea2ce is 0.82.

The process color (four color CMYK) of #fea2ce color hex is 0.00, 0.36, 0.19, 0.00. Web safe color of #fea2ce is #ff99cc. Color #fea2ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 11001110
Octal 376 242 316
Decimal 254 162 206
Hex FE A2 CE

RGB Percentages of Color #fea2ce

%40.84
%26.05
%33.12

CMYK Percentages of Color #fea2ce

%0
%36
%19
%0

Triadic Colors of #fea2ce

#fea2ce #cefea2 #a2cefe

Analogous Colors of #fea2ce

#fea2ce #fea4a2 #fea2fc

Monochromatic Colors of #fea2ce

#fea2ce

Complementary Color

#fea2ce #a2fed2

#fea2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea2ce Color CSS Codes

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

#fea2ce Text Font Color

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

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


#fea2ce Background Color

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

This div background color is #fea2ce


#fea2ce Border Color

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

This div border color is #fea2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea2ce

Related Colors


Comments

No comments written yet.

Please login to write comment.