Color Hex Logo

#fbdbe8 Color Hex

#FBDBE8
(251,219,232)
0 Favorites   0 Comments

Color spaces of #fbdbe8

RGB 251219232
HSL0.930.800.92
HSV336°13°98°
CMYK 0.000.130.08   0.02
XYZ79.680776.998587.0065
Yxy76.99850.32700.3160
Hunter Lab87.74888.52742.6357
CIE-Lab90.320913.1766-2.2806

#fbdbe8 color RGB value is (251,219,232).

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

The process color (four color CMYK) of #fbdbe8 color hex is 0.00, 0.13, 0.08, 0.02. Web safe color of #fbdbe8 is #ffccff. Color #fbdbe8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11101000
Octal 373 333 350
Decimal 251 219 232
Hex FB DB E8

RGB Percentages of Color #fbdbe8

%35.75
%31.20
%33.05

CMYK Percentages of Color #fbdbe8

%0
%13
%8
%2

Triadic Colors of #fbdbe8

#fbdbe8 #e8fbdb #dbe8fb

Analogous Colors of #fbdbe8

#fbdbe8 #fbdedb #fbdbf8

Monochromatic Colors of #fbdbe8

#fbdbe8

Complementary Color

#fbdbe8 #dbfbee

#fbdbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbe8 Color CSS Codes

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

#fbdbe8 Text Font Color

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

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


#fbdbe8 Background Color

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

This div background color is #fbdbe8


#fbdbe8 Border Color

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

This div border color is #fbdbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbe8


Comments

No comments written yet.

Please login to write comment.