Color Hex Logo

#fcf2df Color Hex

#FCF2DF
(252,242,223)
0 Favorites   0 Comments

Color spaces of #fcf2df

RGB 252242223
HSL0.110.830.93
HSV39°12°99°
CMYK 0.000.040.12   0.01
XYZ85.216389.527482.6012
Yxy89.52740.33110.3479
Hunter Lab94.6189-4.821314.4738
CIE-Lab95.80040.232410.3534

#fcf2df color RGB value is (252,242,223).

#fcf2df hex color red value is 252, green value is 242 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fcf2df hue: 0.11 , saturation: 0.83 and the lightness value of fcf2df is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 11011111
Octal 374 362 337
Decimal 252 242 223
Hex FC F2 DF

RGB Percentages of Color #fcf2df

%35.15
%33.75
%31.10

CMYK Percentages of Color #fcf2df

%0
%4
%12
%1

Triadic Colors of #fcf2df

#fcf2df #dffcf2 #f2dffc

Analogous Colors of #fcf2df

#fcf2df #f8fcdf #fce4df

Monochromatic Colors of #fcf2df

#fcf2df

Complementary Color

#fcf2df #dfe9fc

#fcf2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf2df Color CSS Codes

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

#fcf2df Text Font Color

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

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


#fcf2df Background Color

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

This div background color is #fcf2df


#fcf2df Border Color

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

This div border color is #fcf2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf2df


Comments

No comments written yet.

Please login to write comment.