Color Hex Logo

#fdf3da Color Hex

#FDF3DA
(253,243,218)
0 Favorites   0 Comments

Color spaces of #fdf3da

RGB 253243218
HSL0.120.900.92
HSV43°14°99°
CMYK 0.000.040.14   0.01
XYZ85.213590.045879.2190
Yxy90.04580.33490.3538
Hunter Lab94.8925-5.768716.9277
CIE-Lab96.0158-0.701213.2492

#fdf3da color RGB value is (253,243,218).

#fdf3da hex color red value is 253, green value is 243 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fdf3da hue: 0.12 , saturation: 0.90 and the lightness value of fdf3da is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 11011010
Octal 375 363 332
Decimal 253 243 218
Hex FD F3 DA

RGB Percentages of Color #fdf3da

%35.43
%34.03
%30.53

CMYK Percentages of Color #fdf3da

%0
%4
%14
%1

Triadic Colors of #fdf3da

#fdf3da #dafdf3 #f3dafd

Analogous Colors of #fdf3da

#fdf3da #f6fdda #fde2da

Monochromatic Colors of #fdf3da

#fdf3da

Complementary Color

#fdf3da #dae4fd

#fdf3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf3da Color CSS Codes

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

#fdf3da Text Font Color

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

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


#fdf3da Background Color

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

This div background color is #fdf3da


#fdf3da Border Color

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

This div border color is #fdf3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf3da

Related Colors

#fdf3da Color Palettes


Comments

No comments written yet.

Please login to write comment.