Color Hex Logo

#fccccf Color Hex

#FCCCCF
(252,204,207)
0 Favorites   0 Comments

Color spaces of #fccccf

RGB 252204207
HSL0.990.890.89
HSV356°19°99°
CMYK 0.000.190.18   0.01
XYZ73.000268.386268.3838
Yxy68.38620.34800.3260
Hunter Lab82.695912.85378.8585
CIE-Lab86.199217.38054.9304

#fccccf color RGB value is (252,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11001111
Octal 374 314 317
Decimal 252 204 207
Hex FC CC CF

RGB Percentages of Color #fccccf

%38.01
%30.77
%31.22

CMYK Percentages of Color #fccccf

%0
%19
%18
%1

Triadic Colors of #fccccf

#fccccf #cffccc #cccffc

Analogous Colors of #fccccf

#fccccf #fce1cc #fccce7

Monochromatic Colors of #fccccf

#fccccf

Complementary Color

#fccccf #ccfcf9

#fccccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccccf Color CSS Codes

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

#fccccf Text Font Color

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

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


#fccccf Background Color

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

This div background color is #fccccf


#fccccf Border Color

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

This div border color is #fccccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccccf

#fccccf Color Palettes


Comments

No comments written yet.

Please login to write comment.