Hex #fcf5c8 Color

#fcf5c8
equivalent to

RGB

(252, 245, 200)

Details of #fcf5c8

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
252
83.2226
0.14
0.00
96.0674
90.1704
52°
94.9581
245
90.1704
0.90
0.03
-4.7081
0.3452
21°
-9.7362
200
67.6619
0.89
0.21   0.01
22.5493
0.3741
99°
24.2378

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111100
374
252
FC
Green
11110101
365
245
F5
Blue
11001000
310
200
C8

RGB in % of #fcf5c8

%36.15
%35.15
%28.69

CMYK in % of #fcf5c8

%0
%3
%21
%1

Triads of color #fcf5c8

#fcf5c8 #f5c8fc #c8fcc8

Similar Colors to #fcf5c8

#fcf5c8 #fcdbc8 #e9fcc8

Preview Color #fcf5c8 on black ground

#fcf5c8 is very interesting for text.

Preview Color #fcf5c8 on white ground

#fcf5c8 is very interesting for text.

CSS Codes #fcf5c8 color

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

Text Font Color #fcf5c8

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

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

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

This div background color is #fcf5c8


Border Color #fcf5c8

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

The color of this border is #fcf5c8


Examples Css3

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

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 #fcf5c8">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fcf5c8