Color Hex Logo

#fbfdda Color Hex

#FBFDDA
(251,253,218)
0 Favorites   0 Comments

Color spaces of #fbfdda

RGB 251253218
HSL0.180.900.92
HSV63°14°99°
CMYK 0.010.000.14   0.01
XYZ87.563895.821780.2100
Yxy95.82170.33220.3635
Hunter Lab97.8886-11.632219.9397
CIE-Lab98.3614-6.419116.5463

#fbfdda color RGB value is (251,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 11011010
Octal 373 375 332
Decimal 251 253 218
Hex FB FD DA

RGB Percentages of Color #fbfdda

%34.76
%35.04
%30.19

CMYK Percentages of Color #fbfdda

%1
%0
%14
%1

Triadic Colors of #fbfdda

#fbfdda #dafbfd #fddafb

Analogous Colors of #fbfdda

#fbfdda #eafdda #fdeeda

Monochromatic Colors of #fbfdda

#fbfdda

Complementary Color

#fbfdda #dcdafd

#fbfdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfdda Color CSS Codes

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

#fbfdda Text Font Color

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

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


#fbfdda Background Color

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

This div background color is #fbfdda


#fbfdda Border Color

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

This div border color is #fbfdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfdda

#fbfdda Color Palettes


Comments

No comments written yet.

Please login to write comment.