Color Hex Logo

#fdcce5 Color Hex

#FDCCE5
(253,204,229)
0 Favorites   0 Comments

Color spaces of #fdcce5

RGB 253204229
HSL0.910.920.90
HSV329°19°99°
CMYK 0.000.190.09   0.01
XYZ76.243769.725583.5686
Yxy69.72550.33220.3038
Hunter Lab83.501816.8564-0.8862
CIE-Lab86.862121.2069-5.7668

#fdcce5 color RGB value is (253,204,229).

#fdcce5 hex color red value is 253, green value is 204 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fdcce5 hue: 0.91 , saturation: 0.92 and the lightness value of fdcce5 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 11100101
Octal 375 314 345
Decimal 253 204 229
Hex FD CC E5

RGB Percentages of Color #fdcce5

%36.88
%29.74
%33.38

CMYK Percentages of Color #fdcce5

%0
%19
%9
%1

Triadic Colors of #fdcce5

#fdcce5 #e5fdcc #cce5fd

Analogous Colors of #fdcce5

#fdcce5 #fdcccd #fdccfd

Monochromatic Colors of #fdcce5

#fdcce5

Complementary Color

#fdcce5 #ccfde4

#fdcce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcce5 Color CSS Codes

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

#fdcce5 Text Font Color

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

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


#fdcce5 Background Color

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

This div background color is #fdcce5


#fdcce5 Border Color

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

This div border color is #fdcce5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,204,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdcce5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdcce5;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcce5;
  box-shadow:         1px 1px 3px 2px #fdcce5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,204,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcce5

Related Colors


Comments

No comments written yet.

Please login to write comment.