Color Hex Logo

#fdbbd0 Color Hex

#FDBBD0
(253,187,208)
0 Favorites   0 Comments

Color spaces of #fdbbd0

RGB 253187208
HSL0.950.940.86
HSV341°26°99°
CMYK 0.000.260.18   0.01
XYZ69.663560.977467.7727
Yxy60.97740.35110.3073
Hunter Lab78.088022.58853.2038
CIE-Lab82.366626.8148-1.1659

#fdbbd0 color RGB value is (253,187,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11010000
Octal 375 273 320
Decimal 253 187 208
Hex FD BB D0

RGB Percentages of Color #fdbbd0

%39.04
%28.86
%32.10

CMYK Percentages of Color #fdbbd0

%0
%26
%18
%1

Triadic Colors of #fdbbd0

#fdbbd0 #d0fdbb #bbd0fd

Analogous Colors of #fdbbd0

#fdbbd0 #fdc7bb #fdbbf1

Monochromatic Colors of #fdbbd0

#fdbbd0

Complementary Color

#fdbbd0 #bbfde8

#fdbbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbd0 Color CSS Codes

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

#fdbbd0 Text Font Color

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

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


#fdbbd0 Background Color

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

This div background color is #fdbbd0


#fdbbd0 Border Color

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

This div border color is #fdbbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbd0


Comments

No comments written yet.

Please login to write comment.