Color Hex Logo

#fbeeef Color Hex

#FBEEEF
(251,238,239)
0 Favorites   0 Comments

Color spaces of #fbeeef

RGB 251238239
HSL0.990.620.96
HSV355°98°
CMYK 0.000.050.05   0.02
XYZ85.938287.890394.0964
Yxy87.89030.32080.3280
Hunter Lab93.7498-0.43566.1157
CIE-Lab95.11474.54551.0745

#fbeeef color RGB value is (251,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11101111
Octal 373 356 357
Decimal 251 238 239
Hex FB EE EF

RGB Percentages of Color #fbeeef

%34.48
%32.69
%32.83

CMYK Percentages of Color #fbeeef

%0
%5
%5
%2

Triadic Colors of #fbeeef

#fbeeef #effbee #eeeffb

Analogous Colors of #fbeeef

#fbeeef #fbf4ee #fbeef6

Monochromatic Colors of #fbeeef

#fbeeef

Complementary Color

#fbeeef #eefbfa

#fbeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeeef Color CSS Codes

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

#fbeeef Text Font Color

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

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


#fbeeef Background Color

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

This div background color is #fbeeef


#fbeeef Border Color

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

This div border color is #fbeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeeef


Comments

No comments written yet.

Please login to write comment.