Color Hex Logo

#fcfcda Color Hex

#FCFCDA
(252,252,218)
0 Favorites   0 Comments

Color spaces of #fcfcda

RGB 252252218
HSL0.170.850.92
HSV60°13°99°
CMYK 0.000.000.13   0.01
XYZ87.610295.378280.1220
Yxy95.37820.33300.3625
Hunter Lab97.6618-10.779719.7215
CIE-Lab98.1846-5.571516.3077

#fcfcda color RGB value is (252,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11011010
Octal 374 374 332
Decimal 252 252 218
Hex FC FC DA

RGB Percentages of Color #fcfcda

%34.90
%34.90
%30.19

CMYK Percentages of Color #fcfcda

%0
%0
%13
%1

Triadic Colors of #fcfcda

#fcfcda #dafcfc #fcdafc

Analogous Colors of #fcfcda

#fcfcda #ebfcda #fcebda

Monochromatic Colors of #fcfcda

#fcfcda

Complementary Color

#fcfcda #dadafc

#fcfcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcda Color CSS Codes

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

#fcfcda Text Font Color

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

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


#fcfcda Background Color

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

This div background color is #fcfcda


#fcfcda Border Color

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

This div border color is #fcfcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcda

Related Colors


Comments

No comments written yet.

Please login to write comment.