Color Hex Logo

#fbbeda Color Hex

#FBBEDA
(251,190,218)
0 Favorites   0 Comments

Color spaces of #fbbeda

RGB 251190218
HSL0.920.880.86
HSV332°24°98°
CMYK 0.000.240.13   0.02
XYZ70.852062.398174.6394
Yxy62.39810.34080.3002
Hunter Lab78.992521.8681-0.7280
CIE-Lab83.124726.0964-5.4416

#fbbeda color RGB value is (251,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11011010
Octal 373 276 332
Decimal 251 190 218
Hex FB BE DA

RGB Percentages of Color #fbbeda

%38.09
%28.83
%33.08

CMYK Percentages of Color #fbbeda

%0
%24
%13
%2

Triadic Colors of #fbbeda

#fbbeda #dafbbe #bedafb

Analogous Colors of #fbbeda

#fbbeda #fbc1be #fbbef9

Monochromatic Colors of #fbbeda

#fbbeda

Complementary Color

#fbbeda #befbdf

#fbbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeda Color CSS Codes

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

#fbbeda Text Font Color

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

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


#fbbeda Background Color

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

This div background color is #fbbeda


#fbbeda Border Color

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

This div border color is #fbbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeda


Comments

No comments written yet.

Please login to write comment.