Color Hex Logo

#fbbdef Color Hex

#FBBDEF
(251,189,239)
0 Favorites   0 Comments

Color spaces of #fbbdef

RGB 251189239
HSL0.870.890.86
HSV312°25°98°
CMYK 0.000.250.05   0.02
XYZ73.561263.136489.9708
Yxy63.13640.32450.2785
Hunter Lab79.458426.1999-11.5132
CIE-Lab83.514130.1242-16.1007

#fbbdef color RGB value is (251,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11101111
Octal 373 275 357
Decimal 251 189 239
Hex FB BD EF

RGB Percentages of Color #fbbdef

%36.97
%27.84
%35.20

CMYK Percentages of Color #fbbdef

%0
%25
%5
%2

Triadic Colors of #fbbdef

#fbbdef #effbbd #bdeffb

Analogous Colors of #fbbdef

#fbbdef #fbbdd0 #e8bdfb

Monochromatic Colors of #fbbdef

#fbbdef

Complementary Color

#fbbdef #bdfbc9

#fbbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdef Color CSS Codes

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

#fbbdef Text Font Color

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

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


#fbbdef Background Color

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

This div background color is #fbbdef


#fbbdef Border Color

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

This div border color is #fbbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdef


Comments

No comments written yet.

Please login to write comment.