Color Hex Logo

#fecaaf Color Hex

#FECAAF
(254,202,175)
0 Favorites   0 Comments

Color spaces of #fecaaf

RGB 254202175
HSL0.060.980.84
HSV21°31°100°
CMYK 0.000.200.31   0.00
XYZ69.731466.407049.7000
Yxy66.40700.37520.3573
Hunter Lab81.490510.134120.8831
CIE-Lab85.203614.732720.4979

#fecaaf color RGB value is (254,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 10101111
Octal 376 312 257
Decimal 254 202 175
Hex FE CA AF

RGB Percentages of Color #fecaaf

%40.25
%32.01
%27.73

CMYK Percentages of Color #fecaaf

%0
%20
%31
%0

Triadic Colors of #fecaaf

#fecaaf #affeca #caaffe

Analogous Colors of #fecaaf

#fecaaf #fef2af #feafbc

Monochromatic Colors of #fecaaf

#fecaaf

Complementary Color

#fecaaf #afe3fe

#fecaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecaaf Color CSS Codes

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

#fecaaf Text Font Color

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

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


#fecaaf Background Color

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

This div background color is #fecaaf


#fecaaf Border Color

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

This div border color is #fecaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecaaf

Related Colors


Comments

No comments written yet.

Please login to write comment.