Color Hex Logo

#fcfbb5 Color Hex

#FCFBB5
(252,251,181)
0 Favorites   0 Comments

Color spaces of #fcfbb5

RGB 252251181
HSL0.160.920.85
HSV59°28°99°
CMYK 0.000.000.28   0.01
XYZ82.982693.026057.2982
Yxy93.02600.35570.3987
Hunter Lab96.4500-15.211632.2925
CIE-Lab97.2382-10.214733.7688

#fcfbb5 color RGB value is (252,251,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10110101
Octal 374 373 265
Decimal 252 251 181
Hex FC FB B5

RGB Percentages of Color #fcfbb5

%36.84
%36.70
%26.46

CMYK Percentages of Color #fcfbb5

%0
%0
%28
%1

Triadic Colors of #fcfbb5

#fcfbb5 #b5fcfb #fbb5fc

Analogous Colors of #fcfbb5

#fcfbb5 #dafcb5 #fcd8b5

Monochromatic Colors of #fcfbb5

#fcfbb5

Complementary Color

#fcfbb5 #b5b6fc

#fcfbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbb5 Color CSS Codes

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

#fcfbb5 Text Font Color

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

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


#fcfbb5 Background Color

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

This div background color is #fcfbb5


#fcfbb5 Border Color

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

This div border color is #fcfbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbb5

Related Colors


Comments

No comments written yet.

Please login to write comment.