Color Hex Logo

#fbdbdf Color Hex

#FBDBDF
(251,219,223)
0 Favorites   0 Comments

Color spaces of #fbdbdf

RGB 251219223
HSL0.980.800.92
HSV353°13°98°
CMYK 0.000.130.11   0.02
XYZ78.434576.500080.4441
Yxy76.50000.33320.3250
Hunter Lab87.46437.00926.6938
CIE-Lab90.091011.69702.1115

#fbdbdf color RGB value is (251,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11011111
Octal 373 333 337
Decimal 251 219 223
Hex FB DB DF

RGB Percentages of Color #fbdbdf

%36.22
%31.60
%32.18

CMYK Percentages of Color #fbdbdf

%0
%13
%11
%2

Triadic Colors of #fbdbdf

#fbdbdf #dffbdb #dbdffb

Analogous Colors of #fbdbdf

#fbdbdf #fbe7db #fbdbef

Monochromatic Colors of #fbdbdf

#fbdbdf

Complementary Color

#fbdbdf #dbfbf7

#fbdbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbdf Color CSS Codes

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

#fbdbdf Text Font Color

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

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


#fbdbdf Background Color

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

This div background color is #fbdbdf


#fbdbdf Border Color

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

This div border color is #fbdbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,219,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbdbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbdf

#fbdbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.