Color Hex Logo

#fffbba Color Hex

#FFFBBA
(255,251,186)
1 Favorites   0 Comments

Color spaces of #fffbba

RGB 255251186
HSL0.161.000.86
HSV57°27°100°
CMYK 0.000.020.27   0.00
XYZ84.600193.799560.1006
Yxy93.79950.35470.3933
Hunter Lab96.8501-13.565231.0025
CIE-Lab97.5511-8.478831.7178

#fffbba color RGB value is (255,251,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111011 10111010
Octal 377 373 272
Decimal 255 251 186
Hex FF FB BA

RGB Percentages of Color #fffbba

%36.85
%36.27
%26.88

CMYK Percentages of Color #fffbba

%0
%2
%27
%0

Triadic Colors of #fffbba

#fffbba #bafffb #fbbaff

Analogous Colors of #fffbba

#fffbba #e1ffba #ffd9ba

Monochromatic Colors of #fffbba

#fffbba

Complementary Color

#fffbba #babeff

#fffbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffbba Color CSS Codes

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

#fffbba Text Font Color

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

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


#fffbba Background Color

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

This div background color is #fffbba


#fffbba Border Color

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

This div border color is #fffbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffbba

Related Colors

#fffbba Color Palettes


Comments

No comments written yet.

Please login to write comment.