Color Hex Logo

#fcfbd9 Color Hex

#FCFBD9
(252,251,217)
0 Favorites   0 Comments

Color spaces of #fcfbd9

RGB 252251217
HSL0.160.850.92
HSV58°14°99°
CMYK 0.000.000.14   0.01
XYZ87.166494.699679.3303
Yxy94.69960.33370.3626
Hunter Lab97.3137-10.412019.7863
CIE-Lab97.9132-5.224516.4364

#fcfbd9 color RGB value is (252,251,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11011001
Octal 374 373 331
Decimal 252 251 217
Hex FC FB D9

RGB Percentages of Color #fcfbd9

%35.00
%34.86
%30.14

CMYK Percentages of Color #fcfbd9

%0
%0
%14
%1

Triadic Colors of #fcfbd9

#fcfbd9 #d9fcfb #fbd9fc

Analogous Colors of #fcfbd9

#fcfbd9 #ecfcd9 #fcead9

Monochromatic Colors of #fcfbd9

#fcfbd9

Complementary Color

#fcfbd9 #d9dafc

#fcfbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbd9 Color CSS Codes

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

#fcfbd9 Text Font Color

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

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


#fcfbd9 Background Color

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

This div background color is #fcfbd9


#fcfbd9 Border Color

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

This div border color is #fcfbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbd9


Comments

No comments written yet.

Please login to write comment.