Color Hex Logo

#fbfabb Color Hex

#FBFABB
(251,250,187)
0 Favorites   0 Comments

Color spaces of #fbfabb

RGB 251250187
HSL0.160.890.86
HSV59°25°98°
CMYK 0.000.000.25   0.02
XYZ82.938992.468360.4905
Yxy92.46830.35160.3920
Hunter Lab96.1604-14.323530.0155
CIE-Lab97.0114-9.321330.4332

#fbfabb color RGB value is (251,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 10111011
Octal 373 372 273
Decimal 251 250 187
Hex FB FA BB

RGB Percentages of Color #fbfabb

%36.48
%36.34
%27.18

CMYK Percentages of Color #fbfabb

%0
%0
%25
%2

Triadic Colors of #fbfabb

#fbfabb #bbfbfa #fabbfb

Analogous Colors of #fbfabb

#fbfabb #dcfbbb #fbdabb

Monochromatic Colors of #fbfabb

#fbfabb

Complementary Color

#fbfabb #bbbcfb

#fbfabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfabb Color CSS Codes

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

#fbfabb Text Font Color

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

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


#fbfabb Background Color

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

This div background color is #fbfabb


#fbfabb Border Color

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

This div border color is #fbfabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfabb

Related Colors


Comments

No comments written yet.

Please login to write comment.