Color Hex Logo

#fcdfda Color Hex

#FCDFDA
(252,223,218)
0 Favorites   0 Comments

Color spaces of #fcdfda

RGB 252223218
HSL0.020.850.92
HSV13°99°
CMYK 0.000.120.13   0.01
XYZ79.187478.532877.3144
Yxy78.53280.33690.3341
Hunter Lab88.61874.420210.3062
CIE-Lab91.02259.17776.0933

#fcdfda color RGB value is (252,223,218).

#fcdfda hex color red value is 252, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fcdfda hue: 0.02 , saturation: 0.85 and the lightness value of fcdfda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 11011010
Octal 374 337 332
Decimal 252 223 218
Hex FC DF DA

RGB Percentages of Color #fcdfda

%36.36
%32.18
%31.46

CMYK Percentages of Color #fcdfda

%0
%12
%13
%1

Triadic Colors of #fcdfda

#fcdfda #dafcdf #dfdafc

Analogous Colors of #fcdfda

#fcdfda #fcf0da #fcdae6

Monochromatic Colors of #fcdfda

#fcdfda

Complementary Color

#fcdfda #daf7fc

#fcdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfda Color CSS Codes

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

#fcdfda Text Font Color

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

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


#fcdfda Background Color

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

This div background color is #fcdfda


#fcdfda Border Color

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

This div border color is #fcdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfda


Comments

No comments written yet.

Please login to write comment.