Color Hex Logo

#fbf0ce Color Hex

#FBF0CE
(251,240,206)
0 Favorites   0 Comments

Color spaces of #fbf0ce

RGB 251240206
HSL0.130.850.90
HSV45°18°98°
CMYK 0.000.040.18   0.02
XYZ82.084387.285670.9140
Yxy87.28560.34160.3633
Hunter Lab93.4268-6.667620.3957
CIE-Lab94.8593-1.691817.7747

#fbf0ce color RGB value is (251,240,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 11001110
Octal 373 360 316
Decimal 251 240 206
Hex FB F0 CE

RGB Percentages of Color #fbf0ce

%36.01
%34.43
%29.56

CMYK Percentages of Color #fbf0ce

%0
%4
%18
%2

Triadic Colors of #fbf0ce

#fbf0ce #cefbf0 #f0cefb

Analogous Colors of #fbf0ce

#fbf0ce #f0fbce #fbdace

Monochromatic Colors of #fbf0ce

#fbf0ce

Complementary Color

#fbf0ce #ced9fb

#fbf0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf0ce Color CSS Codes

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

#fbf0ce Text Font Color

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

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


#fbf0ce Background Color

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

This div background color is #fbf0ce


#fbf0ce Border Color

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

This div border color is #fbf0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf0ce

#fbf0ce Color Palettes


Comments

No comments written yet.

Please login to write comment.