Color Hex Logo

#ffcccf Color Hex

#FFCCCF
(255,204,207)
0 Favorites   0 Comments

Color spaces of #ffcccf

RGB 255204207
HSL0.991.000.90
HSV356°20°100°
CMYK 0.000.200.19   0.00
XYZ74.095468.950768.4351
Yxy68.95070.35040.3260
Hunter Lab83.036613.96569.2614
CIE-Lab86.479618.45035.3710

#ffcccf color RGB value is (255,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11001111
Octal 377 314 317
Decimal 255 204 207
Hex FF CC CF

RGB Percentages of Color #ffcccf

%38.29
%30.63
%31.08

CMYK Percentages of Color #ffcccf

%0
%20
%19
%0

Triadic Colors of #ffcccf

#ffcccf #cfffcc #cccfff

Analogous Colors of #ffcccf

#ffcccf #ffe3cc #ffcce9

Monochromatic Colors of #ffcccf

#ffcccf

Complementary Color

#ffcccf #ccfffc

#ffcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcccf Color CSS Codes

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

#ffcccf Text Font Color

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

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


#ffcccf Background Color

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

This div background color is #ffcccf


#ffcccf Border Color

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

This div border color is #ffcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcccf

#ffcccf Color Palettes


Comments

No comments written yet.

Please login to write comment.