Color Hex Logo

#fea8cb Color Hex

#FEA8CB
(254,168,203)
0 Favorites   0 Comments

Color spaces of #fea8cb

RGB 254168203
HSL0.930.980.83
HSV336°34°100°
CMYK 0.000.340.20   0.00
XYZ65.655253.387963.3444
Yxy53.38790.36000.2927
Hunter Lab73.067032.5259-0.2537
CIE-Lab78.103536.3728-4.7128

#fea8cb color RGB value is (254,168,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 11001011
Octal 376 250 313
Decimal 254 168 203
Hex FE A8 CB

RGB Percentages of Color #fea8cb

%40.64
%26.88
%32.48

CMYK Percentages of Color #fea8cb

%0
%34
%20
%0

Triadic Colors of #fea8cb

#fea8cb #cbfea8 #a8cbfe

Analogous Colors of #fea8cb

#fea8cb #feb0a8 #fea8f6

Monochromatic Colors of #fea8cb

#fea8cb

Complementary Color

#fea8cb #a8fedb

#fea8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea8cb Color CSS Codes

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

#fea8cb Text Font Color

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

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


#fea8cb Background Color

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

This div background color is #fea8cb


#fea8cb Border Color

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

This div border color is #fea8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea8cb

Related Colors


Comments

No comments written yet.

Please login to write comment.