Color Hex Logo

#fbfabc Color Hex

#FBFABC
(251,250,188)
0 Favorites   0 Comments

Color spaces of #fbfabc

RGB 251250188
HSL0.160.890.86
HSV59°25°98°
CMYK 0.000.000.25   0.02
XYZ83.046492.511361.0564
Yxy92.51130.35100.3910
Hunter Lab96.1828-14.199029.6909
CIE-Lab97.0289-9.190429.9522

#fbfabc color RGB value is (251,250,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 10111100
Octal 373 372 274
Decimal 251 250 188
Hex FB FA BC

RGB Percentages of Color #fbfabc

%36.43
%36.28
%27.29

CMYK Percentages of Color #fbfabc

%0
%0
%25
%2

Triadic Colors of #fbfabc

#fbfabc #bcfbfa #fabcfb

Analogous Colors of #fbfabc

#fbfabc #ddfbbc #fbdbbc

Monochromatic Colors of #fbfabc

#fbfabc

Complementary Color

#fbfabc #bcbdfb

#fbfabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfabc Color CSS Codes

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

#fbfabc Text Font Color

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

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


#fbfabc Background Color

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

This div background color is #fbfabc


#fbfabc Border Color

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

This div border color is #fbfabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfabc

Related Colors


Comments

No comments written yet.

Please login to write comment.