Color Hex Logo

#fbc3db Color Hex

#FBC3DB
(251,195,219)
0 Favorites   0 Comments

Color spaces of #fbc3db

RGB 251195219
HSL0.930.880.87
HSV334°22°98°
CMYK 0.000.220.13   0.02
XYZ72.085064.653975.6980
Yxy64.65390.33930.3043
Hunter Lab80.407619.31080.4681
CIE-Lab84.305123.6232-4.2362

#fbc3db color RGB value is (251,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 11011011
Octal 373 303 333
Decimal 251 195 219
Hex FB C3 DB

RGB Percentages of Color #fbc3db

%37.74
%29.32
%32.93

CMYK Percentages of Color #fbc3db

%0
%22
%13
%2

Triadic Colors of #fbc3db

#fbc3db #dbfbc3 #c3dbfb

Analogous Colors of #fbc3db

#fbc3db #fbc7c3 #fbc3f7

Monochromatic Colors of #fbc3db

#fbc3db

Complementary Color

#fbc3db #c3fbe3

#fbc3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc3db Color CSS Codes

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

#fbc3db Text Font Color

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

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


#fbc3db Background Color

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

This div background color is #fbc3db


#fbc3db Border Color

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

This div border color is #fbc3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc3db


Comments

No comments written yet.

Please login to write comment.