Color Hex Logo

#fccdbd Color Hex

#FCCDBD
(252,205,189)
0 Favorites   0 Comments

Color spaces of #fccdbd

RGB 252205189
HSL0.040.910.86
HSV15°25°99°
CMYK 0.000.190.25   0.01
XYZ71.161568.032257.5250
Yxy68.03220.36170.3458
Hunter Lab82.48169.659016.3866
CIE-Lab86.022514.264814.2188

#fccdbd color RGB value is (252,205,189).

#fccdbd hex color red value is 252, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fccdbd hue: 0.04 , saturation: 0.91 and the lightness value of fccdbd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10111101
Octal 374 315 275
Decimal 252 205 189
Hex FC CD BD

RGB Percentages of Color #fccdbd

%39.01
%31.73
%29.26

CMYK Percentages of Color #fccdbd

%0
%19
%25
%1

Triadic Colors of #fccdbd

#fccdbd #bdfccd #cdbdfc

Analogous Colors of #fccdbd

#fccdbd #fcedbd #fcbdcd

Monochromatic Colors of #fccdbd

#fccdbd

Complementary Color

#fccdbd #bdecfc

#fccdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdbd Color CSS Codes

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

#fccdbd Text Font Color

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

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


#fccdbd Background Color

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

This div background color is #fccdbd


#fccdbd Border Color

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

This div border color is #fccdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdbd


Comments

No comments written yet.

Please login to write comment.