Color Hex Logo

#fecaab Color Hex

#FECAAB
(254,202,171)
0 Favorites   0 Comments

Color spaces of #fecaab

RGB 254202171
HSL0.060.980.83
HSV22°33°100°
CMYK 0.000.200.33   0.00
XYZ69.344366.252247.6612
Yxy66.25220.37840.3615
Hunter Lab81.39559.629822.2595
CIE-Lab85.124914.235922.4974

#fecaab color RGB value is (254,202,171).

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

The process color (four color CMYK) of #fecaab color hex is 0.00, 0.20, 0.33, 0.00. Web safe color of #fecaab is #ffcc99. Color #fecaab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 10101011
Octal 376 312 253
Decimal 254 202 171
Hex FE CA AB

RGB Percentages of Color #fecaab

%40.51
%32.22
%27.27

CMYK Percentages of Color #fecaab

%0
%20
%33
%0

Triadic Colors of #fecaab

#fecaab #abfeca #caabfe

Analogous Colors of #fecaab

#fecaab #fef4ab #feabb6

Monochromatic Colors of #fecaab

#fecaab

Complementary Color

#fecaab #abdffe

#fecaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecaab Color CSS Codes

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

#fecaab Text Font Color

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

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


#fecaab Background Color

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

This div background color is #fecaab


#fecaab Border Color

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

This div border color is #fecaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecaab

Related Colors


Comments

No comments written yet.

Please login to write comment.