Color Hex Logo

#fdbbd7 Color Hex

#FDBBD7
(253,187,215)
0 Favorites   0 Comments

Color spaces of #fdbbd7

RGB 253187215
HSL0.930.940.86
HSV335°26°99°
CMYK 0.000.260.15   0.01
XYZ70.544161.329672.4097
Yxy61.32960.34530.3002
Hunter Lab78.313223.7437-0.0013
CIE-Lab82.555627.8916-4.6489

#fdbbd7 color RGB value is (253,187,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11010111
Octal 375 273 327
Decimal 253 187 215
Hex FD BB D7

RGB Percentages of Color #fdbbd7

%38.63
%28.55
%32.82

CMYK Percentages of Color #fdbbd7

%0
%26
%15
%1

Triadic Colors of #fdbbd7

#fdbbd7 #d7fdbb #bbd7fd

Analogous Colors of #fdbbd7

#fdbbd7 #fdc0bb #fdbbf8

Monochromatic Colors of #fdbbd7

#fdbbd7

Complementary Color

#fdbbd7 #bbfde1

#fdbbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbd7 Color CSS Codes

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

#fdbbd7 Text Font Color

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

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


#fdbbd7 Background Color

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

This div background color is #fdbbd7


#fdbbd7 Border Color

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

This div border color is #fdbbd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,187,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 #fdbbd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbd7

Related Colors


Comments

No comments written yet.

Please login to write comment.