Color Hex Logo

#fcdcfa Color Hex

#FCDCFA
(252,220,250)
0 Favorites   0 Comments

Color spaces of #fcdcfa

RGB 252220250
HSL0.840.840.93
HSV304°13°99°
CMYK 0.000.130.01   0.01
XYZ82.993478.7840101.2751
Yxy78.78400.31550.2995
Hunter Lab88.760411.5719-5.5173
CIE-Lab91.136516.1064-10.5109

#fcdcfa color RGB value is (252,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11111010
Octal 374 334 372
Decimal 252 220 250
Hex FC DC FA

RGB Percentages of Color #fcdcfa

%34.90
%30.47
%34.63

CMYK Percentages of Color #fcdcfa

%0
%13
%1
%1

Triadic Colors of #fcdcfa

#fcdcfa #fafcdc #dcfafc

Analogous Colors of #fcdcfa

#fcdcfa #fcdcea #eedcfc

Monochromatic Colors of #fcdcfa

#fcdcfa

Complementary Color

#fcdcfa #dcfcde

#fcdcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcfa Color CSS Codes

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

#fcdcfa Text Font Color

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

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


#fcdcfa Background Color

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

This div background color is #fcdcfa


#fcdcfa Border Color

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

This div border color is #fcdcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.