Color Hex Logo

#fbb9fe Color Hex

#FBB9FE
(251,185,254)
0 Favorites   0 Comments

Color spaces of #fbb9fe

RGB 251185254
HSL0.830.970.86
HSV297°27°100°
CMYK 0.010.270.00   0.00
XYZ75.022062.3629101.8491
Yxy62.36290.31360.2607
Hunter Lab78.970231.3779-21.1881
CIE-Lab83.106034.9019-24.7246

#fbb9fe color RGB value is (251,185,254).

#fbb9fe hex color red value is 251, green value is 185 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fbb9fe hue: 0.83 , saturation: 0.97 and the lightness value of fbb9fe is 0.86.

The process color (four color CMYK) of #fbb9fe color hex is 0.01, 0.27, 0.00, 0.00. Web safe color of #fbb9fe is #ffccff. Color #fbb9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 11111110
Octal 373 271 376
Decimal 251 185 254
Hex FB B9 FE

RGB Percentages of Color #fbb9fe

%36.38
%26.81
%36.81

CMYK Percentages of Color #fbb9fe

%1
%27
%0
%0

Triadic Colors of #fbb9fe

#fbb9fe #fefbb9 #b9fefb

Analogous Colors of #fbb9fe

#fbb9fe #feb9df #d9b9fe

Monochromatic Colors of #fbb9fe

#fbb9fe

Complementary Color

#fbb9fe #bcfeb9

#fbb9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb9fe Color CSS Codes

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

#fbb9fe Text Font Color

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

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


#fbb9fe Background Color

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

This div background color is #fbb9fe


#fbb9fe Border Color

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

This div border color is #fbb9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb9fe


Comments

No comments written yet.

Please login to write comment.