Color Hex Logo

#fcc3ed Color Hex

#FCC3ED
(252,195,237)
0 Favorites   0 Comments

Color spaces of #fcc3ed

RGB 252195237
HSL0.880.900.88
HSV316°23°99°
CMYK 0.000.230.06   0.01
XYZ74.946165.840188.8791
Yxy65.84010.32630.2867
Hunter Lab81.141922.8718-8.1442
CIE-Lab84.914826.9497-12.9236

#fcc3ed color RGB value is (252,195,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 11101101
Octal 374 303 355
Decimal 252 195 237
Hex FC C3 ED

RGB Percentages of Color #fcc3ed

%36.84
%28.51
%34.65

CMYK Percentages of Color #fcc3ed

%0
%23
%6
%1

Triadic Colors of #fcc3ed

#fcc3ed #edfcc3 #c3edfc

Analogous Colors of #fcc3ed

#fcc3ed #fcc3d1 #efc3fc

Monochromatic Colors of #fcc3ed

#fcc3ed

Complementary Color

#fcc3ed #c3fcd2

#fcc3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc3ed Color CSS Codes

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

#fcc3ed Text Font Color

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

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


#fcc3ed Background Color

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

This div background color is #fcc3ed


#fcc3ed Border Color

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

This div border color is #fcc3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc3ed


Comments

No comments written yet.

Please login to write comment.