Color Hex Logo

#fbdafb Color Hex

#FBDAFB
(251,218,251)
0 Favorites   0 Comments

Color spaces of #fbdafb

RGB 251218251
HSL0.830.800.92
HSV300°13°98°
CMYK 0.000.130.00   0.02
XYZ82.267777.6171101.9124
Yxy77.61710.31420.2965
Hunter Lab88.100612.5061-6.9147
CIE-Lab90.604917.0006-11.8361

#fbdafb color RGB value is (251,218,251).

#fbdafb hex color red value is 251, green value is 218 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbdafb hue: 0.83 , saturation: 0.80 and the lightness value of fbdafb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11111011
Octal 373 332 373
Decimal 251 218 251
Hex FB DA FB

RGB Percentages of Color #fbdafb

%34.86
%30.28
%34.86

CMYK Percentages of Color #fbdafb

%0
%13
%0
%2

Triadic Colors of #fbdafb

#fbdafb #fbfbda #dafbfb

Analogous Colors of #fbdafb

#fbdafb #fbdaeb #ebdafb

Monochromatic Colors of #fbdafb

#fbdafb

Complementary Color

#fbdafb #dafbda

#fbdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdafb Color CSS Codes

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

#fbdafb Text Font Color

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

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


#fbdafb Background Color

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

This div background color is #fbdafb


#fbdafb Border Color

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

This div border color is #fbdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdafb


Comments

No comments written yet.

Please login to write comment.