Color Hex Logo

#feface Color Hex

#FEFACE
(254,250,206)
0 Favorites   0 Comments

Color spaces of #feface

RGB 254250206
HSL0.150.960.90
HSV55°19°100°
CMYK 0.000.020.19   0.00
XYZ86.199293.898371.9735
Yxy93.89830.34200.3725
Hunter Lab96.9011-10.790823.7930
CIE-Lab97.5910-5.639121.6254

#feface color RGB value is (254,250,206).

#feface hex color red value is 254, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #feface hue: 0.15 , saturation: 0.96 and the lightness value of feface is 0.90.

The process color (four color CMYK) of #feface color hex is 0.00, 0.02, 0.19, 0.00. Web safe color of #feface is #ffffcc. Color #feface contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11001110
Octal 376 372 316
Decimal 254 250 206
Hex FE FA CE

RGB Percentages of Color #feface

%35.77
%35.21
%29.01

CMYK Percentages of Color #feface

%0
%2
%19
%0

Triadic Colors of #feface

#feface #cefefa #facefe

Analogous Colors of #feface

#feface #eafece #fee2ce

Monochromatic Colors of #feface

#feface

Complementary Color

#feface #ced2fe

#feface Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feface Color Preview on White Background

Lorem ipsum dolor sit amet.

#feface Color CSS Codes

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

#feface Text Font Color

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

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


#feface Background Color

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

This div background color is #feface


#feface Border Color

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

This div border color is #feface


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feface

Related Colors


Comments

No comments written yet.

Please login to write comment.