Color Hex Logo

#fbd0db Color Hex

#FBD0DB
(251,208,219)
0 Favorites   0 Comments

Color spaces of #fbd0db

RGB 251208219
HSL0.960.840.90
HSV345°17°98°
CMYK 0.000.170.13   0.02
XYZ75.125770.735576.7116
Yxy70.73550.33750.3178
Hunter Lab84.104412.26124.7947
CIE-Lab87.356316.79440.2373

#fbd0db color RGB value is (251,208,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 11011011
Octal 373 320 333
Decimal 251 208 219
Hex FB D0 DB

RGB Percentages of Color #fbd0db

%37.02
%30.68
%32.30

CMYK Percentages of Color #fbd0db

%0
%17
%13
%2

Triadic Colors of #fbd0db

#fbd0db #dbfbd0 #d0dbfb

Analogous Colors of #fbd0db

#fbd0db #fbdbd0 #fbd0f1

Monochromatic Colors of #fbd0db

#fbd0db

Complementary Color

#fbd0db #d0fbf0

#fbd0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd0db Color CSS Codes

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

#fbd0db Text Font Color

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

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


#fbd0db Background Color

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

This div background color is #fbd0db


#fbd0db Border Color

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

This div border color is #fbd0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd0db


Comments

No comments written yet.

Please login to write comment.