Color Hex Logo

#fefcbf Color Hex

#FEFCBF
(254,252,191)
0 Favorites   0 Comments

Color spaces of #fefcbf

RGB 254252191
HSL0.160.970.87
HSV58°25°100°
CMYK 0.000.010.25   0.00
XYZ85.087494.453263.0369
Yxy94.45320.35080.3894
Hunter Lab97.1870-13.800329.5746
CIE-Lab97.8143-8.691529.5421

#fefcbf color RGB value is (254,252,191).

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

The process color (four color CMYK) of #fefcbf color hex is 0.00, 0.01, 0.25, 0.00. Web safe color of #fefcbf is #ffffcc. Color #fefcbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10111111
Octal 376 374 277
Decimal 254 252 191
Hex FE FC BF

RGB Percentages of Color #fefcbf

%36.44
%36.15
%27.40

CMYK Percentages of Color #fefcbf

%0
%1
%25
%0

Triadic Colors of #fefcbf

#fefcbf #bffefc #fcbffe

Analogous Colors of #fefcbf

#fefcbf #e1febf #feddbf

Monochromatic Colors of #fefcbf

#fefcbf

Complementary Color

#fefcbf #bfc1fe

#fefcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcbf Color CSS Codes

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

#fefcbf Text Font Color

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

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


#fefcbf Background Color

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

This div background color is #fefcbf


#fefcbf Border Color

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

This div border color is #fefcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcbf

Related Colors

#fefcbf Color Palettes


Comments

No comments written yet.

Please login to write comment.