Color Hex Logo

#fce0d3 Color Hex

#FCE0D3
(252,224,211)
0 Favorites   0 Comments

Color spaces of #fce0d3

RGB 252224211
HSL0.050.870.91
HSV19°16°99°
CMYK 0.000.110.16   0.01
XYZ78.558478.709972.6801
Yxy78.70990.34160.3423
Hunter Lab88.71862.800313.5314
CIE-Lab91.10297.58229.8707

#fce0d3 color RGB value is (252,224,211).

#fce0d3 hex color red value is 252, green value is 224 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fce0d3 hue: 0.05 , saturation: 0.87 and the lightness value of fce0d3 is 0.91.

The process color (four color CMYK) of #fce0d3 color hex is 0.00, 0.11, 0.16, 0.01. Web safe color of #fce0d3 is #ffcccc. Color #fce0d3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 11010011
Octal 374 340 323
Decimal 252 224 211
Hex FC E0 D3

RGB Percentages of Color #fce0d3

%36.68
%32.61
%30.71

CMYK Percentages of Color #fce0d3

%0
%11
%16
%1

Triadic Colors of #fce0d3

#fce0d3 #d3fce0 #e0d3fc

Analogous Colors of #fce0d3

#fce0d3 #fcf5d3 #fcd3db

Monochromatic Colors of #fce0d3

#fce0d3

Complementary Color

#fce0d3 #d3effc

#fce0d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce0d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce0d3 Color CSS Codes

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

#fce0d3 Text Font Color

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

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


#fce0d3 Background Color

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

This div background color is #fce0d3


#fce0d3 Border Color

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

This div border color is #fce0d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce0d3

Related Colors


Comments

No comments written yet.

Please login to write comment.