Color Hex Logo

#fcefd2 Color Hex

#FCEFD2
(252,239,210)
0 Favorites   0 Comments

Color spaces of #fcefd2

RGB 252239210
HSL0.120.880.91
HSV41°17°99°
CMYK 0.000.050.17   0.01
XYZ82.644287.081673.4254
Yxy87.08160.33990.3581
Hunter Lab93.3175-5.221918.6709
CIE-Lab94.7729-0.239015.6029

#fcefd2 color RGB value is (252,239,210).

#fcefd2 hex color red value is 252, green value is 239 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #fcefd2 hue: 0.12 , saturation: 0.88 and the lightness value of fcefd2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11010010
Octal 374 357 322
Decimal 252 239 210
Hex FC EF D2

RGB Percentages of Color #fcefd2

%35.95
%34.09
%29.96

CMYK Percentages of Color #fcefd2

%0
%5
%17
%1

Triadic Colors of #fcefd2

#fcefd2 #d2fcef #efd2fc

Analogous Colors of #fcefd2

#fcefd2 #f4fcd2 #fcdad2

Monochromatic Colors of #fcefd2

#fcefd2

Complementary Color

#fcefd2 #d2dffc

#fcefd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefd2 Color CSS Codes

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

#fcefd2 Text Font Color

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

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


#fcefd2 Background Color

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

This div background color is #fcefd2


#fcefd2 Border Color

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

This div border color is #fcefd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefd2

Related Colors


Comments

No comments written yet.

Please login to write comment.