Color Hex Logo

#fdc7fc Color Hex

#FDC7FC
(253,199,252)
0 Favorites   0 Comments

Color spaces of #fdc7fc

RGB 253199252
HSL0.840.930.89
HSV301°21°99°
CMYK 0.000.210.00   0.01
XYZ78.502168.7578101.2295
Yxy68.75780.31590.2767
Hunter Lab82.920323.8785-14.3373
CIE-Lab86.384027.8101-18.6755

#fdc7fc color RGB value is (253,199,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 11111100
Octal 375 307 374
Decimal 253 199 252
Hex FD C7 FC

RGB Percentages of Color #fdc7fc

%35.94
%28.27
%35.80

CMYK Percentages of Color #fdc7fc

%0
%21
%0
%1

Triadic Colors of #fdc7fc

#fdc7fc #fcfdc7 #c7fcfd

Analogous Colors of #fdc7fc

#fdc7fc #fdc7e1 #e3c7fd

Monochromatic Colors of #fdc7fc

#fdc7fc

Complementary Color

#fdc7fc #c7fdc8

#fdc7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc7fc Color CSS Codes

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

#fdc7fc Text Font Color

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

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


#fdc7fc Background Color

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

This div background color is #fdc7fc


#fdc7fc Border Color

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

This div border color is #fdc7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.