Color Hex Logo

#ffc4cc Color Hex

#FFC4CC
(255,196,204)
0 Favorites   0 Comments

Color spaces of #ffc4cc

RGB 255196204
HSL0.981.000.88
HSV352°23°100°
CMYK 0.000.230.20   0.00
XYZ71.879065.099565.9038
Yxy65.09950.35430.3209
Hunter Lab80.684317.82248.0503
CIE-Lab84.535022.19754.1570

#ffc4cc color RGB value is (255,196,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 11001100
Octal 377 304 314
Decimal 255 196 204
Hex FF C4 CC

RGB Percentages of Color #ffc4cc

%38.93
%29.92
%31.15

CMYK Percentages of Color #ffc4cc

%0
%23
%20
%0

Triadic Colors of #ffc4cc

#ffc4cc #ccffc4 #c4ccff

Analogous Colors of #ffc4cc

#ffc4cc #ffdac4 #ffc4ea

Monochromatic Colors of #ffc4cc

#ffc4cc

Complementary Color

#ffc4cc #c4fff7

#ffc4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc4cc Color CSS Codes

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

#ffc4cc Text Font Color

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

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


#ffc4cc Background Color

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

This div background color is #ffc4cc


#ffc4cc Border Color

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

This div border color is #ffc4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc4cc

Related Colors


Comments

No comments written yet.

Please login to write comment.