Color Hex Logo

#fdbcc5 Color Hex

#FDBCC5
(253,188,197)
0 Favorites   0 Comments

Color spaces of #fdbcc5

RGB 253188197
HSL0.980.940.86
HSV352°26°99°
CMYK 0.000.260.22   0.01
XYZ68.569360.880360.9604
Yxy60.88030.36010.3197
Hunter Lab78.025820.32118.2957
CIE-Lab82.314424.66724.6688

#fdbcc5 color RGB value is (253,188,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11000101
Octal 375 274 305
Decimal 253 188 197
Hex FD BC C5

RGB Percentages of Color #fdbcc5

%39.66
%29.47
%30.88

CMYK Percentages of Color #fdbcc5

%0
%26
%22
%1

Triadic Colors of #fdbcc5

#fdbcc5 #c5fdbc #bcc5fd

Analogous Colors of #fdbcc5

#fdbcc5 #fdd4bc #fdbce6

Monochromatic Colors of #fdbcc5

#fdbcc5

Complementary Color

#fdbcc5 #bcfdf4

#fdbcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcc5 Color CSS Codes

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

#fdbcc5 Text Font Color

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

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


#fdbcc5 Background Color

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

This div background color is #fdbcc5


#fdbcc5 Border Color

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

This div border color is #fdbcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcc5


Comments

No comments written yet.

Please login to write comment.