Color Hex Logo

#fdbfd7 Color Hex

#FDBFD7
(253,191,215)
0 Favorites   0 Comments

Color spaces of #fdbfd7

RGB 253191215
HSL0.940.940.87
HSV337°25°99°
CMYK 0.000.250.15   0.01
XYZ71.404663.050572.6965
Yxy63.05050.34470.3044
Hunter Lab79.404321.55911.3017
CIE-Lab83.468925.7881-3.3044

#fdbfd7 color RGB value is (253,191,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 11010111
Octal 375 277 327
Decimal 253 191 215
Hex FD BF D7

RGB Percentages of Color #fdbfd7

%38.39
%28.98
%32.63

CMYK Percentages of Color #fdbfd7

%0
%25
%15
%1

Triadic Colors of #fdbfd7

#fdbfd7 #d7fdbf #bfd7fd

Analogous Colors of #fdbfd7

#fdbfd7 #fdc6bf #fdbff6

Monochromatic Colors of #fdbfd7

#fdbfd7

Complementary Color

#fdbfd7 #bffde5

#fdbfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfd7 Color CSS Codes

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

#fdbfd7 Text Font Color

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

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


#fdbfd7 Background Color

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

This div background color is #fdbfd7


#fdbfd7 Border Color

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

This div border color is #fdbfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfd7


Comments

No comments written yet.

Please login to write comment.