Color Hex Logo

#fbe2ce Color Hex

#FBE2CE
(251,226,206)
0 Favorites   0 Comments

Color spaces of #fbe2ce

RGB 251226206
HSL0.070.850.90
HSV27°18°98°
CMYK 0.000.100.18   0.02
XYZ78.120679.358269.5928
Yxy79.35820.34400.3495
Hunter Lab89.08320.638116.0402
CIE-Lab91.39615.444912.8871

#fbe2ce color RGB value is (251,226,206).

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

The process color (four color CMYK) of #fbe2ce color hex is 0.00, 0.10, 0.18, 0.02. Web safe color of #fbe2ce is #ffcccc. Color #fbe2ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 11001110
Octal 373 342 316
Decimal 251 226 206
Hex FB E2 CE

RGB Percentages of Color #fbe2ce

%36.75
%33.09
%30.16

CMYK Percentages of Color #fbe2ce

%0
%10
%18
%2

Triadic Colors of #fbe2ce

#fbe2ce #cefbe2 #e2cefb

Analogous Colors of #fbe2ce

#fbe2ce #fbf9ce #fbced1

Monochromatic Colors of #fbe2ce

#fbe2ce

Complementary Color

#fbe2ce #cee7fb

#fbe2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2ce Color CSS Codes

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

#fbe2ce Text Font Color

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

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


#fbe2ce Background Color

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

This div background color is #fbe2ce


#fbe2ce Border Color

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

This div border color is #fbe2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2ce

Related Colors


Comments

No comments written yet.

Please login to write comment.