Color Hex Logo

#fcfbb6 Color Hex

#FCFBB6
(252,251,182)
0 Favorites   0 Comments

Color spaces of #fcfbb6

RGB 252251182
HSL0.160.920.85
HSV59°28°99°
CMYK 0.000.000.28   0.01
XYZ83.085693.067257.8407
Yxy93.06720.35510.3977
Hunter Lab96.4713-15.092431.9818
CIE-Lab97.2549-10.089133.2896

#fcfbb6 color RGB value is (252,251,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10110110
Octal 374 373 266
Decimal 252 251 182
Hex FC FB B6

RGB Percentages of Color #fcfbb6

%36.79
%36.64
%26.57

CMYK Percentages of Color #fcfbb6

%0
%0
%28
%1

Triadic Colors of #fcfbb6

#fcfbb6 #b6fcfb #fbb6fc

Analogous Colors of #fcfbb6

#fcfbb6 #dafcb6 #fcd8b6

Monochromatic Colors of #fcfbb6

#fcfbb6

Complementary Color

#fcfbb6 #b6b7fc

#fcfbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbb6 Color CSS Codes

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

#fcfbb6 Text Font Color

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

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


#fcfbb6 Background Color

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

This div background color is #fcfbb6


#fcfbb6 Border Color

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

This div border color is #fcfbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbb6

Related Colors


Comments

No comments written yet.

Please login to write comment.