Color Hex Logo

#fbfbd1 Color Hex

#FBFBD1
(251,251,209)
0 Favorites   0 Comments

Color spaces of #fbfbd1

RGB 251251209
HSL0.170.840.90
HSV60°17°98°
CMYK 0.000.000.17   0.02
XYZ85.789594.107073.9645
Yxy94.10700.33790.3707
Hunter Lab97.0088-11.909222.7004
CIE-Lab97.6751-6.769620.1785

#fbfbd1 color RGB value is (251,251,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 11010001
Octal 373 373 321
Decimal 251 251 209
Hex FB FB D1

RGB Percentages of Color #fbfbd1

%35.30
%35.30
%29.40

CMYK Percentages of Color #fbfbd1

%0
%0
%17
%2

Triadic Colors of #fbfbd1

#fbfbd1 #d1fbfb #fbd1fb

Analogous Colors of #fbfbd1

#fbfbd1 #e6fbd1 #fbe6d1

Monochromatic Colors of #fbfbd1

#fbfbd1

Complementary Color

#fbfbd1 #d1d1fb

#fbfbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfbd1 Color CSS Codes

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

#fbfbd1 Text Font Color

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

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


#fbfbd1 Background Color

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

This div background color is #fbfbd1


#fbfbd1 Border Color

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

This div border color is #fbfbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfbd1

Related Colors


Comments

No comments written yet.

Please login to write comment.