Color Hex Logo

#fce4df Color Hex

#FCE4DF
(252,228,223)
0 Favorites   0 Comments

Color spaces of #fce4df

RGB 252228223
HSL0.030.830.93
HSV10°12°99°
CMYK 0.000.100.12   0.01
XYZ81.207681.510081.2649
Yxy81.51000.33280.3341
Hunter Lab90.28292.56209.8303
CIE-Lab92.35827.38785.4076

#fce4df color RGB value is (252,228,223).

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

The process color (four color CMYK) of #fce4df color hex is 0.00, 0.10, 0.12, 0.01. Web safe color of #fce4df is #ffcccc. Color #fce4df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 11011111
Octal 374 344 337
Decimal 252 228 223
Hex FC E4 DF

RGB Percentages of Color #fce4df

%35.85
%32.43
%31.72

CMYK Percentages of Color #fce4df

%0
%10
%12
%1

Triadic Colors of #fce4df

#fce4df #dffce4 #e4dffc

Analogous Colors of #fce4df

#fce4df #fcf3df #fcdfe9

Monochromatic Colors of #fce4df

#fce4df

Complementary Color

#fce4df #dff7fc

#fce4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce4df Color CSS Codes

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

#fce4df Text Font Color

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

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


#fce4df Background Color

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

This div background color is #fce4df


#fce4df Border Color

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

This div border color is #fce4df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,228,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 #fce4df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce4df

Related Colors


Comments

No comments written yet.

Please login to write comment.