Color Hex Logo

#fbdbee Color Hex

#FBDBEE
(251,219,238)
0 Favorites   0 Comments

Color spaces of #fbdbee

RGB 251219238
HSL0.900.800.92
HSV324°13°98°
CMYK 0.000.130.05   0.02
XYZ80.547877.345391.5727
Yxy77.34530.32290.3100
Hunter Lab87.94629.5781-0.1725
CIE-Lab90.480314.1936-5.1973

#fbdbee color RGB value is (251,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11101110
Octal 373 333 356
Decimal 251 219 238
Hex FB DB EE

RGB Percentages of Color #fbdbee

%35.45
%30.93
%33.62

CMYK Percentages of Color #fbdbee

%0
%13
%5
%2

Triadic Colors of #fbdbee

#fbdbee #eefbdb #dbeefb

Analogous Colors of #fbdbee

#fbdbee #fbdbde #f8dbfb

Monochromatic Colors of #fbdbee

#fbdbee

Complementary Color

#fbdbee #dbfbe8

#fbdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbee Color CSS Codes

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

#fbdbee Text Font Color

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

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


#fbdbee Background Color

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

This div background color is #fbdbee


#fbdbee Border Color

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

This div border color is #fbdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbee

Related Colors


Comments

No comments written yet.

Please login to write comment.