Color Hex Logo

#fcf4da Color Hex

#FCF4DA
(252,244,218)
0 Favorites   0 Comments

Color spaces of #fcf4da

RGB 252244218
HSL0.130.850.92
HSV46°13°99°
CMYK 0.000.030.13   0.01
XYZ85.150590.458879.3020
Yxy90.45880.33400.3549
Hunter Lab95.1098-6.633717.1412
CIE-Lab96.1868-1.557113.4812

#fcf4da color RGB value is (252,244,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110100 11011010
Octal 374 364 332
Decimal 252 244 218
Hex FC F4 DA

RGB Percentages of Color #fcf4da

%35.29
%34.17
%30.53

CMYK Percentages of Color #fcf4da

%0
%3
%13
%1

Triadic Colors of #fcf4da

#fcf4da #dafcf4 #f4dafc

Analogous Colors of #fcf4da

#fcf4da #f3fcda #fce3da

Monochromatic Colors of #fcf4da

#fcf4da

Complementary Color

#fcf4da #dae2fc

#fcf4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf4da Color CSS Codes

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

#fcf4da Text Font Color

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

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


#fcf4da Background Color

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

This div background color is #fcf4da


#fcf4da Border Color

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

This div border color is #fcf4da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,244,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 #fcf4da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf4da

Related Colors

#fcf4da Color Palettes


Comments

No comments written yet.

Please login to write comment.