Color Hex Logo

#fccfcc Color Hex

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

Color spaces of #fccfcc

RGB 252207204
HSL0.010.890.89
HSV19°99°
CMYK 0.000.180.19   0.01
XYZ73.356869.680766.7101
Yxy69.68070.34970.3322
Hunter Lab83.475010.782511.0501
CIE-Lab86.840015.36277.4441

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

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

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

Base Numbers

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

RGB Percentages of Color #fccfcc

%38.01
%31.22
%30.77

CMYK Percentages of Color #fccfcc

%0
%18
%19
%1

Triadic Colors of #fccfcc

#fccfcc #ccfccf #cfccfc

Analogous Colors of #fccfcc

#fccfcc #fce7cc #fccce1

Monochromatic Colors of #fccfcc

#fccfcc

Complementary Color

#fccfcc #ccf9fc

#fccfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfcc Color CSS Codes

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

#fccfcc Text Font Color

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

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


#fccfcc Background Color

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

This div background color is #fccfcc


#fccfcc Border Color

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

This div border color is #fccfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfcc

#fccfcc Color Palettes


Comments

No comments written yet.

Please login to write comment.