Color Hex Logo

#fbfdce Color Hex

#FBFDCE
(251,253,206)
0 Favorites   0 Comments

Color spaces of #fbfdce

RGB 251253206
HSL0.170.920.90
HSV63°19°99°
CMYK 0.010.000.19   0.01
XYZ86.049595.216072.2358
Yxy95.21600.33940.3756
Hunter Lab97.5787-13.353024.4137
CIE-Lab98.1199-8.199122.3259

#fbfdce color RGB value is (251,253,206).

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

The process color (four color CMYK) of #fbfdce color hex is 0.01, 0.00, 0.19, 0.01. Web safe color of #fbfdce is #ffffcc. Color #fbfdce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 11001110
Octal 373 375 316
Decimal 251 253 206
Hex FB FD CE

RGB Percentages of Color #fbfdce

%35.35
%35.63
%29.01

CMYK Percentages of Color #fbfdce

%1
%0
%19
%1

Triadic Colors of #fbfdce

#fbfdce #cefbfd #fdcefb

Analogous Colors of #fbfdce

#fbfdce #e4fdce #fde8ce

Monochromatic Colors of #fbfdce

#fbfdce

Complementary Color

#fbfdce #d0cefd

#fbfdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfdce Color CSS Codes

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

#fbfdce Text Font Color

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

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


#fbfdce Background Color

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

This div background color is #fbfdce


#fbfdce Border Color

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

This div border color is #fbfdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfdce

Related Colors


Comments

No comments written yet.

Please login to write comment.