Color Hex Logo

#fccfdd Color Hex

#FCCFDD
(252,207,221)
0 Favorites   0 Comments

Color spaces of #fccfdd

RGB 252207221
HSL0.950.880.90
HSV341°18°99°
CMYK 0.000.180.12   0.01
XYZ75.508970.541678.0427
Yxy70.54160.33700.3148
Hunter Lab83.989013.49653.7000
CIE-Lab87.261817.9866-0.9491

#fccfdd color RGB value is (252,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11011101
Octal 374 317 335
Decimal 252 207 221
Hex FC CF DD

RGB Percentages of Color #fccfdd

%37.06
%30.44
%32.50

CMYK Percentages of Color #fccfdd

%0
%18
%12
%1

Triadic Colors of #fccfdd

#fccfdd #ddfccf #cfddfc

Analogous Colors of #fccfdd

#fccfdd #fcd8cf #fccff4

Monochromatic Colors of #fccfdd

#fccfdd

Complementary Color

#fccfdd #cffcee

#fccfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfdd Color CSS Codes

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

#fccfdd Text Font Color

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

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


#fccfdd Background Color

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

This div background color is #fccfdd


#fccfdd Border Color

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

This div border color is #fccfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfdd


Comments

No comments written yet.

Please login to write comment.