Color Hex Logo

#fcc6ed Color Hex

#FCC6ED
(252,198,237)
0 Favorites   0 Comments

Color spaces of #fcc6ed

RGB 252198237
HSL0.880.900.88
HSV317°21°99°
CMYK 0.000.210.06   0.01
XYZ75.625067.198089.1054
Yxy67.19800.32610.2897
Hunter Lab81.974421.2190-7.0656
CIE-Lab85.603825.3702-11.8941

#fcc6ed color RGB value is (252,198,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 11101101
Octal 374 306 355
Decimal 252 198 237
Hex FC C6 ED

RGB Percentages of Color #fcc6ed

%36.68
%28.82
%34.50

CMYK Percentages of Color #fcc6ed

%0
%21
%6
%1

Triadic Colors of #fcc6ed

#fcc6ed #edfcc6 #c6edfc

Analogous Colors of #fcc6ed

#fcc6ed #fcc6d2 #f0c6fc

Monochromatic Colors of #fcc6ed

#fcc6ed

Complementary Color

#fcc6ed #c6fcd5

#fcc6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc6ed Color CSS Codes

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

#fcc6ed Text Font Color

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

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


#fcc6ed Background Color

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

This div background color is #fcc6ed


#fcc6ed Border Color

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

This div border color is #fcc6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc6ed


Comments

No comments written yet.

Please login to write comment.