Color Hex Logo

#fbf1da Color Hex

#FBF1DA
(251,241,218)
0 Favorites   0 Comments

Color spaces of #fbf1da

RGB 251241218
HSL0.120.800.92
HSV42°13°98°
CMYK 0.000.040.13   0.02
XYZ83.893888.481878.9867
Yxy88.48180.33380.3520
Hunter Lab94.0648-5.414116.0592
CIE-Lab95.3634-0.391312.3005

#fbf1da color RGB value is (251,241,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 11011010
Octal 373 361 332
Decimal 251 241 218
Hex FB F1 DA

RGB Percentages of Color #fbf1da

%35.35
%33.94
%30.70

CMYK Percentages of Color #fbf1da

%0
%4
%13
%2

Triadic Colors of #fbf1da

#fbf1da #dafbf1 #f1dafb

Analogous Colors of #fbf1da

#fbf1da #f5fbda #fbe1da

Monochromatic Colors of #fbf1da

#fbf1da

Complementary Color

#fbf1da #dae4fb

#fbf1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf1da Color CSS Codes

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

#fbf1da Text Font Color

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

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


#fbf1da Background Color

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

This div background color is #fbf1da


#fbf1da Border Color

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

This div border color is #fbf1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf1da

Related Colors

#fbf1da Color Palettes


Comments

No comments written yet.

Please login to write comment.