Color Hex Logo

#fbb1ef Color Hex

#FBB1EF
(251,177,239)
0 Favorites   0 Comments

Color spaces of #fbb1ef

RGB 251177239
HSL0.860.900.84
HSV310°29°98°
CMYK 0.000.290.05   0.02
XYZ71.085858.185589.1457
Yxy58.18550.32550.2664
Hunter Lab76.279432.8575-15.8950
CIE-Lab80.841836.4345-20.1326

#fbb1ef color RGB value is (251,177,239).

#fbb1ef hex color red value is 251, green value is 177 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fbb1ef hue: 0.86 , saturation: 0.90 and the lightness value of fbb1ef is 0.84.

The process color (four color CMYK) of #fbb1ef color hex is 0.00, 0.29, 0.05, 0.02. Web safe color of #fbb1ef is #ff99ff. Color #fbb1ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110001 11101111
Octal 373 261 357
Decimal 251 177 239
Hex FB B1 EF

RGB Percentages of Color #fbb1ef

%37.63
%26.54
%35.83

CMYK Percentages of Color #fbb1ef

%0
%29
%5
%2

Triadic Colors of #fbb1ef

#fbb1ef #effbb1 #b1effb

Analogous Colors of #fbb1ef

#fbb1ef #fbb1ca #e2b1fb

Monochromatic Colors of #fbb1ef

#fbb1ef

Complementary Color

#fbb1ef #b1fbbd

#fbb1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb1ef Color CSS Codes

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

#fbb1ef Text Font Color

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

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


#fbb1ef Background Color

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

This div background color is #fbb1ef


#fbb1ef Border Color

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

This div border color is #fbb1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb1ef


Comments

No comments written yet.

Please login to write comment.