Color Hex Logo

#fefacc Color Hex

#FEFACC
(254,250,204)
0 Favorites   0 Comments

Color spaces of #fefacc

RGB 254250204
HSL0.150.960.90
HSV55°20°100°
CMYK 0.000.020.20   0.00
XYZ85.957793.801770.7018
Yxy93.80170.34320.3745
Hunter Lab96.8513-11.066924.5140
CIE-Lab97.5520-5.923522.5904

#fefacc color RGB value is (254,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11001100
Octal 376 372 314
Decimal 254 250 204
Hex FE FA CC

RGB Percentages of Color #fefacc

%35.88
%35.31
%28.81

CMYK Percentages of Color #fefacc

%0
%2
%20
%0

Triadic Colors of #fefacc

#fefacc #ccfefa #faccfe

Analogous Colors of #fefacc

#fefacc #e9fecc #fee1cc

Monochromatic Colors of #fefacc

#fefacc

Complementary Color

#fefacc #ccd0fe

#fefacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefacc Color CSS Codes

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

#fefacc Text Font Color

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

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


#fefacc Background Color

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

This div background color is #fefacc


#fefacc Border Color

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

This div border color is #fefacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefacc

Related Colors


Comments

No comments written yet.

Please login to write comment.