Color Hex Logo

#fdbce0 Color Hex

#FDBCE0
(253,188,224)
0 Favorites   0 Comments

Color spaces of #fdbce0

RGB 253188224
HSL0.910.940.86
HSV327°26°99°
CMYK 0.000.260.11   0.01
XYZ71.945862.230978.7408
Yxy62.23090.33790.2923
Hunter Lab78.886624.7433-3.9599
CIE-Lab83.036128.7994-8.7670

#fdbce0 color RGB value is (253,188,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11100000
Octal 375 274 340
Decimal 253 188 224
Hex FD BC E0

RGB Percentages of Color #fdbce0

%38.05
%28.27
%33.68

CMYK Percentages of Color #fdbce0

%0
%26
%11
%1

Triadic Colors of #fdbce0

#fdbce0 #e0fdbc #bce0fd

Analogous Colors of #fdbce0

#fdbce0 #fdbcc0 #fabcfd

Monochromatic Colors of #fdbce0

#fdbce0

Complementary Color

#fdbce0 #bcfdd9

#fdbce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbce0 Color CSS Codes

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

#fdbce0 Text Font Color

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

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


#fdbce0 Background Color

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

This div background color is #fdbce0


#fdbce0 Border Color

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

This div border color is #fdbce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbce0


Comments

No comments written yet.

Please login to write comment.