Color Hex Logo

#fbf9ce Color Hex

#FBF9CE
(251,249,206)
0 Favorites   0 Comments

Color spaces of #fbf9ce

RGB 251249206
HSL0.160.850.90
HSV57°18°98°
CMYK 0.000.010.18   0.02
XYZ84.799992.716871.8192
Yxy92.71680.34010.3719
Hunter Lab96.2896-11.306123.1802
CIE-Lab97.1126-6.210020.9251

#fbf9ce color RGB value is (251,249,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111001 11001110
Octal 373 371 316
Decimal 251 249 206
Hex FB F9 CE

RGB Percentages of Color #fbf9ce

%35.55
%35.27
%29.18

CMYK Percentages of Color #fbf9ce

%0
%1
%18
%2

Triadic Colors of #fbf9ce

#fbf9ce #cefbf9 #f9cefb

Analogous Colors of #fbf9ce

#fbf9ce #e7fbce #fbe3ce

Monochromatic Colors of #fbf9ce

#fbf9ce

Complementary Color

#fbf9ce #ced0fb

#fbf9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf9ce Color CSS Codes

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

#fbf9ce Text Font Color

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

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


#fbf9ce Background Color

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

This div background color is #fbf9ce


#fbf9ce Border Color

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

This div border color is #fbf9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf9ce

Related Colors


Comments

No comments written yet.

Please login to write comment.