Color Hex Logo

#fccddf Color Hex

#FCCDDF
(252,205,223)
0 Favorites   0 Comments

Color spaces of #fccddf

RGB 252205223
HSL0.940.890.90
HSV337°19°99°
CMYK 0.000.190.12   0.01
XYZ75.295569.685879.2942
Yxy69.68580.33570.3107
Hunter Lab83.478014.91692.1162
CIE-Lab86.842519.3572-2.6237

#fccddf color RGB value is (252,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11011111
Octal 374 315 337
Decimal 252 205 223
Hex FC CD DF

RGB Percentages of Color #fccddf

%37.06
%30.15
%32.79

CMYK Percentages of Color #fccddf

%0
%19
%12
%1

Triadic Colors of #fccddf

#fccddf #dffccd #cddffc

Analogous Colors of #fccddf

#fccddf #fcd3cd #fccdf7

Monochromatic Colors of #fccddf

#fccddf

Complementary Color

#fccddf #cdfcea

#fccddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccddf Color CSS Codes

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

#fccddf Text Font Color

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

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


#fccddf Background Color

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

This div background color is #fccddf


#fccddf Border Color

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

This div border color is #fccddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccddf


Comments

No comments written yet.

Please login to write comment.