Color Hex Logo

#fdbecb Color Hex

#FDBECB
(253,190,203)
0 Favorites   0 Comments

Color spaces of #fdbecb

RGB 253190203
HSL0.970.940.87
HSV348°25°99°
CMYK 0.000.250.20   0.01
XYZ69.701062.021464.7976
Yxy62.02140.35470.3156
Hunter Lab78.753720.16276.3444
CIE-Lab82.924824.48962.3328

#fdbecb color RGB value is (253,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11001011
Octal 375 276 313
Decimal 253 190 203
Hex FD BE CB

RGB Percentages of Color #fdbecb

%39.16
%29.41
%31.42

CMYK Percentages of Color #fdbecb

%0
%25
%20
%1

Triadic Colors of #fdbecb

#fdbecb #cbfdbe #becbfd

Analogous Colors of #fdbecb

#fdbecb #fdd1be #fdbeeb

Monochromatic Colors of #fdbecb

#fdbecb

Complementary Color

#fdbecb #befdf0

#fdbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbecb Color CSS Codes

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

#fdbecb Text Font Color

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

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


#fdbecb Background Color

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

This div background color is #fdbecb


#fdbecb Border Color

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

This div border color is #fdbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbecb

Related Colors


Comments

No comments written yet.

Please login to write comment.