Color Hex Logo

#fcddff Color Hex

#FCDDFF
(252,221,255)
0 Favorites   0 Comments

Color spaces of #fcddff

RGB 252221255
HSL0.821.000.93
HSV295°13°100°
CMYK 0.010.130.00   0.00
XYZ84.051379.6283105.5476
Yxy79.62830.31220.2958
Hunter Lab89.234711.9707-7.6645
CIE-Lab91.517816.4846-12.5610

#fcddff color RGB value is (252,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11111111
Octal 374 335 377
Decimal 252 221 255
Hex FC DD FF

RGB Percentages of Color #fcddff

%34.62
%30.36
%35.03

CMYK Percentages of Color #fcddff

%1
%13
%0
%0

Triadic Colors of #fcddff

#fcddff #fffcdd #ddfffc

Analogous Colors of #fcddff

#fcddff #ffddf1 #ebddff

Monochromatic Colors of #fcddff

#fcddff

Complementary Color

#fcddff #e0ffdd

#fcddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddff Color CSS Codes

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

#fcddff Text Font Color

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

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


#fcddff Background Color

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

This div background color is #fcddff


#fcddff Border Color

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

This div border color is #fcddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddff

Related Colors

#fcddff Color Palettes


Comments

No comments written yet.

Please login to write comment.