Color Hex Logo

#fec3af Color Hex

#FEC3AF
(254,195,175)
0 Favorites   0 Comments

Color spaces of #fec3af

RGB 254195175
HSL0.040.980.84
HSV15°31°100°
CMYK 0.000.230.31   0.00
XYZ68.126063.196249.1649
Yxy63.19620.37750.3501
Hunter Lab79.496013.851718.9789
CIE-Lab83.545518.392118.1938

#fec3af color RGB value is (254,195,175).

#fec3af hex color red value is 254, green value is 195 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fec3af hue: 0.04 , saturation: 0.98 and the lightness value of fec3af is 0.84.

The process color (four color CMYK) of #fec3af color hex is 0.00, 0.23, 0.31, 0.00. Web safe color of #fec3af is #ffcc99. Color #fec3af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 10101111
Octal 376 303 257
Decimal 254 195 175
Hex FE C3 AF

RGB Percentages of Color #fec3af

%40.71
%31.25
%28.04

CMYK Percentages of Color #fec3af

%0
%23
%31
%0

Triadic Colors of #fec3af

#fec3af #affec3 #c3affe

Analogous Colors of #fec3af

#fec3af #feebaf #feafc3

Monochromatic Colors of #fec3af

#fec3af

Complementary Color

#fec3af #afeafe

#fec3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec3af Color CSS Codes

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

#fec3af Text Font Color

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

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


#fec3af Background Color

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

This div background color is #fec3af


#fec3af Border Color

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

This div border color is #fec3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec3af

Related Colors


Comments

No comments written yet.

Please login to write comment.