Color Hex Logo

#fbc9db Color Hex

#FBC9DB
(251,201,219)
0 Favorites   0 Comments

Color spaces of #fbc9db

RGB 251201219
HSL0.940.860.89
HSV338°20°98°
CMYK 0.000.200.13   0.02
XYZ73.456567.397076.1552
Yxy67.39700.33850.3106
Hunter Lab82.095716.04852.4672
CIE-Lab85.704020.4669-2.1802

#fbc9db color RGB value is (251,201,219).

#fbc9db hex color red value is 251, green value is 201 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbc9db hue: 0.94 , saturation: 0.86 and the lightness value of fbc9db is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 11011011
Octal 373 311 333
Decimal 251 201 219
Hex FB C9 DB

RGB Percentages of Color #fbc9db

%37.41
%29.96
%32.64

CMYK Percentages of Color #fbc9db

%0
%20
%13
%2

Triadic Colors of #fbc9db

#fbc9db #dbfbc9 #c9dbfb

Analogous Colors of #fbc9db

#fbc9db #fbd0c9 #fbc9f4

Monochromatic Colors of #fbc9db

#fbc9db

Complementary Color

#fbc9db #c9fbe9

#fbc9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc9db Color CSS Codes

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

#fbc9db Text Font Color

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

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


#fbc9db Background Color

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

This div background color is #fbc9db


#fbc9db Border Color

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

This div border color is #fbc9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc9db


Comments

No comments written yet.

Please login to write comment.