Color Hex Logo

#fea2ca Color Hex

#FEA2CA
(254,162,202)
0 Favorites   0 Comments

Color spaces of #fea2ca

RGB 254162202
HSL0.930.980.82
HSV334°36°100°
CMYK 0.000.360.20   0.00
XYZ64.454151.175862.3579
Yxy51.17580.36210.2875
Hunter Lab71.537335.6359-1.6061
CIE-Lab76.785439.3423-6.1141

#fea2ca color RGB value is (254,162,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 11001010
Octal 376 242 312
Decimal 254 162 202
Hex FE A2 CA

RGB Percentages of Color #fea2ca

%41.10
%26.21
%32.69

CMYK Percentages of Color #fea2ca

%0
%36
%20
%0

Triadic Colors of #fea2ca

#fea2ca #cafea2 #a2cafe

Analogous Colors of #fea2ca

#fea2ca #fea8a2 #fea2f8

Monochromatic Colors of #fea2ca

#fea2ca

Complementary Color

#fea2ca #a2fed6

#fea2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea2ca Color CSS Codes

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

#fea2ca Text Font Color

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

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


#fea2ca Background Color

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

This div background color is #fea2ca


#fea2ca Border Color

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

This div border color is #fea2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea2ca


Comments

No comments written yet.

Please login to write comment.