Color Hex Logo

#fcc2e6 Color Hex

#FCC2E6
(252,194,230)
0 Favorites   0 Comments

Color spaces of #fcc2e6

RGB 252194230
HSL0.900.910.87
HSV323°23°99°
CMYK 0.000.230.09   0.01
XYZ73.719664.992283.5222
Yxy64.99220.33170.2924
Hunter Lab80.617722.1454-4.9937
CIE-Lab84.479726.2913-9.8404

#fcc2e6 color RGB value is (252,194,230).

#fcc2e6 hex color red value is 252, green value is 194 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fcc2e6 hue: 0.90 , saturation: 0.91 and the lightness value of fcc2e6 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 11100110
Octal 374 302 346
Decimal 252 194 230
Hex FC C2 E6

RGB Percentages of Color #fcc2e6

%37.28
%28.70
%34.02

CMYK Percentages of Color #fcc2e6

%0
%23
%9
%1

Triadic Colors of #fcc2e6

#fcc2e6 #e6fcc2 #c2e6fc

Analogous Colors of #fcc2e6

#fcc2e6 #fcc2c9 #f5c2fc

Monochromatic Colors of #fcc2e6

#fcc2e6

Complementary Color

#fcc2e6 #c2fcd8

#fcc2e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc2e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc2e6 Color CSS Codes

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

#fcc2e6 Text Font Color

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

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


#fcc2e6 Background Color

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

This div background color is #fcc2e6


#fcc2e6 Border Color

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

This div border color is #fcc2e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc2e6


Comments

No comments written yet.

Please login to write comment.