Color Hex Logo

#fcfbb3 Color Hex

#FCFBB3
(252,251,179)
0 Favorites   0 Comments

Color spaces of #fcfbb3

RGB 252251179
HSL0.160.920.85
HSV59°29°99°
CMYK 0.000.000.29   0.01
XYZ82.778792.944556.2250
Yxy92.94450.35690.4007
Hunter Lab96.4077-15.447832.9075
CIE-Lab97.2051-10.463934.7262

#fcfbb3 color RGB value is (252,251,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10110011
Octal 374 373 263
Decimal 252 251 179
Hex FC FB B3

RGB Percentages of Color #fcfbb3

%36.95
%36.80
%26.25

CMYK Percentages of Color #fcfbb3

%0
%0
%29
%1

Triadic Colors of #fcfbb3

#fcfbb3 #b3fcfb #fbb3fc

Analogous Colors of #fcfbb3

#fcfbb3 #d9fcb3 #fcd7b3

Monochromatic Colors of #fcfbb3

#fcfbb3

Complementary Color

#fcfbb3 #b3b4fc

#fcfbb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbb3 Color CSS Codes

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

#fcfbb3 Text Font Color

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

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


#fcfbb3 Background Color

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

This div background color is #fcfbb3


#fcfbb3 Border Color

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

This div border color is #fcfbb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbb3

Related Colors


Comments

No comments written yet.

Please login to write comment.