Color Hex Logo

#fbfdd1 Color Hex

#FBFDD1
(251,253,209)
0 Favorites   0 Comments

Color spaces of #fbfdd1

RGB 251253209
HSL0.170.920.91
HSV63°17°99°
CMYK 0.010.000.17   0.01
XYZ86.417695.363274.1739
Yxy95.36320.33760.3726
Hunter Lab97.6541-12.933623.3237
CIE-Lab98.1787-7.763720.8810

#fbfdd1 color RGB value is (251,253,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 11010001
Octal 373 375 321
Decimal 251 253 209
Hex FB FD D1

RGB Percentages of Color #fbfdd1

%35.20
%35.48
%29.31

CMYK Percentages of Color #fbfdd1

%1
%0
%17
%1

Triadic Colors of #fbfdd1

#fbfdd1 #d1fbfd #fdd1fb

Analogous Colors of #fbfdd1

#fbfdd1 #e5fdd1 #fde9d1

Monochromatic Colors of #fbfdd1

#fbfdd1

Complementary Color

#fbfdd1 #d3d1fd

#fbfdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfdd1 Color CSS Codes

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

#fbfdd1 Text Font Color

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

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


#fbfdd1 Background Color

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

This div background color is #fbfdd1


#fbfdd1 Border Color

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

This div border color is #fbfdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfdd1

Related Colors


Comments

No comments written yet.

Please login to write comment.