Color Hex Logo

#fdc3ff Color Hex

#FDC3FF
(253,195,255)
0 Favorites   0 Comments

Color spaces of #fdc3ff

RGB 253195255
HSL0.831.000.88
HSV298°24°100°
CMYK 0.010.240.00   0.00
XYZ78.073167.1329103.4508
Yxy67.13290.31400.2700
Hunter Lab81.934726.7016-17.5053
CIE-Lab85.571030.4582-21.4946

#fdc3ff color RGB value is (253,195,255).

#fdc3ff hex color red value is 253, green value is 195 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fdc3ff hue: 0.83 , saturation: 1.00 and the lightness value of fdc3ff is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000011 11111111
Octal 375 303 377
Decimal 253 195 255
Hex FD C3 FF

RGB Percentages of Color #fdc3ff

%35.99
%27.74
%36.27

CMYK Percentages of Color #fdc3ff

%1
%24
%0
%0

Triadic Colors of #fdc3ff

#fdc3ff #fffdc3 #c3fffd

Analogous Colors of #fdc3ff

#fdc3ff #ffc3e3 #dfc3ff

Monochromatic Colors of #fdc3ff

#fdc3ff

Complementary Color

#fdc3ff #c5ffc3

#fdc3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc3ff Color CSS Codes

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

#fdc3ff Text Font Color

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

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


#fdc3ff Background Color

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

This div background color is #fdc3ff


#fdc3ff Border Color

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

This div border color is #fdc3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.