color codes Logo

#fbc4db color codes

#FBC4DB
(251,196,219)
0 Favorites   0 Comments

Color spaces of #fbc4db

RGB 251196219
HSL0.930.870.88
HSV335°22°98°
CMYK 0.000.220.13   0.02
XYZ72.309865.103675.7729
Yxy65.10360.33920.3054
Hunter Lab80.686818.76600.8016
CIE-Lab84.537123.0967-3.8946

#fbc4db color RGB value is (251,196,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 11011011
Octal 373 304 333
Decimal 251 196 219
Hex FB C4 DB

RGB Percentages of Color #fbc4db

%37.69
%29.43
%32.88

CMYK Percentages of Color #fbc4db

%0
%22
%13
%2

Triadic Colors of #fbc4db

#fbc4db #dbfbc4 #c4dbfb

Analogous Colors of #fbc4db

#fbc4db #fbc9c4 #fbc4f7

Monochromatic Colors of #fbc4db

#fbc4db

Complementary Color

#fbc4db #c4fbe4

#fbc4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc4db Color CSS Codes

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

#fbc4db Text Font Color

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

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


#fbc4db Background Color

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

This div background color is #fbc4db


#fbc4db Border Color

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

This div border color is #fbc4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc4db


Comments

No comments written yet.

Please login to write comment.