Color Hex Logo

#fcc3fe Color Hex

#FCC3FE
(252,195,254)
0 Favorites   0 Comments

Color spaces of #fcc3fe

RGB 252195254
HSL0.830.970.88
HSV298°23°100°
CMYK 0.010.230.00   0.00
XYZ77.549466.8814102.5880
Yxy66.88140.31390.2708
Hunter Lab81.781026.1469-17.1280
CIE-Lab85.444029.9562-21.1655

#fcc3fe color RGB value is (252,195,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 11111110
Octal 374 303 376
Decimal 252 195 254
Hex FC C3 FE

RGB Percentages of Color #fcc3fe

%35.95
%27.82
%36.23

CMYK Percentages of Color #fcc3fe

%1
%23
%0
%0

Triadic Colors of #fcc3fe

#fcc3fe #fefcc3 #c3fefc

Analogous Colors of #fcc3fe

#fcc3fe #fec3e3 #dfc3fe

Monochromatic Colors of #fcc3fe

#fcc3fe

Complementary Color

#fcc3fe #c5fec3

#fcc3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc3fe Color CSS Codes

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

#fcc3fe Text Font Color

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

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


#fcc3fe Background Color

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

This div background color is #fcc3fe


#fcc3fe Border Color

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

This div border color is #fcc3fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,195,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcc3fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.