Color Hex Logo

#fbeafb Color Hex

#FBEAFB
(251,234,251)
0 Favorites   0 Comments

Color spaces of #fbeafb

RGB 251234251
HSL0.830.680.95
HSV300°98°
CMYK 0.000.070.00   0.02
XYZ86.619186.3199103.3629
Yxy86.31990.31350.3124
Hunter Lab92.90853.8266-0.9256
CIE-Lab94.44908.6887-6.1321

#fbeafb color RGB value is (251,234,251).

#fbeafb hex color red value is 251, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbeafb hue: 0.83 , saturation: 0.68 and the lightness value of fbeafb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11111011
Octal 373 352 373
Decimal 251 234 251
Hex FB EA FB

RGB Percentages of Color #fbeafb

%34.10
%31.79
%34.10

CMYK Percentages of Color #fbeafb

%0
%7
%0
%2

Triadic Colors of #fbeafb

#fbeafb #fbfbea #eafbfb

Analogous Colors of #fbeafb

#fbeafb #fbeaf3 #f3eafb

Monochromatic Colors of #fbeafb

#fbeafb

Complementary Color

#fbeafb #eafbea

#fbeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeafb Color CSS Codes

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

#fbeafb Text Font Color

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

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


#fbeafb Background Color

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

This div background color is #fbeafb


#fbeafb Border Color

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

This div border color is #fbeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeafb

Related Colors

#fbeafb Color Palettes


Comments

No comments written yet.

Please login to write comment.