Color Hex Logo

#fcefef Color Hex

#FCEFEF
(252,239,239)
0 Favorites   0 Comments

Color spaces of #fcefef

RGB 252239239
HSL0.000.680.96
HSV99°
CMYK 0.000.050.05   0.01
XYZ86.591488.660494.2107
Yxy88.66040.32130.3290
Hunter Lab94.1597-0.62666.5896
CIE-Lab95.43834.37261.5553

#fcefef color RGB value is (252,239,239).

#fcefef hex color red value is 252, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fcefef hue: 0.00 , saturation: 0.68 and the lightness value of fcefef is 0.96.

The process color (four color CMYK) of #fcefef color hex is 0.00, 0.05, 0.05, 0.01. Web safe color of #fcefef is #ffffff. Color #fcefef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11101111
Octal 374 357 357
Decimal 252 239 239
Hex FC EF EF

RGB Percentages of Color #fcefef

%34.52
%32.74
%32.74

CMYK Percentages of Color #fcefef

%0
%5
%5
%1

Triadic Colors of #fcefef

#fcefef #effcef #efeffc

Analogous Colors of #fcefef

#fcefef #fcf6ef #fceff6

Monochromatic Colors of #fcefef

#fcefef

Complementary Color

#fcefef #effcfc

#fcefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefef Color CSS Codes

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

#fcefef Text Font Color

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

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


#fcefef Background Color

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

This div background color is #fcefef


#fcefef Border Color

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

This div border color is #fcefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefef

#fcefef Color Palettes


Comments

No comments written yet.

Please login to write comment.