Color Hex Logo

#fcfbbc Color Hex

#FCFBBC
(252,251,188)
0 Favorites   0 Comments

Color spaces of #fcfbbc

RGB 252251188
HSL0.160.910.86
HSV59°25°99°
CMYK 0.000.000.25   0.01
XYZ83.719293.320661.1772
Yxy93.32060.35140.3917
Hunter Lab96.6026-14.360230.0742
CIE-Lab97.3576-9.319630.4102

#fcfbbc color RGB value is (252,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10111100
Octal 374 373 274
Decimal 252 251 188
Hex FC FB BC

RGB Percentages of Color #fcfbbc

%36.47
%36.32
%27.21

CMYK Percentages of Color #fcfbbc

%0
%0
%25
%1

Triadic Colors of #fcfbbc

#fcfbbc #bcfcfb #fbbcfc

Analogous Colors of #fcfbbc

#fcfbbc #ddfcbc #fcdbbc

Monochromatic Colors of #fcfbbc

#fcfbbc

Complementary Color

#fcfbbc #bcbdfc

#fcfbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbbc Color CSS Codes

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

#fcfbbc Text Font Color

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

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


#fcfbbc Background Color

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

This div background color is #fcfbbc


#fcfbbc Border Color

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

This div border color is #fcfbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbbc

Related Colors


Comments

No comments written yet.

Please login to write comment.