Color Hex Logo

#fbc0db Color Hex

#FBC0DB
(251,192,219)
0 Favorites   0 Comments

Color spaces of #fbc0db

RGB 251192219
HSL0.920.880.87
HSV333°24°98°
CMYK 0.000.240.13   0.02
XYZ71.419563.323075.4762
Yxy63.32300.33970.3012
Hunter Lab79.575820.9468-0.5325
CIE-Lab83.612025.2029-5.2578

#fbc0db color RGB value is (251,192,219).

#fbc0db hex color red value is 251, green value is 192 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbc0db hue: 0.92 , saturation: 0.88 and the lightness value of fbc0db is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 11011011
Octal 373 300 333
Decimal 251 192 219
Hex FB C0 DB

RGB Percentages of Color #fbc0db

%37.92
%29.00
%33.08

CMYK Percentages of Color #fbc0db

%0
%24
%13
%2

Triadic Colors of #fbc0db

#fbc0db #dbfbc0 #c0dbfb

Analogous Colors of #fbc0db

#fbc0db #fbc3c0 #fbc0f9

Monochromatic Colors of #fbc0db

#fbc0db

Complementary Color

#fbc0db #c0fbe0

#fbc0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc0db Color CSS Codes

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

#fbc0db Text Font Color

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

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


#fbc0db Background Color

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

This div background color is #fbc0db


#fbc0db Border Color

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

This div border color is #fbc0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc0db


Comments

No comments written yet.

Please login to write comment.