Color Hex Logo

#ffcccc Color Hex

#FFCCCC
(255,204,204)
82 Favorites   0 Comments

Color spaces of #ffcccc

RGB 255204204
HSL0.001.000.90
HSV20°100°
CMYK 0.000.200.20   0.00
XYZ73.731968.805466.5214
Yxy68.80540.35270.3291
Hunter Lab82.949013.504710.5164
CIE-Lab86.407618.00706.8589

#ffcccc color RGB value is (255,204,204). This hex color code is also a web safe color which is equal to #FCC.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11001100
Octal 377 314 314
Decimal 255 204 204
Hex FF CC CC

RGB Percentages of Color #ffcccc

%38.46
%30.77
%30.77

CMYK Percentages of Color #ffcccc

%0
%20
%20
%0

Triadic Colors of #ffcccc

#ffcccc #ccffcc #ccccff

Analogous Colors of #ffcccc

#ffcccc #ffe6cc #ffcce6

Monochromatic Colors of #ffcccc

#ffcccc

Complementary Color

#ffcccc #ccffff

#ffcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcccc Color CSS Codes

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

#ffcccc Text Font Color

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

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


#ffcccc Background Color

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

This div background color is #ffcccc


#ffcccc Border Color

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

This div border color is #ffcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcccc

Related Colors


Comments

No comments written yet.

Please login to write comment.