Color Hex Logo

#fdbec7 Color Hex

#FDBEC7
(253,190,199)
0 Favorites   0 Comments

Color spaces of #fdbec7

RGB 253190199
HSL0.980.940.87
HSV351°25°99°
CMYK 0.000.250.21   0.01
XYZ69.230361.833162.3190
Yxy61.83310.35800.3197
Hunter Lab78.634019.54398.0553
CIE-Lab82.824623.90434.3329

#fdbec7 color RGB value is (253,190,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 11000111
Octal 375 276 307
Decimal 253 190 199
Hex FD BE C7

RGB Percentages of Color #fdbec7

%39.41
%29.60
%31.00

CMYK Percentages of Color #fdbec7

%0
%25
%21
%1

Triadic Colors of #fdbec7

#fdbec7 #c7fdbe #bec7fd

Analogous Colors of #fdbec7

#fdbec7 #fdd5be #fdbee7

Monochromatic Colors of #fdbec7

#fdbec7

Complementary Color

#fdbec7 #befdf4

#fdbec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbec7 Color CSS Codes

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

#fdbec7 Text Font Color

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

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


#fdbec7 Background Color

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

This div background color is #fdbec7


#fdbec7 Border Color

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

This div border color is #fdbec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbec7


Comments

No comments written yet.

Please login to write comment.