Color Hex Logo

#fbbdff Color Hex

#FBBDFF
(251,189,255)
0 Favorites   0 Comments

Color spaces of #fbbdff

RGB 251189255
HSL0.821.000.87
HSV296°26°100°
CMYK 0.020.260.00   0.00
XYZ76.031364.1244102.9777
Yxy64.12440.31270.2637
Hunter Lab80.077729.3442-20.1909
CIE-Lab84.030532.9801-23.8505

#fbbdff color RGB value is (251,189,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11111111
Octal 373 275 377
Decimal 251 189 255
Hex FB BD FF

RGB Percentages of Color #fbbdff

%36.12
%27.19
%36.69

CMYK Percentages of Color #fbbdff

%2
%26
%0
%0

Triadic Colors of #fbbdff

#fbbdff #fffbbd #bdfffb

Analogous Colors of #fbbdff

#fbbdff #ffbde2 #dabdff

Monochromatic Colors of #fbbdff

#fbbdff

Complementary Color

#fbbdff #c1ffbd

#fbbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdff Color CSS Codes

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

#fbbdff Text Font Color

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

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


#fbbdff Background Color

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

This div background color is #fbbdff


#fbbdff Border Color

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

This div border color is #fbbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdff

#fbbdff Color Palettes


Comments

No comments written yet.

Please login to write comment.