Color Hex Logo

#fcc5df Color Hex

#FCC5DF
(252,197,223)
0 Favorites   0 Comments

Color spaces of #fcc5df

RGB 252197223
HSL0.920.900.88
HSV332°22°99°
CMYK 0.000.220.12   0.01
XYZ73.430465.955778.6726
Yxy65.95570.33670.3025
Hunter Lab81.213119.2713-0.5861
CIE-Lab84.973823.5600-5.3742

#fcc5df color RGB value is (252,197,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 11011111
Octal 374 305 337
Decimal 252 197 223
Hex FC C5 DF

RGB Percentages of Color #fcc5df

%37.50
%29.32
%33.18

CMYK Percentages of Color #fcc5df

%0
%22
%12
%1

Triadic Colors of #fcc5df

#fcc5df #dffcc5 #c5dffc

Analogous Colors of #fcc5df

#fcc5df #fcc7c5 #fcc5fb

Monochromatic Colors of #fcc5df

#fcc5df

Complementary Color

#fcc5df #c5fce2

#fcc5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc5df Color CSS Codes

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

#fcc5df Text Font Color

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

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


#fcc5df Background Color

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

This div background color is #fcc5df


#fcc5df Border Color

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

This div border color is #fcc5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc5df


Comments

No comments written yet.

Please login to write comment.