Color Hex Logo

#fbeefb Color Hex

#FBEEFB
(251,238,251)
1 Favorites   0 Comments

Color spaces of #fbeefb

RGB 251238251
HSL0.830.620.96
HSV300°98°
CMYK 0.000.050.00   0.02
XYZ87.770888.6233103.7468
Yxy88.62330.31330.3164
Hunter Lab94.13991.67850.5575
CIE-Lab95.42286.6303-4.6962

#fbeefb color RGB value is (251,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11111011
Octal 373 356 373
Decimal 251 238 251
Hex FB EE FB

RGB Percentages of Color #fbeefb

%33.92
%32.16
%33.92

CMYK Percentages of Color #fbeefb

%0
%5
%0
%2

Triadic Colors of #fbeefb

#fbeefb #fbfbee #eefbfb

Analogous Colors of #fbeefb

#fbeefb #fbeef5 #f5eefb

Monochromatic Colors of #fbeefb

#fbeefb

Complementary Color

#fbeefb #eefbee

#fbeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeefb Color CSS Codes

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

#fbeefb Text Font Color

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

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


#fbeefb Background Color

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

This div background color is #fbeefb


#fbeefb Border Color

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

This div border color is #fbeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeefb

Related Colors


Comments

No comments written yet.

Please login to write comment.