Color Hex Logo

#fdbcc0 Color Hex

#FDBCC0
(253,188,192)
0 Favorites   0 Comments

Color spaces of #fdbcc0

RGB 253188192
HSL0.990.940.86
HSV356°26°99°
CMYK 0.000.260.24   0.01
XYZ68.005760.654957.9924
Yxy60.65490.36430.3250
Hunter Lab77.881319.573510.3680
CIE-Lab82.192923.95887.1791

#fdbcc0 color RGB value is (253,188,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11000000
Octal 375 274 300
Decimal 253 188 192
Hex FD BC C0

RGB Percentages of Color #fdbcc0

%39.97
%29.70
%30.33

CMYK Percentages of Color #fdbcc0

%0
%26
%24
%1

Triadic Colors of #fdbcc0

#fdbcc0 #c0fdbc #bcc0fd

Analogous Colors of #fdbcc0

#fdbcc0 #fdd9bc #fdbce1

Monochromatic Colors of #fdbcc0

#fdbcc0

Complementary Color

#fdbcc0 #bcfdf9

#fdbcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcc0 Color CSS Codes

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

#fdbcc0 Text Font Color

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

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


#fdbcc0 Background Color

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

This div background color is #fdbcc0


#fdbcc0 Border Color

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

This div border color is #fdbcc0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,188,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 #fdbcc0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcc0


Comments

No comments written yet.

Please login to write comment.