Color Hex Logo

#fcddfd Color Hex

#FCDDFD
(252,221,253)
0 Favorites   0 Comments

Color spaces of #fcddfd

RGB 252221253
HSL0.830.890.93
HSV298°13°99°
CMYK 0.000.130.00   0.01
XYZ83.731079.5002103.8605
Yxy79.50020.31350.2977
Hunter Lab89.162911.5906-6.6493
CIE-Lab91.460116.1228-11.6002

#fcddfd color RGB value is (252,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11111101
Octal 374 335 375
Decimal 252 221 253
Hex FC DD FD

RGB Percentages of Color #fcddfd

%34.71
%30.44
%34.85

CMYK Percentages of Color #fcddfd

%0
%13
%0
%1

Triadic Colors of #fcddfd

#fcddfd #fdfcdd #ddfdfc

Analogous Colors of #fcddfd

#fcddfd #fdddee #ecddfd

Monochromatic Colors of #fcddfd

#fcddfd

Complementary Color

#fcddfd #defddd

#fcddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddfd Color CSS Codes

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

#fcddfd Text Font Color

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

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


#fcddfd Background Color

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

This div background color is #fcddfd


#fcddfd Border Color

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

This div border color is #fcddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.