Color Hex Logo

#fccdb2 Color Hex

#FCCDB2
(252,205,178)
0 Favorites   0 Comments

Color spaces of #fccdb2

RGB 252205178
HSL0.060.930.84
HSV22°29°99°
CMYK 0.000.190.29   0.01
XYZ70.012167.572451.4722
Yxy67.57240.37030.3574
Hunter Lab82.20248.174820.4164
CIE-Lab85.792212.800019.7037

#fccdb2 color RGB value is (252,205,178).

#fccdb2 hex color red value is 252, green value is 205 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #fccdb2 hue: 0.06 , saturation: 0.93 and the lightness value of fccdb2 is 0.84.

The process color (four color CMYK) of #fccdb2 color hex is 0.00, 0.19, 0.29, 0.01. Web safe color of #fccdb2 is #ffcc99. Color #fccdb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10110010
Octal 374 315 262
Decimal 252 205 178
Hex FC CD B2

RGB Percentages of Color #fccdb2

%39.69
%32.28
%28.03

CMYK Percentages of Color #fccdb2

%0
%19
%29
%1

Triadic Colors of #fccdb2

#fccdb2 #b2fccd #cdb2fc

Analogous Colors of #fccdb2

#fccdb2 #fcf2b2 #fcb2bc

Monochromatic Colors of #fccdb2

#fccdb2

Complementary Color

#fccdb2 #b2e1fc

#fccdb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdb2 Color CSS Codes

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

#fccdb2 Text Font Color

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

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


#fccdb2 Background Color

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

This div background color is #fccdb2


#fccdb2 Border Color

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

This div border color is #fccdb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdb2

Related Colors

#fccdb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.