Color Hex Logo

#fccdd7 Color Hex

#FCCDD7
(252,205,215)
0 Favorites   0 Comments

Color spaces of #fccdd7

RGB 252205215
HSL0.960.890.90
HSV347°19°99°
CMYK 0.000.190.15   0.01
XYZ74.241969.264473.7464
Yxy69.26440.34170.3188
Hunter Lab83.225213.58855.7204
CIE-Lab86.634818.08451.3165

#fccdd7 color RGB value is (252,205,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11010111
Octal 374 315 327
Decimal 252 205 215
Hex FC CD D7

RGB Percentages of Color #fccdd7

%37.50
%30.51
%31.99

CMYK Percentages of Color #fccdd7

%0
%19
%15
%1

Triadic Colors of #fccdd7

#fccdd7 #d7fccd #cdd7fc

Analogous Colors of #fccdd7

#fccdd7 #fcdbcd #fccdef

Monochromatic Colors of #fccdd7

#fccdd7

Complementary Color

#fccdd7 #cdfcf2

#fccdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdd7 Color CSS Codes

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

#fccdd7 Text Font Color

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

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


#fccdd7 Background Color

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

This div background color is #fccdd7


#fccdd7 Border Color

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

This div border color is #fccdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdd7

Related Colors


Comments

No comments written yet.

Please login to write comment.