Color Hex Logo

#fbc6db Color Hex

#FBC6DB
(251,198,219)
0 Favorites   0 Comments

Color spaces of #fbc6db

RGB 251198219
HSL0.930.870.88
HSV336°21°98°
CMYK 0.000.210.13   0.02
XYZ72.763966.011975.9243
Yxy66.01190.33890.3075
Hunter Lab81.247717.67771.4681
CIE-Lab85.002522.0441-3.2101

#fbc6db color RGB value is (251,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 11011011
Octal 373 306 333
Decimal 251 198 219
Hex FB C6 DB

RGB Percentages of Color #fbc6db

%37.57
%29.64
%32.78

CMYK Percentages of Color #fbc6db

%0
%21
%13
%2

Triadic Colors of #fbc6db

#fbc6db #dbfbc6 #c6dbfb

Analogous Colors of #fbc6db

#fbc6db #fbccc6 #fbc6f6

Monochromatic Colors of #fbc6db

#fbc6db

Complementary Color

#fbc6db #c6fbe6

#fbc6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc6db Color CSS Codes

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

#fbc6db Text Font Color

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

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


#fbc6db Background Color

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

This div background color is #fbc6db


#fbc6db Border Color

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

This div border color is #fbc6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc6db

Related Colors


Comments

No comments written yet.

Please login to write comment.