Color Hex Logo

#fcfbd1 Color Hex

#FCFBD1
(252,251,209)
0 Favorites   0 Comments

Color spaces of #fcfbd1

RGB 252251209
HSL0.160.880.90
HSV59°17°99°
CMYK 0.000.000.17   0.01
XYZ86.150794.293373.9814
Yxy94.29330.33860.3706
Hunter Lab97.1047-11.569222.8019
CIE-Lab97.7501-6.415520.2944

#fcfbd1 color RGB value is (252,251,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11010001
Octal 374 373 321
Decimal 252 251 209
Hex FC FB D1

RGB Percentages of Color #fcfbd1

%35.39
%35.25
%29.35

CMYK Percentages of Color #fcfbd1

%0
%0
%17
%1

Triadic Colors of #fcfbd1

#fcfbd1 #d1fcfb #fbd1fc

Analogous Colors of #fcfbd1

#fcfbd1 #e8fcd1 #fce6d1

Monochromatic Colors of #fcfbd1

#fcfbd1

Complementary Color

#fcfbd1 #d1d2fc

#fcfbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbd1 Color CSS Codes

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

#fcfbd1 Text Font Color

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

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


#fcfbd1 Background Color

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

This div background color is #fcfbd1


#fcfbd1 Border Color

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

This div border color is #fcfbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbd1

Related Colors


Comments

No comments written yet.

Please login to write comment.