Color Hex Logo

#fbbbea Color Hex

#FBBBEA
(251,187,234)
0 Favorites   0 Comments

Color spaces of #fbbbea

RGB 251187234
HSL0.880.890.86
HSV316°25°98°
CMYK 0.000.250.07   0.02
XYZ72.405361.990485.9911
Yxy61.99040.32850.2813
Hunter Lab78.734026.3676-9.6411
CIE-Lab82.908330.3181-14.3362

#fbbbea color RGB value is (251,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11101010
Octal 373 273 352
Decimal 251 187 234
Hex FB BB EA

RGB Percentages of Color #fbbbea

%37.35
%27.83
%34.82

CMYK Percentages of Color #fbbbea

%0
%25
%7
%2

Triadic Colors of #fbbbea

#fbbbea #eafbbb #bbeafb

Analogous Colors of #fbbbea

#fbbbea #fbbbca #ecbbfb

Monochromatic Colors of #fbbbea

#fbbbea

Complementary Color

#fbbbea #bbfbcc

#fbbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbea Color CSS Codes

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

#fbbbea Text Font Color

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

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


#fbbbea Background Color

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

This div background color is #fbbbea


#fbbbea Border Color

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

This div border color is #fbbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbea


Comments

No comments written yet.

Please login to write comment.