Color Hex Logo

#fcf2d1 Color Hex

#FCF2D1
(252,242,209)
1 Favorites   0 Comments

Color spaces of #fcf2d1

RGB 252242209
HSL0.130.880.90
HSV46°17°99°
CMYK 0.000.040.17   0.01
XYZ83.405688.803273.0664
Yxy88.80320.34000.3621
Hunter Lab94.2354-6.925819.9937
CIE-Lab95.4981-1.904017.1396

#fcf2d1 color RGB value is (252,242,209).

#fcf2d1 hex color red value is 252, green value is 242 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #fcf2d1 hue: 0.13 , saturation: 0.88 and the lightness value of fcf2d1 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 11010001
Octal 374 362 321
Decimal 252 242 209
Hex FC F2 D1

RGB Percentages of Color #fcf2d1

%35.85
%34.42
%29.73

CMYK Percentages of Color #fcf2d1

%0
%4
%17
%1

Triadic Colors of #fcf2d1

#fcf2d1 #d1fcf2 #f2d1fc

Analogous Colors of #fcf2d1

#fcf2d1 #f1fcd1 #fcddd1

Monochromatic Colors of #fcf2d1

#fcf2d1

Complementary Color

#fcf2d1 #d1dbfc

#fcf2d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf2d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf2d1 Color CSS Codes

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

#fcf2d1 Text Font Color

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

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


#fcf2d1 Background Color

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

This div background color is #fcf2d1


#fcf2d1 Border Color

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

This div border color is #fcf2d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf2d1

Related Colors


Comments

No comments written yet.

Please login to write comment.