Color Hex Logo

#fbe3ce Color Hex

#FBE3CE
(251,227,206)
0 Favorites   0 Comments

Color spaces of #fbe3ce

RGB 251227206
HSL0.080.850.90
HSV28°18°98°
CMYK 0.000.100.18   0.02
XYZ78.393379.903669.6837
Yxy79.90360.34390.3505
Hunter Lab89.38880.112716.3522
CIE-Lab91.64164.931213.2353

#fbe3ce color RGB value is (251,227,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 11001110
Octal 373 343 316
Decimal 251 227 206
Hex FB E3 CE

RGB Percentages of Color #fbe3ce

%36.70
%33.19
%30.12

CMYK Percentages of Color #fbe3ce

%0
%10
%18
%2

Triadic Colors of #fbe3ce

#fbe3ce #cefbe3 #e3cefb

Analogous Colors of #fbe3ce

#fbe3ce #fbface #fbced0

Monochromatic Colors of #fbe3ce

#fbe3ce

Complementary Color

#fbe3ce #cee6fb

#fbe3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe3ce Color CSS Codes

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

#fbe3ce Text Font Color

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

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


#fbe3ce Background Color

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

This div background color is #fbe3ce


#fbe3ce Border Color

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

This div border color is #fbe3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe3ce

Related Colors


Comments

No comments written yet.

Please login to write comment.