Color Hex Logo

#fcdcf4 Color Hex

#FCDCF4
(252,220,244)
0 Favorites   0 Comments

Color spaces of #fcdcf4

RGB 252220244
HSL0.880.840.93
HSV315°13°99°
CMYK 0.000.130.03   0.01
XYZ82.067278.413596.3979
Yxy78.41350.31950.3053
Hunter Lab88.551410.4643-2.5577
CIE-Lab90.968315.0470-7.6153

#fcdcf4 color RGB value is (252,220,244).

#fcdcf4 hex color red value is 252, green value is 220 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #fcdcf4 hue: 0.88 , saturation: 0.84 and the lightness value of fcdcf4 is 0.93.

The process color (four color CMYK) of #fcdcf4 color hex is 0.00, 0.13, 0.03, 0.01. Web safe color of #fcdcf4 is #ffccff. Color #fcdcf4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11110100
Octal 374 334 364
Decimal 252 220 244
Hex FC DC F4

RGB Percentages of Color #fcdcf4

%35.20
%30.73
%34.08

CMYK Percentages of Color #fcdcf4

%0
%13
%3
%1

Triadic Colors of #fcdcf4

#fcdcf4 #f4fcdc #dcf4fc

Analogous Colors of #fcdcf4

#fcdcf4 #fcdce4 #f4dcfc

Monochromatic Colors of #fcdcf4

#fcdcf4

Complementary Color

#fcdcf4 #dcfce4

#fcdcf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcf4 Color CSS Codes

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

#fcdcf4 Text Font Color

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

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


#fcdcf4 Background Color

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

This div background color is #fcdcf4


#fcdcf4 Border Color

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

This div border color is #fcdcf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcf4

Related Colors


Comments

No comments written yet.

Please login to write comment.