Hex #fce9dc Color

#fce9dc
equivalent to

RGB

(252, 233, 220)

Details of #fce9dc

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
252
82.2021
0.07
0.00
93.5115
84.1406
24°
91.7282
233
84.1406
0.84
0.08
4.3453
0.3342
13°
-0.5613
220
79.6184
0.93
0.13   0.01
8.6297
0.3421
99°
12.7645

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111100
374
252
FC
Green
11101001
351
233
E9
Blue
11011100
334
220
DC

RGB in % of #fce9dc

%35.74
%33.05
%31.21

CMYK in % of #fce9dc

%0
%8
%13
%1

Triads of color #fce9dc

#fce9dc #e9dcfc #dcfcdc

Similar Colors to #fce9dc

#fce9dc #fcdcdf #fcf9dc

Preview Color #fce9dc on black ground

#fce9dc is very interesting for text.

Preview Color #fce9dc on white ground

#fce9dc is very interesting for text.

CSS Codes #fce9dc color

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

Text Font Color #fce9dc

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

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


Background Color #fce9dc

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

This div background color is #fce9dc


Border Color #fce9dc

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

The color of this border is #fce9dc


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fce9dc