Color Hex Logo

#fbbdea Color Hex

#FBBDEA
(251,189,234)
0 Favorites   0 Comments

Color spaces of #fbbdea

RGB 251189234
HSL0.880.890.86
HSV316°25°98°
CMYK 0.000.250.07   0.02
XYZ72.832562.844986.1335
Yxy62.84490.32840.2833
Hunter Lab79.274825.2633-8.9273
CIE-Lab83.360729.2645-13.6582

#fbbdea color RGB value is (251,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11101010
Octal 373 275 352
Decimal 251 189 234
Hex FB BD EA

RGB Percentages of Color #fbbdea

%37.24
%28.04
%34.72

CMYK Percentages of Color #fbbdea

%0
%25
%7
%2

Triadic Colors of #fbbdea

#fbbdea #eafbbd #bdeafb

Analogous Colors of #fbbdea

#fbbdea #fbbdcb #edbdfb

Monochromatic Colors of #fbbdea

#fbbdea

Complementary Color

#fbbdea #bdfbce

#fbbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdea Color CSS Codes

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

#fbbdea Text Font Color

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

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


#fbbdea Background Color

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

This div background color is #fbbdea


#fbbdea Border Color

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

This div border color is #fbbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdea

Related Colors


Comments

No comments written yet.

Please login to write comment.