Color Hex Logo

#fbeefa Color Hex

#FBEEFA
(251,238,250)
0 Favorites   0 Comments

Color spaces of #fbeefa

RGB 251238250
HSL0.850.620.96
HSV305°98°
CMYK 0.000.050.00   0.02
XYZ87.613588.5604102.9186
Yxy88.56040.31390.3173
Hunter Lab94.10651.49771.0327
CIE-Lab95.39646.4529-4.2166

#fbeefa color RGB value is (251,238,250).

#fbeefa hex color red value is 251, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbeefa hue: 0.85 , saturation: 0.62 and the lightness value of fbeefa is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11111010
Octal 373 356 372
Decimal 251 238 250
Hex FB EE FA

RGB Percentages of Color #fbeefa

%33.96
%32.21
%33.83

CMYK Percentages of Color #fbeefa

%0
%5
%0
%2

Triadic Colors of #fbeefa

#fbeefa #fafbee #eefafb

Analogous Colors of #fbeefa

#fbeefa #fbeef4 #f6eefb

Monochromatic Colors of #fbeefa

#fbeefa

Complementary Color

#fbeefa #eefbef

#fbeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeefa Color CSS Codes

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

#fbeefa Text Font Color

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

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


#fbeefa Background Color

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

This div background color is #fbeefa


#fbeefa Border Color

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

This div border color is #fbeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeefa

Related Colors


Comments

No comments written yet.

Please login to write comment.