Color Hex Logo

#fce6df Color Hex

#FCE6DF
(252,230,223)
3 Favorites   0 Comments

Color spaces of #fce6df

RGB 252230223
HSL0.040.830.93
HSV14°12°99°
CMYK 0.000.090.12   0.01
XYZ81.761082.616881.4494
Yxy82.61680.33260.3361
Hunter Lab90.89381.500610.4962
CIE-Lab92.84646.35866.1122

#fce6df color RGB value is (252,230,223).

#fce6df hex color red value is 252, green value is 230 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fce6df hue: 0.04 , saturation: 0.83 and the lightness value of fce6df is 0.93.

The process color (four color CMYK) of #fce6df color hex is 0.00, 0.09, 0.12, 0.01. Web safe color of #fce6df is #ffffcc. Color #fce6df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 11011111
Octal 374 346 337
Decimal 252 230 223
Hex FC E6 DF

RGB Percentages of Color #fce6df

%35.74
%32.62
%31.63

CMYK Percentages of Color #fce6df

%0
%9
%12
%1

Triadic Colors of #fce6df

#fce6df #dffce6 #e6dffc

Analogous Colors of #fce6df

#fce6df #fcf5df #fcdfe7

Monochromatic Colors of #fce6df

#fce6df

Complementary Color

#fce6df #dff5fc

#fce6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce6df Color CSS Codes

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

#fce6df Text Font Color

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

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


#fce6df Background Color

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

This div background color is #fce6df


#fce6df Border Color

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

This div border color is #fce6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce6df


Comments

No comments written yet.

Please login to write comment.