Color Hex Logo

#fdd2fc Color Hex

#FDD2FC
(253,210,252)
0 Favorites   0 Comments

Color spaces of #fdd2fc

RGB 253210252
HSL0.840.910.91
HSV301°17°99°
CMYK 0.000.170.00   0.01
XYZ81.125374.0041102.1039
Yxy74.00410.31540.2877
Hunter Lab86.025617.7871-10.1534
CIE-Lab88.924422.0281-14.8559

#fdd2fc color RGB value is (253,210,252).

#fdd2fc hex color red value is 253, green value is 210 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fdd2fc hue: 0.84 , saturation: 0.91 and the lightness value of fdd2fc is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 11111100
Octal 375 322 374
Decimal 253 210 252
Hex FD D2 FC

RGB Percentages of Color #fdd2fc

%35.38
%29.37
%35.24

CMYK Percentages of Color #fdd2fc

%0
%17
%0
%1

Triadic Colors of #fdd2fc

#fdd2fc #fcfdd2 #d2fcfd

Analogous Colors of #fdd2fc

#fdd2fc #fdd2e7 #e9d2fd

Monochromatic Colors of #fdd2fc

#fdd2fc

Complementary Color

#fdd2fc #d2fdd3

#fdd2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd2fc Color CSS Codes

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

#fdd2fc Text Font Color

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

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


#fdd2fc Background Color

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

This div background color is #fdd2fc


#fdd2fc Border Color

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

This div border color is #fdd2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd2fc

Related Colors


Comments

No comments written yet.

Please login to write comment.