Color Hex Logo

#fcdfe4 Color Hex

#FCDFE4
(252,223,228)
2 Favorites   0 Comments

Color spaces of #fcdfe4

RGB 252223228
HSL0.970.830.93
HSV350°12°99°
CMYK 0.000.120.10   0.01
XYZ80.536279.072284.4165
Yxy79.07220.33000.3240
Hunter Lab88.92266.05115.9602
CIE-Lab91.266910.78021.2106

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

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

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

Base Numbers

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

RGB Percentages of Color #fcdfe4

%35.85
%31.72
%32.43

CMYK Percentages of Color #fcdfe4

%0
%12
%10
%1

Triadic Colors of #fcdfe4

#fcdfe4 #e4fcdf #dfe4fc

Analogous Colors of #fcdfe4

#fcdfe4 #fce9df #fcdff3

Monochromatic Colors of #fcdfe4

#fcdfe4

Complementary Color

#fcdfe4 #dffcf7

#fcdfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfe4 Color CSS Codes

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

#fcdfe4 Text Font Color

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

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


#fcdfe4 Background Color

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

This div background color is #fcdfe4


#fcdfe4 Border Color

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

This div border color is #fcdfe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfe4

#fcdfe4 Color Palettes


Comments

No comments written yet.

Please login to write comment.