Color Hex Logo

#fffbbc Color Hex

#FFFBBC
(255,251,188)
0 Favorites   0 Comments

Color spaces of #fffbbc

RGB 255251188
HSL0.161.000.87
HSV56°26°100°
CMYK 0.000.020.26   0.00
XYZ84.814393.885261.2284
Yxy93.88520.35350.3913
Hunter Lab96.8944-13.319230.3602
CIE-Lab97.5857-8.222230.7575

#fffbbc color RGB value is (255,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111011 10111100
Octal 377 373 274
Decimal 255 251 188
Hex FF FB BC

RGB Percentages of Color #fffbbc

%36.74
%36.17
%27.09

CMYK Percentages of Color #fffbbc

%0
%2
%26
%0

Triadic Colors of #fffbbc

#fffbbc #bcfffb #fbbcff

Analogous Colors of #fffbbc

#fffbbc #e2ffbc #ffdabc

Monochromatic Colors of #fffbbc

#fffbbc

Complementary Color

#fffbbc #bcc0ff

#fffbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffbbc Color CSS Codes

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

#fffbbc Text Font Color

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

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


#fffbbc Background Color

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

This div background color is #fffbbc


#fffbbc Border Color

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

This div border color is #fffbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffbbc

Related Colors


Comments

No comments written yet.

Please login to write comment.