Color Hex Logo

#fcddfc Color Hex

#FCDDFC
(252,221,252)
0 Favorites   0 Comments

Color spaces of #fcddfc

RGB 252221252
HSL0.830.840.93
HSV300°12°99°
CMYK 0.000.120.00   0.01
XYZ83.572079.4366103.0235
Yxy79.43660.31410.2986
Hunter Lab89.127211.4016-6.1452
CIE-Lab91.431515.9428-11.1193

#fcddfc color RGB value is (252,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11111100
Octal 374 335 374
Decimal 252 221 252
Hex FC DD FC

RGB Percentages of Color #fcddfc

%34.76
%30.48
%34.76

CMYK Percentages of Color #fcddfc

%0
%12
%0
%1

Triadic Colors of #fcddfc

#fcddfc #fcfcdd #ddfcfc

Analogous Colors of #fcddfc

#fcddfc #fcdded #edddfc

Monochromatic Colors of #fcddfc

#fcddfc

Complementary Color

#fcddfc #ddfcdd

#fcddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddfc Color CSS Codes

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

#fcddfc Text Font Color

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

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


#fcddfc Background Color

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

This div background color is #fcddfc


#fcddfc Border Color

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

This div border color is #fcddfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,221,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 #fcddfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.