Color Hex Logo

#fcf0ee Color Hex

#FCF0EE
(252,240,238)
0 Favorites   0 Comments

Color spaces of #fcf0ee

RGB 252240238
HSL0.020.700.96
HSV99°
CMYK 0.000.050.06   0.01
XYZ86.737689.188793.5325
Yxy89.18870.32190.3310
Hunter Lab94.4398-1.32747.3874
CIE-Lab95.65923.69302.3946

#fcf0ee color RGB value is (252,240,238).

#fcf0ee hex color red value is 252, green value is 240 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fcf0ee hue: 0.02 , saturation: 0.70 and the lightness value of fcf0ee is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 11101110
Octal 374 360 356
Decimal 252 240 238
Hex FC F0 EE

RGB Percentages of Color #fcf0ee

%34.52
%32.88
%32.60

CMYK Percentages of Color #fcf0ee

%0
%5
%6
%1

Triadic Colors of #fcf0ee

#fcf0ee #eefcf0 #f0eefc

Analogous Colors of #fcf0ee

#fcf0ee #fcf7ee #fceef3

Monochromatic Colors of #fcf0ee

#fcf0ee

Complementary Color

#fcf0ee #eefafc

#fcf0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf0ee Color CSS Codes

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

#fcf0ee Text Font Color

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

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


#fcf0ee Background Color

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

This div background color is #fcf0ee


#fcf0ee Border Color

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

This div border color is #fcf0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf0ee

Related Colors


Comments

No comments written yet.

Please login to write comment.