Color Hex Logo

#fffbce Color Hex

#FFFBCE
(255,251,206)
0 Favorites   0 Comments

Color spaces of #fffbce

RGB 255251206
HSL0.151.000.90
HSV55°19°100°
CMYK 0.000.020.19   0.00
XYZ86.877894.710672.0945
Yxy94.71060.34250.3733
Hunter Lab97.3194-10.960524.2013
CIE-Lab97.9176-5.780222.0910

#fffbce color RGB value is (255,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111011 11001110
Octal 377 373 316
Decimal 255 251 206
Hex FF FB CE

RGB Percentages of Color #fffbce

%35.81
%35.25
%28.93

CMYK Percentages of Color #fffbce

%0
%2
%19
%0

Triadic Colors of #fffbce

#fffbce #cefffb #fbceff

Analogous Colors of #fffbce

#fffbce #ebffce #ffe3ce

Monochromatic Colors of #fffbce

#fffbce

Complementary Color

#fffbce #ced2ff

#fffbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffbce Color CSS Codes

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

#fffbce Text Font Color

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

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


#fffbce Background Color

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

This div background color is #fffbce


#fffbce Border Color

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

This div border color is #fffbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffbce

Related Colors

#fffbce Color Palettes


Comments

No comments written yet.

Please login to write comment.