Color Hex Logo

#fcf2eb Color Hex

#FCF2EB
(252,242,235)
0 Favorites   0 Comments

Color spaces of #fcf2eb

RGB 252242235
HSL0.070.740.95
HSV25°99°
CMYK 0.000.040.07   0.01
XYZ86.892490.197991.4275
Yxy90.19790.32360.3359
Hunter Lab94.9726-2.88869.4039
CIE-Lab96.07882.17294.5551

#fcf2eb color RGB value is (252,242,235).

#fcf2eb hex color red value is 252, green value is 242 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fcf2eb hue: 0.07 , saturation: 0.74 and the lightness value of fcf2eb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 11101011
Octal 374 362 353
Decimal 252 242 235
Hex FC F2 EB

RGB Percentages of Color #fcf2eb

%34.57
%33.20
%32.24

CMYK Percentages of Color #fcf2eb

%0
%4
%7
%1

Triadic Colors of #fcf2eb

#fcf2eb #ebfcf2 #f2ebfc

Analogous Colors of #fcf2eb

#fcf2eb #fcfbeb #fcebed

Monochromatic Colors of #fcf2eb

#fcf2eb

Complementary Color

#fcf2eb #ebf5fc

#fcf2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf2eb Color CSS Codes

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

#fcf2eb Text Font Color

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

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


#fcf2eb Background Color

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

This div background color is #fcf2eb


#fcf2eb Border Color

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

This div border color is #fcf2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf2eb

Related Colors


Comments

No comments written yet.

Please login to write comment.