Color Hex Logo

#fbeecf Color Hex

#FBEECF
(251,238,207)
0 Favorites   0 Comments

Color spaces of #fbeecf

RGB 251238207
HSL0.120.850.90
HSV42°18°98°
CMYK 0.000.050.18   0.02
XYZ81.620786.163371.3608
Yxy86.16330.34130.3603
Hunter Lab92.8242-5.486519.3963
CIE-Lab94.3821-0.533016.5887

#fbeecf color RGB value is (251,238,207).

#fbeecf hex color red value is 251, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fbeecf hue: 0.12 , saturation: 0.85 and the lightness value of fbeecf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11001111
Octal 373 356 317
Decimal 251 238 207
Hex FB EE CF

RGB Percentages of Color #fbeecf

%36.06
%34.20
%29.74

CMYK Percentages of Color #fbeecf

%0
%5
%18
%2

Triadic Colors of #fbeecf

#fbeecf #cffbee #eecffb

Analogous Colors of #fbeecf

#fbeecf #f2fbcf #fbd8cf

Monochromatic Colors of #fbeecf

#fbeecf

Complementary Color

#fbeecf #cfdcfb

#fbeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeecf Color CSS Codes

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

#fbeecf Text Font Color

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

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


#fbeecf Background Color

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

This div background color is #fbeecf


#fbeecf Border Color

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

This div border color is #fbeecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeecf


Comments

No comments written yet.

Please login to write comment.