Color Hex Logo

#feceaf Color Hex

#FECEAF
(254,206,175)
0 Favorites   0 Comments

Color spaces of #feceaf

RGB 254206175
HSL0.070.980.84
HSV24°31°100°
CMYK 0.000.190.31   0.00
XYZ70.682268.308650.0170
Yxy68.30860.37400.3614
Hunter Lab82.64908.019121.9736
CIE-Lab86.160512.648421.8211

#feceaf color RGB value is (254,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10101111
Octal 376 316 257
Decimal 254 206 175
Hex FE CE AF

RGB Percentages of Color #feceaf

%40.00
%32.44
%27.56

CMYK Percentages of Color #feceaf

%0
%19
%31
%0

Triadic Colors of #feceaf

#feceaf #affece #ceaffe

Analogous Colors of #feceaf

#feceaf #fef6af #feafb8

Monochromatic Colors of #feceaf

#feceaf

Complementary Color

#feceaf #afdffe

#feceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feceaf Color CSS Codes

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

#feceaf Text Font Color

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

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


#feceaf Background Color

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

This div background color is #feceaf


#feceaf Border Color

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

This div border color is #feceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feceaf

Related Colors

#feceaf Color Palettes


Comments

No comments written yet.

Please login to write comment.