Color Hex Logo

#fea2cb Color Hex

#FEA2CB
(254,162,203)
0 Favorites   0 Comments

Color spaces of #fea2cb

RGB 254162203
HSL0.930.980.82
HSV333°36°100°
CMYK 0.000.360.20   0.00
XYZ64.572951.223362.9836
Yxy51.22330.36120.2865
Hunter Lab71.570535.7995-2.0772
CIE-Lab76.814139.4883-6.6182

#fea2cb color RGB value is (254,162,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 11001011
Octal 376 242 313
Decimal 254 162 203
Hex FE A2 CB

RGB Percentages of Color #fea2cb

%41.03
%26.17
%32.79

CMYK Percentages of Color #fea2cb

%0
%36
%20
%0

Triadic Colors of #fea2cb

#fea2cb #cbfea2 #a2cbfe

Analogous Colors of #fea2cb

#fea2cb #fea7a2 #fea2f9

Monochromatic Colors of #fea2cb

#fea2cb

Complementary Color

#fea2cb #a2fed5

#fea2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea2cb Color CSS Codes

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

#fea2cb Text Font Color

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

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


#fea2cb Background Color

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

This div background color is #fea2cb


#fea2cb Border Color

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

This div border color is #fea2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea2cb


Comments

No comments written yet.

Please login to write comment.