Color Hex Logo

#fcdafc Color Hex

#FCDAFC
(252,218,252)
0 Favorites   0 Comments

Color spaces of #fcdafc

RGB 252218252
HSL0.830.850.92
HSV300°13°99°
CMYK 0.000.130.00   0.01
XYZ82.787077.8665102.7619
Yxy77.86650.31430.2956
Hunter Lab88.242013.0419-7.2766
CIE-Lab90.718917.5095-12.1815

#fcdafc color RGB value is (252,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11111100
Octal 374 332 374
Decimal 252 218 252
Hex FC DA FC

RGB Percentages of Color #fcdafc

%34.90
%30.19
%34.90

CMYK Percentages of Color #fcdafc

%0
%13
%0
%1

Triadic Colors of #fcdafc

#fcdafc #fcfcda #dafcfc

Analogous Colors of #fcdafc

#fcdafc #fcdaeb #ebdafc

Monochromatic Colors of #fcdafc

#fcdafc

Complementary Color

#fcdafc #dafcda

#fcdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdafc Color CSS Codes

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

#fcdafc Text Font Color

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

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


#fcdafc Background Color

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

This div background color is #fcdafc


#fcdafc Border Color

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

This div border color is #fcdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdafc

Related Colors


Comments

No comments written yet.

Please login to write comment.