Color Hex Logo

#fbeeee Color Hex

#FBEEEE
(251,238,238)
0 Favorites   0 Comments

Color spaces of #fbeeee

RGB 251238238
HSL0.000.620.96
HSV98°
CMYK 0.000.050.05   0.02
XYZ85.790887.831393.3204
Yxy87.83130.32140.3290
Hunter Lab93.7184-0.60636.5646
CIE-Lab95.08994.37611.5567

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

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

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

Base Numbers

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

RGB Percentages of Color #fbeeee

%34.53
%32.74
%32.74

CMYK Percentages of Color #fbeeee

%0
%5
%5
%2

Triadic Colors of #fbeeee

#fbeeee #eefbee #eeeefb

Analogous Colors of #fbeeee

#fbeeee #fbf5ee #fbeef5

Monochromatic Colors of #fbeeee

#fbeeee

Complementary Color

#fbeeee #eefbfb

#fbeeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeeee Color CSS Codes

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

#fbeeee Text Font Color

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

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


#fbeeee Background Color

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

This div background color is #fbeeee


#fbeeee Border Color

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

This div border color is #fbeeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeeee

Related Colors


Comments

No comments written yet.

Please login to write comment.