Color Hex Logo

#fbb4db Color Hex

#FBB4DB
(251,180,219)
0 Favorites   0 Comments

Color spaces of #fbb4db

RGB 251180219
HSL0.910.900.85
HSV327°28°98°
CMYK 0.000.280.13   0.02
XYZ68.891158.266274.6334
Yxy58.26620.34140.2887
Hunter Lab76.332327.5175-4.5378
CIE-Lab80.886631.5219-9.2956

#fbb4db color RGB value is (251,180,219).

#fbb4db hex color red value is 251, green value is 180 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbb4db hue: 0.91 , saturation: 0.90 and the lightness value of fbb4db is 0.85.

The process color (four color CMYK) of #fbb4db color hex is 0.00, 0.28, 0.13, 0.02. Web safe color of #fbb4db is #ffcccc. Color #fbb4db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 11011011
Octal 373 264 333
Decimal 251 180 219
Hex FB B4 DB

RGB Percentages of Color #fbb4db

%38.62
%27.69
%33.69

CMYK Percentages of Color #fbb4db

%0
%28
%13
%2

Triadic Colors of #fbb4db

#fbb4db #dbfbb4 #b4dbfb

Analogous Colors of #fbb4db

#fbb4db #fbb4b8 #f8b4fb

Monochromatic Colors of #fbb4db

#fbb4db

Complementary Color

#fbb4db #b4fbd4

#fbb4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb4db Color CSS Codes

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

#fbb4db Text Font Color

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

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


#fbb4db Background Color

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

This div background color is #fbb4db


#fbb4db Border Color

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

This div border color is #fbb4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb4db

#fbb4db Color Palettes


Comments

No comments written yet.

Please login to write comment.