Color Hex Logo

#fdcbc0 Color Hex

#FDCBC0
(253,203,192)
0 Favorites   0 Comments

Color spaces of #fdcbc0

RGB 253203192
HSL0.030.940.87
HSV11°24°99°
CMYK 0.000.200.24   0.01
XYZ71.378467.400359.1167
Yxy67.40030.36070.3406
Hunter Lab82.097711.522814.7750
CIE-Lab85.705716.091312.1948

#fdcbc0 color RGB value is (253,203,192).

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

The process color (four color CMYK) of #fdcbc0 color hex is 0.00, 0.20, 0.24, 0.01. Web safe color of #fdcbc0 is #ffcccc. Color #fdcbc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11000000
Octal 375 313 300
Decimal 253 203 192
Hex FD CB C0

RGB Percentages of Color #fdcbc0

%39.04
%31.33
%29.63

CMYK Percentages of Color #fdcbc0

%0
%20
%24
%1

Triadic Colors of #fdcbc0

#fdcbc0 #c0fdcb #cbc0fd

Analogous Colors of #fdcbc0

#fdcbc0 #fdeac0 #fdc0d4

Monochromatic Colors of #fdcbc0

#fdcbc0

Complementary Color

#fdcbc0 #c0f2fd

#fdcbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbc0 Color CSS Codes

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

#fdcbc0 Text Font Color

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

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


#fdcbc0 Background Color

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

This div background color is #fdcbc0


#fdcbc0 Border Color

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

This div border color is #fdcbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbc0


Comments

No comments written yet.

Please login to write comment.