Color Hex Logo

#fcf0eb Color Hex

#FCF0EB
(252,240,235)
3 Favorites   0 Comments

Color spaces of #fcf0eb

RGB 252240235
HSL0.050.740.95
HSV18°99°
CMYK 0.000.050.07   0.01
XYZ86.300489.013891.2301
Yxy89.01380.32380.3340
Hunter Lab94.3471-1.83158.7118
CIE-Lab95.58623.19163.8416

#fcf0eb color RGB value is (252,240,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 11101011
Octal 374 360 353
Decimal 252 240 235
Hex FC F0 EB

RGB Percentages of Color #fcf0eb

%34.66
%33.01
%32.32

CMYK Percentages of Color #fcf0eb

%0
%5
%7
%1

Triadic Colors of #fcf0eb

#fcf0eb #ebfcf0 #f0ebfc

Analogous Colors of #fcf0eb

#fcf0eb #fcf9eb #fcebef

Monochromatic Colors of #fcf0eb

#fcf0eb

Complementary Color

#fcf0eb #ebf7fc

#fcf0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf0eb Color CSS Codes

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

#fcf0eb Text Font Color

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

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


#fcf0eb Background Color

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

This div background color is #fcf0eb


#fcf0eb Border Color

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

This div border color is #fcf0eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,240,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 #fcf0eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf0eb


Comments

No comments written yet.

Please login to write comment.