Color Hex Logo

#fcd2ff Color Hex

#FCD2FF
(252,210,255)
0 Favorites   0 Comments

Color spaces of #fcd2ff

RGB 252210255
HSL0.821.000.91
HSV296°18°100°
CMYK 0.010.180.00   0.00
XYZ81.241574.0086104.6109
Yxy74.00860.31260.2848
Hunter Lab86.028318.0185-11.8772
CIE-Lab88.926522.2453-16.4415

#fcd2ff color RGB value is (252,210,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 11111111
Octal 374 322 377
Decimal 252 210 255
Hex FC D2 FF

RGB Percentages of Color #fcd2ff

%35.15
%29.29
%35.56

CMYK Percentages of Color #fcd2ff

%1
%18
%0
%0

Triadic Colors of #fcd2ff

#fcd2ff #fffcd2 #d2fffc

Analogous Colors of #fcd2ff

#fcd2ff #ffd2ec #e6d2ff

Monochromatic Colors of #fcd2ff

#fcd2ff

Complementary Color

#fcd2ff #d5ffd2

#fcd2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd2ff Color CSS Codes

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

#fcd2ff Text Font Color

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

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


#fcd2ff Background Color

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

This div background color is #fcd2ff


#fcd2ff Border Color

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

This div border color is #fcd2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.