Color Hex Logo

#fcf8dc Color Hex

#FCF8DC
(252,248,220)
0 Favorites   0 Comments

Color spaces of #fcf8dc

RGB 252248220
HSL0.150.840.93
HSV53°13°99°
CMYK 0.000.020.13   0.01
XYZ86.630692.997681.0946
Yxy92.99760.33230.3567
Hunter Lab96.4353-8.410017.6464
CIE-Lab97.2266-3.262513.9283

#fcf8dc color RGB value is (252,248,220).

#fcf8dc hex color red value is 252, green value is 248 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fcf8dc hue: 0.15 , saturation: 0.84 and the lightness value of fcf8dc is 0.93.

The process color (four color CMYK) of #fcf8dc color hex is 0.00, 0.02, 0.13, 0.01. Web safe color of #fcf8dc is #ffffcc. Color #fcf8dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 11011100
Octal 374 370 334
Decimal 252 248 220
Hex FC F8 DC

RGB Percentages of Color #fcf8dc

%35.00
%34.44
%30.56

CMYK Percentages of Color #fcf8dc

%0
%2
%13
%1

Triadic Colors of #fcf8dc

#fcf8dc #dcfcf8 #f8dcfc

Analogous Colors of #fcf8dc

#fcf8dc #f0fcdc #fce8dc

Monochromatic Colors of #fcf8dc

#fcf8dc

Complementary Color

#fcf8dc #dce0fc

#fcf8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf8dc Color CSS Codes

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

#fcf8dc Text Font Color

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

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


#fcf8dc Background Color

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

This div background color is #fcf8dc


#fcf8dc Border Color

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

This div border color is #fcf8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf8dc

Related Colors


Comments

No comments written yet.

Please login to write comment.