Color Hex Logo

#fbebfa Color Hex

#FBEBFA
(251,235,250)
0 Favorites   0 Comments

Color spaces of #fbebfa

RGB 251235250
HSL0.840.670.95
HSV304°98°
CMYK 0.000.060.00   0.02
XYZ86.747386.8280102.6299
Yxy86.82800.31410.3144
Hunter Lab93.18153.1068-0.0748
CIE-Lab94.66527.9955-5.2935

#fbebfa color RGB value is (251,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11111010
Octal 373 353 372
Decimal 251 235 250
Hex FB EB FA

RGB Percentages of Color #fbebfa

%34.10
%31.93
%33.97

CMYK Percentages of Color #fbebfa

%0
%6
%0
%2

Triadic Colors of #fbebfa

#fbebfa #fafbeb #ebfafb

Analogous Colors of #fbebfa

#fbebfa #fbebf2 #f4ebfb

Monochromatic Colors of #fbebfa

#fbebfa

Complementary Color

#fbebfa #ebfbec

#fbebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebfa Color CSS Codes

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

#fbebfa Text Font Color

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

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


#fbebfa Background Color

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

This div background color is #fbebfa


#fbebfa Border Color

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

This div border color is #fbebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.