Color Hex Logo

#fcdfc1 Color Hex

#FCDFC1
(252,223,193)
0 Favorites   0 Comments

Color spaces of #fcdfc1

RGB 252223193
HSL0.080.910.87
HSV31°23°99°
CMYK 0.000.120.23   0.01
XYZ76.158277.321161.3626
Yxy77.32110.35450.3599
Hunter Lab87.93240.717020.1779
CIE-Lab90.46925.485218.3671

#fcdfc1 color RGB value is (252,223,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 11000001
Octal 374 337 301
Decimal 252 223 193
Hex FC DF C1

RGB Percentages of Color #fcdfc1

%37.72
%33.38
%28.89

CMYK Percentages of Color #fcdfc1

%0
%12
%23
%1

Triadic Colors of #fcdfc1

#fcdfc1 #c1fcdf #dfc1fc

Analogous Colors of #fcdfc1

#fcdfc1 #fcfcc1 #fcc2c1

Monochromatic Colors of #fcdfc1

#fcdfc1

Complementary Color

#fcdfc1 #c1defc

#fcdfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfc1 Color CSS Codes

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

#fcdfc1 Text Font Color

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

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


#fcdfc1 Background Color

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

This div background color is #fcdfc1


#fcdfc1 Border Color

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

This div border color is #fcdfc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfc1


Comments

No comments written yet.

Please login to write comment.