Color Hex Logo

#fbfabd Color Hex

#FBFABD
(251,250,189)
0 Favorites   0 Comments

Color spaces of #fbfabd

RGB 251250189
HSL0.160.890.86
HSV59°25°98°
CMYK 0.000.000.25   0.02
XYZ83.154692.554661.6262
Yxy92.55460.35040.3900
Hunter Lab96.2053-14.073629.3643
CIE-Lab97.0466-9.058929.4712

#fbfabd color RGB value is (251,250,189).

#fbfabd hex color red value is 251, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fbfabd hue: 0.16 , saturation: 0.89 and the lightness value of fbfabd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 10111101
Octal 373 372 275
Decimal 251 250 189
Hex FB FA BD

RGB Percentages of Color #fbfabd

%36.38
%36.23
%27.39

CMYK Percentages of Color #fbfabd

%0
%0
%25
%2

Triadic Colors of #fbfabd

#fbfabd #bdfbfa #fabdfb

Analogous Colors of #fbfabd

#fbfabd #ddfbbd #fbdbbd

Monochromatic Colors of #fbfabd

#fbfabd

Complementary Color

#fbfabd #bdbefb

#fbfabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfabd Color CSS Codes

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

#fbfabd Text Font Color

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

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


#fbfabd Background Color

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

This div background color is #fbfabd


#fbfabd Border Color

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

This div border color is #fbfabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfabd

Related Colors


Comments

No comments written yet.

Please login to write comment.