Color Hex Logo

#ffc3fd Color Hex

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

Color spaces of #ffc3fd

RGB 255195253
HSL0.841.000.88
HSV302°24°100°
CMYK 0.000.240.01   0.00
XYZ78.484767.3821101.7980
Yxy67.38210.31690.2721
Hunter Lab82.086627.0160-16.0666
CIE-Lab85.696530.7386-20.2255

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

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

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

Base Numbers

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

RGB Percentages of Color #ffc3fd

%36.27
%27.74
%35.99

CMYK Percentages of Color #ffc3fd

%0
%24
%1
%0

Triadic Colors of #ffc3fd

#ffc3fd #fdffc3 #c3fdff

Analogous Colors of #ffc3fd

#ffc3fd #ffc3df #e3c3ff

Monochromatic Colors of #ffc3fd

#ffc3fd

Complementary Color

#ffc3fd #c3ffc5

#ffc3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc3fd Color CSS Codes

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

#ffc3fd Text Font Color

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

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


#ffc3fd Background Color

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

This div background color is #ffc3fd


#ffc3fd Border Color

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

This div border color is #ffc3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc3fd

Related Colors


Comments

No comments written yet.

Please login to write comment.