Color Hex Logo

#fccfdc Color Hex

#FCCFDC
(252,207,220)
0 Favorites   0 Comments

Color spaces of #fccfdc

RGB 252207220
HSL0.950.880.90
HSV343°18°99°
CMYK 0.000.180.13   0.01
XYZ75.376070.488477.3430
Yxy70.48840.33770.3158
Hunter Lab83.957413.32994.1512
CIE-Lab87.235917.8266-0.4573

#fccfdc color RGB value is (252,207,220).

#fccfdc hex color red value is 252, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fccfdc hue: 0.95 , saturation: 0.88 and the lightness value of fccfdc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11011100
Octal 374 317 334
Decimal 252 207 220
Hex FC CF DC

RGB Percentages of Color #fccfdc

%37.11
%30.49
%32.40

CMYK Percentages of Color #fccfdc

%0
%18
%13
%1

Triadic Colors of #fccfdc

#fccfdc #dcfccf #cfdcfc

Analogous Colors of #fccfdc

#fccfdc #fcd9cf #fccff3

Monochromatic Colors of #fccfdc

#fccfdc

Complementary Color

#fccfdc #cffcef

#fccfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfdc Color CSS Codes

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

#fccfdc Text Font Color

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

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


#fccfdc Background Color

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

This div background color is #fccfdc


#fccfdc Border Color

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

This div border color is #fccfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfdc

Related Colors


Comments

No comments written yet.

Please login to write comment.