Color Hex Logo

#fefac1 Color Hex

#FEFAC1
(254,250,193)
2 Favorites   0 Comments

Color spaces of #fefac1

RGB 254250193
HSL0.160.970.88
HSV56°24°100°
CMYK 0.000.020.24   0.00
XYZ84.684393.292363.9960
Yxy93.29230.35000.3855
Hunter Lab96.5879-12.527528.3279
CIE-Lab97.3461-7.435527.8937

#fefac1 color RGB value is (254,250,193).

#fefac1 hex color red value is 254, green value is 250 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fefac1 hue: 0.16 , saturation: 0.97 and the lightness value of fefac1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11000001
Octal 376 372 301
Decimal 254 250 193
Hex FE FA C1

RGB Percentages of Color #fefac1

%36.44
%35.87
%27.69

CMYK Percentages of Color #fefac1

%0
%2
%24
%0

Triadic Colors of #fefac1

#fefac1 #c1fefa #fac1fe

Analogous Colors of #fefac1

#fefac1 #e4fec1 #fedcc1

Monochromatic Colors of #fefac1

#fefac1

Complementary Color

#fefac1 #c1c5fe

#fefac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefac1 Color CSS Codes

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

#fefac1 Text Font Color

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

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


#fefac1 Background Color

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

This div background color is #fefac1


#fefac1 Border Color

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

This div border color is #fefac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefac1

Related Colors


Comments

No comments written yet.

Please login to write comment.