Color Hex Logo

#fbbddd Color Hex

#FBBDDD
(251,189,221)
0 Favorites   0 Comments

Color spaces of #fbbddd

RGB 251189221
HSL0.910.890.86
HSV329°25°98°
CMYK 0.000.250.12   0.02
XYZ71.032462.124976.6541
Yxy62.12490.33860.2961
Hunter Lab78.819422.9312-2.4877
CIE-Lab82.979827.1053-7.2639

#fbbddd color RGB value is (251,189,221).

#fbbddd hex color red value is 251, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fbbddd hue: 0.91 , saturation: 0.89 and the lightness value of fbbddd is 0.86.

The process color (four color CMYK) of #fbbddd color hex is 0.00, 0.25, 0.12, 0.02. Web safe color of #fbbddd is #ffcccc. Color #fbbddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11011101
Octal 373 275 335
Decimal 251 189 221
Hex FB BD DD

RGB Percentages of Color #fbbddd

%37.97
%28.59
%33.43

CMYK Percentages of Color #fbbddd

%0
%25
%12
%2

Triadic Colors of #fbbddd

#fbbddd #ddfbbd #bdddfb

Analogous Colors of #fbbddd

#fbbddd #fbbdbe #fabdfb

Monochromatic Colors of #fbbddd

#fbbddd

Complementary Color

#fbbddd #bdfbdb

#fbbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbddd Color CSS Codes

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

#fbbddd Text Font Color

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

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


#fbbddd Background Color

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

This div background color is #fbbddd


#fbbddd Border Color

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

This div border color is #fbbddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,189,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbbddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbbddd;
  -webkit-box-shadow: 1px 1px 3px 2px #fbbddd;
  box-shadow:         1px 1px 3px 2px #fbbddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,189,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbddd

Related Colors


Comments

No comments written yet.

Please login to write comment.