Color Hex Logo

#fbe1ce Color Hex

#FBE1CE
(251,225,206)
0 Favorites   0 Comments

Color spaces of #fbe1ce

RGB 251225206
HSL0.070.850.90
HSV25°18°98°
CMYK 0.000.100.18   0.02
XYZ77.849578.815969.5024
Yxy78.81590.34420.3485
Hunter Lab88.77831.164215.7281
CIE-Lab91.15095.959312.5390

#fbe1ce color RGB value is (251,225,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 11001110
Octal 373 341 316
Decimal 251 225 206
Hex FB E1 CE

RGB Percentages of Color #fbe1ce

%36.80
%32.99
%30.21

CMYK Percentages of Color #fbe1ce

%0
%10
%18
%2

Triadic Colors of #fbe1ce

#fbe1ce #cefbe1 #e1cefb

Analogous Colors of #fbe1ce

#fbe1ce #fbf8ce #fbced2

Monochromatic Colors of #fbe1ce

#fbe1ce

Complementary Color

#fbe1ce #cee8fb

#fbe1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1ce Color CSS Codes

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

#fbe1ce Text Font Color

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

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


#fbe1ce Background Color

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

This div background color is #fbe1ce


#fbe1ce Border Color

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

This div border color is #fbe1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1ce


Comments

No comments written yet.

Please login to write comment.