Color Hex Logo

#fdccbe Color Hex

#FDCCBE
(253,204,190)
0 Favorites   0 Comments

Color spaces of #fdccbe

RGB 253204190
HSL0.040.940.87
HSV13°25°99°
CMYK 0.000.190.25   0.01
XYZ71.395167.786158.0363
Yxy67.78610.36200.3437
Hunter Lab82.332310.706115.8389
CIE-Lab85.899415.291913.5288

#fdccbe color RGB value is (253,204,190).

#fdccbe hex color red value is 253, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fdccbe hue: 0.04 , saturation: 0.94 and the lightness value of fdccbe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 10111110
Octal 375 314 276
Decimal 253 204 190
Hex FD CC BE

RGB Percentages of Color #fdccbe

%39.10
%31.53
%29.37

CMYK Percentages of Color #fdccbe

%0
%19
%25
%1

Triadic Colors of #fdccbe

#fdccbe #befdcc #ccbefd

Analogous Colors of #fdccbe

#fdccbe #fdecbe #fdbed0

Monochromatic Colors of #fdccbe

#fdccbe

Complementary Color

#fdccbe #beeffd

#fdccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccbe Color CSS Codes

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

#fdccbe Text Font Color

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

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


#fdccbe Background Color

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

This div background color is #fdccbe


#fdccbe Border Color

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

This div border color is #fdccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccbe

#fdccbe Color Palettes


Comments

No comments written yet.

Please login to write comment.