Color Hex Logo

#fbb3ff Color Hex

#FBB3FF
(251,179,255)
0 Favorites   0 Comments

Color spaces of #fbb3ff

RGB 251179255
HSL0.821.000.85
HSV297°30°100°
CMYK 0.020.300.00   0.00
XYZ73.953859.9694102.2852
Yxy59.96940.31310.2539
Hunter Lab77.439934.9446-24.1043
CIE-Lab81.821638.2349-27.2180

#fbb3ff color RGB value is (251,179,255).

#fbb3ff hex color red value is 251, green value is 179 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbb3ff hue: 0.82 , saturation: 1.00 and the lightness value of fbb3ff is 0.85.

The process color (four color CMYK) of #fbb3ff color hex is 0.02, 0.30, 0.00, 0.00. Web safe color of #fbb3ff is #ffccff. Color #fbb3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 11111111
Octal 373 263 377
Decimal 251 179 255
Hex FB B3 FF

RGB Percentages of Color #fbb3ff

%36.64
%26.13
%37.23

CMYK Percentages of Color #fbb3ff

%2
%30
%0
%0

Triadic Colors of #fbb3ff

#fbb3ff #fffbb3 #b3fffb

Analogous Colors of #fbb3ff

#fbb3ff #ffb3dd #d5b3ff

Monochromatic Colors of #fbb3ff

#fbb3ff

Complementary Color

#fbb3ff #b7ffb3

#fbb3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb3ff Color CSS Codes

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

#fbb3ff Text Font Color

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

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


#fbb3ff Background Color

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

This div background color is #fbb3ff


#fbb3ff Border Color

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

This div border color is #fbb3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb3ff

Related Colors

#fbb3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.