Color Hex Logo

#fccdde Color Hex

#FCCDDE
(252,205,222)
0 Favorites   0 Comments

Color spaces of #fccdde

RGB 252205222
HSL0.940.890.90
HSV338°19°99°
CMYK 0.000.190.12   0.01
XYZ75.161069.632078.5861
Yxy69.63200.33650.3117
Hunter Lab83.445814.74782.5750
CIE-Lab86.816119.1956-2.1321

#fccdde color RGB value is (252,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11011110
Octal 374 315 336
Decimal 252 205 222
Hex FC CD DE

RGB Percentages of Color #fccdde

%37.11
%30.19
%32.70

CMYK Percentages of Color #fccdde

%0
%19
%12
%1

Triadic Colors of #fccdde

#fccdde #defccd #cddefc

Analogous Colors of #fccdde

#fccdde #fcd4cd #fccdf6

Monochromatic Colors of #fccdde

#fccdde

Complementary Color

#fccdde #cdfceb

#fccdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdde Color CSS Codes

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

#fccdde Text Font Color

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

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


#fccdde Background Color

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

This div background color is #fccdde


#fccdde Border Color

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

This div border color is #fccdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdde


Comments

No comments written yet.

Please login to write comment.