Color Hex Logo

#fbddfb Color Hex

#FBDDFB
(251,221,251)
0 Favorites   0 Comments

Color spaces of #fbddfb

RGB 251221251
HSL0.830.790.93
HSV300°12°98°
CMYK 0.000.120.00   0.02
XYZ83.052779.1872102.1741
Yxy79.18720.31410.2995
Hunter Lab88.987210.8684-5.7851
CIE-Lab91.318915.4337-10.7723

#fbddfb color RGB value is (251,221,251).

#fbddfb hex color red value is 251, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbddfb hue: 0.83 , saturation: 0.79 and the lightness value of fbddfb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11111011
Octal 373 335 373
Decimal 251 221 251
Hex FB DD FB

RGB Percentages of Color #fbddfb

%34.72
%30.57
%34.72

CMYK Percentages of Color #fbddfb

%0
%12
%0
%2

Triadic Colors of #fbddfb

#fbddfb #fbfbdd #ddfbfb

Analogous Colors of #fbddfb

#fbddfb #fbddec #ecddfb

Monochromatic Colors of #fbddfb

#fbddfb

Complementary Color

#fbddfb #ddfbdd

#fbddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddfb Color CSS Codes

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

#fbddfb Text Font Color

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

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


#fbddfb Background Color

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

This div background color is #fbddfb


#fbddfb Border Color

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

This div border color is #fbddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddfb

Related Colors

#fbddfb Color Palettes


Comments

No comments written yet.

Please login to write comment.