Color Hex Logo

#ffc2cc Color Hex

#FFC2CC
(255,194,204)
0 Favorites   0 Comments

Color spaces of #ffc2cc

RGB 255194204
HSL0.971.000.88
HSV350°24°100°
CMYK 0.000.240.20   0.00
XYZ71.430964.203265.7544
Yxy64.20320.35470.3188
Hunter Lab80.126918.90577.4338
CIE-Lab84.071523.24693.4858

#ffc2cc color RGB value is (255,194,204).

#ffc2cc hex color red value is 255, green value is 194 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ffc2cc hue: 0.97 , saturation: 1.00 and the lightness value of ffc2cc is 0.88.

The process color (four color CMYK) of #ffc2cc color hex is 0.00, 0.24, 0.20, 0.00. Web safe color of #ffc2cc is #ffcccc. Color #ffc2cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 11001100
Octal 377 302 314
Decimal 255 194 204
Hex FF C2 CC

RGB Percentages of Color #ffc2cc

%39.05
%29.71
%31.24

CMYK Percentages of Color #ffc2cc

%0
%24
%20
%0

Triadic Colors of #ffc2cc

#ffc2cc #ccffc2 #c2ccff

Analogous Colors of #ffc2cc

#ffc2cc #ffd7c2 #ffc2eb

Monochromatic Colors of #ffc2cc

#ffc2cc

Complementary Color

#ffc2cc #c2fff5

#ffc2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc2cc Color CSS Codes

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

#ffc2cc Text Font Color

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

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


#ffc2cc Background Color

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

This div background color is #ffc2cc


#ffc2cc Border Color

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

This div border color is #ffc2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc2cc


Comments

No comments written yet.

Please login to write comment.