Color Hex Logo

#fdbece Color Hex

#FDBECE
(253,190,206)
0 Favorites   0 Comments

Color spaces of #fdbece

RGB 253190206
HSL0.960.940.87
HSV345°25°99°
CMYK 0.000.250.19   0.01
XYZ70.062062.165866.6990
Yxy62.16580.35220.3125
Hunter Lab78.845320.63605.0355
CIE-Lab83.001524.93600.8354

#fdbece color RGB value is (253,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11001110
Octal 375 276 316
Decimal 253 190 206
Hex FD BE CE

RGB Percentages of Color #fdbece

%38.98
%29.28
%31.74

CMYK Percentages of Color #fdbece

%0
%25
%19
%1

Triadic Colors of #fdbece

#fdbece #cefdbe #becefd

Analogous Colors of #fdbece

#fdbece #fdcebe #fdbeee

Monochromatic Colors of #fdbece

#fdbece

Complementary Color

#fdbece #befded

#fdbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbece Color CSS Codes

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

#fdbece Text Font Color

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

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


#fdbece Background Color

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

This div background color is #fdbece


#fdbece Border Color

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

This div border color is #fdbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbece


Comments

No comments written yet.

Please login to write comment.