Color Hex Logo

#fbf3be Color Hex

#FBF3BE
(251,243,190)
0 Favorites   0 Comments

Color spaces of #fbf3be

RGB 251243190
HSL0.140.880.86
HSV52°24°98°
CMYK 0.000.030.24   0.02
XYZ81.128588.328161.4883
Yxy88.32810.35130.3825
Hunter Lab93.9830-10.384626.9977
CIE-Lab95.2989-5.441926.5815

#fbf3be color RGB value is (251,243,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 10111110
Octal 373 363 276
Decimal 251 243 190
Hex FB F3 BE

RGB Percentages of Color #fbf3be

%36.70
%35.53
%27.78

CMYK Percentages of Color #fbf3be

%0
%3
%24
%2

Triadic Colors of #fbf3be

#fbf3be #befbf3 #f3befb

Analogous Colors of #fbf3be

#fbf3be #e5fbbe #fbd5be

Monochromatic Colors of #fbf3be

#fbf3be

Complementary Color

#fbf3be #bec6fb

#fbf3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf3be Color CSS Codes

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

#fbf3be Text Font Color

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

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


#fbf3be Background Color

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

This div background color is #fbf3be


#fbf3be Border Color

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

This div border color is #fbf3be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,243,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbf3be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf3be

Related Colors


Comments

No comments written yet.

Please login to write comment.