Color Hex Logo

#fbf3ce Color Hex

#FBF3CE
(251,243,206)
0 Favorites   0 Comments

Color spaces of #fbf3ce

RGB 251243206
HSL0.140.850.90
HSV49°18°98°
CMYK 0.000.030.18   0.02
XYZ82.974889.066671.2109
Yxy89.06660.34110.3661
Hunter Lab94.3751-8.218821.3252
CIE-Lab95.6082-3.204218.8244

#fbf3ce color RGB value is (251,243,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 11001110
Octal 373 363 316
Decimal 251 243 206
Hex FB F3 CE

RGB Percentages of Color #fbf3ce

%35.86
%34.71
%29.43

CMYK Percentages of Color #fbf3ce

%0
%3
%18
%2

Triadic Colors of #fbf3ce

#fbf3ce #cefbf3 #f3cefb

Analogous Colors of #fbf3ce

#fbf3ce #edfbce #fbddce

Monochromatic Colors of #fbf3ce

#fbf3ce

Complementary Color

#fbf3ce #ced6fb

#fbf3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf3ce Color CSS Codes

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

#fbf3ce Text Font Color

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

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


#fbf3ce Background Color

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

This div background color is #fbf3ce


#fbf3ce Border Color

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

This div border color is #fbf3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf3ce


Comments

No comments written yet.

Please login to write comment.