Color Hex Logo

#fcc6ec Color Hex

#FCC6EC
(252,198,236)
0 Favorites   0 Comments

Color spaces of #fcc6ec

RGB 252198236
HSL0.880.900.88
HSV318°21°99°
CMYK 0.000.210.06   0.01
XYZ75.479367.139788.3380
Yxy67.13970.32680.2907
Hunter Lab81.938821.0353-6.5632
CIE-Lab85.574425.1992-11.4061

#fcc6ec color RGB value is (252,198,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 11101100
Octal 374 306 354
Decimal 252 198 236
Hex FC C6 EC

RGB Percentages of Color #fcc6ec

%36.73
%28.86
%34.40

CMYK Percentages of Color #fcc6ec

%0
%21
%6
%1

Triadic Colors of #fcc6ec

#fcc6ec #ecfcc6 #c6ecfc

Analogous Colors of #fcc6ec

#fcc6ec #fcc6d1 #f1c6fc

Monochromatic Colors of #fcc6ec

#fcc6ec

Complementary Color

#fcc6ec #c6fcd6

#fcc6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc6ec Color CSS Codes

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

#fcc6ec Text Font Color

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

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


#fcc6ec Background Color

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

This div background color is #fcc6ec


#fcc6ec Border Color

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

This div border color is #fcc6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc6ec


Comments

No comments written yet.

Please login to write comment.