Color Hex Logo

#fbdefa Color Hex

#FBDEFA
(251,222,250)
0 Favorites   0 Comments

Color spaces of #fbdefa

RGB 251222250
HSL0.840.780.93
HSV302°12°98°
CMYK 0.000.120.00   0.02
XYZ83.160379.6539101.4342
Yxy79.65390.31470.3014
Hunter Lab89.249010.1366-4.9105
CIE-Lab91.529314.7331-9.9357

#fbdefa color RGB value is (251,222,250).

#fbdefa hex color red value is 251, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbdefa hue: 0.84 , saturation: 0.78 and the lightness value of fbdefa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 11111010
Octal 373 336 372
Decimal 251 222 250
Hex FB DE FA

RGB Percentages of Color #fbdefa

%34.72
%30.71
%34.58

CMYK Percentages of Color #fbdefa

%0
%12
%0
%2

Triadic Colors of #fbdefa

#fbdefa #fafbde #defafb

Analogous Colors of #fbdefa

#fbdefa #fbdeec #eedefb

Monochromatic Colors of #fbdefa

#fbdefa

Complementary Color

#fbdefa #defbdf

#fbdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdefa Color CSS Codes

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

#fbdefa Text Font Color

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

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


#fbdefa Background Color

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

This div background color is #fbdefa


#fbdefa Border Color

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

This div border color is #fbdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdefa

Related Colors


Comments

No comments written yet.

Please login to write comment.