Color Hex Logo

#fbdddb Color Hex

#FBDDDB
(251,221,219)
0 Favorites   0 Comments

Color spaces of #fbdddb

RGB 251221219
HSL0.010.800.92
HSV13°98°
CMYK 0.000.120.13   0.02
XYZ78.426377.336677.8118
Yxy77.33660.33580.3311
Hunter Lab87.94125.28989.0981
CIE-Lab90.476310.01974.7699

#fbdddb color RGB value is (251,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11011011
Octal 373 335 333
Decimal 251 221 219
Hex FB DD DB

RGB Percentages of Color #fbdddb

%36.32
%31.98
%31.69

CMYK Percentages of Color #fbdddb

%0
%12
%13
%2

Triadic Colors of #fbdddb

#fbdddb #dbfbdd #dddbfb

Analogous Colors of #fbdddb

#fbdddb #fbeddb #fbdbe9

Monochromatic Colors of #fbdddb

#fbdddb

Complementary Color

#fbdddb #dbf9fb

#fbdddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdddb Color CSS Codes

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

#fbdddb Text Font Color

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

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


#fbdddb Background Color

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

This div background color is #fbdddb


#fbdddb Border Color

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

This div border color is #fbdddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdddb

Related Colors

#fbdddb Color Palettes


Comments

No comments written yet.

Please login to write comment.