Color Hex Logo

#fecfba Color Hex

#FECFBA
(254,207,186)
0 Favorites   0 Comments

Color spaces of #fecfba

RGB 254207186
HSL0.050.970.86
HSV19°27°100°
CMYK 0.000.190.27   0.00
XYZ72.048869.241656.0220
Yxy69.24160.36520.3509
Hunter Lab83.21158.934218.3312
CIE-Lab86.623513.553516.6755

#fecfba color RGB value is (254,207,186).

#fecfba hex color red value is 254, green value is 207 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fecfba hue: 0.05 , saturation: 0.97 and the lightness value of fecfba is 0.86.

The process color (four color CMYK) of #fecfba color hex is 0.00, 0.19, 0.27, 0.00. Web safe color of #fecfba is #ffcccc. Color #fecfba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 10111010
Octal 376 317 272
Decimal 254 207 186
Hex FE CF BA

RGB Percentages of Color #fecfba

%39.26
%31.99
%28.75

CMYK Percentages of Color #fecfba

%0
%19
%27
%0

Triadic Colors of #fecfba

#fecfba #bafecf #cfbafe

Analogous Colors of #fecfba

#fecfba #fef1ba #febac7

Monochromatic Colors of #fecfba

#fecfba

Complementary Color

#fecfba #bae9fe

#fecfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfba Color CSS Codes

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

#fecfba Text Font Color

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

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


#fecfba Background Color

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

This div background color is #fecfba


#fecfba Border Color

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

This div border color is #fecfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfba


Comments

No comments written yet.

Please login to write comment.