Color Hex Logo

#fbf2ce Color Hex

#FBF2CE
(251,242,206)
0 Favorites   0 Comments

Color spaces of #fbf2ce

RGB 251242206
HSL0.130.850.90
HSV48°18°98°
CMYK 0.000.040.18   0.02
XYZ82.676488.469771.1114
Yxy88.46970.34130.3652
Hunter Lab94.0583-7.702221.0155
CIE-Lab95.3584-2.700718.4744

#fbf2ce color RGB value is (251,242,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 11001110
Octal 373 362 316
Decimal 251 242 206
Hex FB F2 CE

RGB Percentages of Color #fbf2ce

%35.91
%34.62
%29.47

CMYK Percentages of Color #fbf2ce

%0
%4
%18
%2

Triadic Colors of #fbf2ce

#fbf2ce #cefbf2 #f2cefb

Analogous Colors of #fbf2ce

#fbf2ce #eefbce #fbdcce

Monochromatic Colors of #fbf2ce

#fbf2ce

Complementary Color

#fbf2ce #ced7fb

#fbf2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf2ce Color CSS Codes

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

#fbf2ce Text Font Color

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

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


#fbf2ce Background Color

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

This div background color is #fbf2ce


#fbf2ce Border Color

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

This div border color is #fbf2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf2ce

Related Colors


Comments

No comments written yet.

Please login to write comment.