Color Hex Logo

#fbfddc Color Hex

#FBFDDC
(251,253,220)
0 Favorites   0 Comments

Color spaces of #fbfddc

RGB 251253220
HSL0.180.890.93
HSV64°13°99°
CMYK 0.010.000.13   0.01
XYZ87.827295.927181.5969
Yxy95.92710.33100.3615
Hunter Lab97.9424-11.334119.1645
CIE-Lab98.4033-6.112415.5834

#fbfddc color RGB value is (251,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 11011100
Octal 373 375 334
Decimal 251 253 220
Hex FB FD DC

RGB Percentages of Color #fbfddc

%34.67
%34.94
%30.39

CMYK Percentages of Color #fbfddc

%1
%0
%13
%1

Triadic Colors of #fbfddc

#fbfddc #dcfbfd #fddcfb

Analogous Colors of #fbfddc

#fbfddc #ebfddc #fdefdc

Monochromatic Colors of #fbfddc

#fbfddc

Complementary Color

#fbfddc #dedcfd

#fbfddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfddc Color CSS Codes

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

#fbfddc Text Font Color

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

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


#fbfddc Background Color

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

This div background color is #fbfddc


#fbfddc Border Color

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

This div border color is #fbfddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfddc

Related Colors

#fbfddc Color Palettes


Comments

No comments written yet.

Please login to write comment.