Color Hex Logo

#fbbdee Color Hex

#FBBDEE
(251,189,238)
0 Favorites   0 Comments

Color spaces of #fbbdee

RGB 251189238
HSL0.870.890.86
HSV313°25°98°
CMYK 0.000.250.05   0.02
XYZ73.413963.077589.1948
Yxy63.07750.32530.2795
Hunter Lab79.421326.0109-10.9912
CIE-Lab83.483129.9510-15.6130

#fbbdee color RGB value is (251,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11101110
Octal 373 275 356
Decimal 251 189 238
Hex FB BD EE

RGB Percentages of Color #fbbdee

%37.02
%27.88
%35.10

CMYK Percentages of Color #fbbdee

%0
%25
%5
%2

Triadic Colors of #fbbdee

#fbbdee #eefbbd #bdeefb

Analogous Colors of #fbbdee

#fbbdee #fbbdcf #e9bdfb

Monochromatic Colors of #fbbdee

#fbbdee

Complementary Color

#fbbdee #bdfbca

#fbbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdee Color CSS Codes

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

#fbbdee Text Font Color

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

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


#fbbdee Background Color

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

This div background color is #fbbdee


#fbbdee Border Color

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

This div border color is #fbbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdee


Comments

No comments written yet.

Please login to write comment.