Color Hex Logo

#fdf2c6 Color Hex

#FDF2C6
(253,242,198)
0 Favorites   0 Comments

Color spaces of #fdf2c6

RGB 253242198
HSL0.130.930.88
HSV48°22°99°
CMYK 0.000.040.22   0.01
XYZ82.453288.464166.1556
Yxy88.46410.34780.3732
Hunter Lab94.0554-8.115724.1360
CIE-Lab95.3560-3.120522.5988

#fdf2c6 color RGB value is (253,242,198).

#fdf2c6 hex color red value is 253, green value is 242 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fdf2c6 hue: 0.13 , saturation: 0.93 and the lightness value of fdf2c6 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 11000110
Octal 375 362 306
Decimal 253 242 198
Hex FD F2 C6

RGB Percentages of Color #fdf2c6

%36.51
%34.92
%28.57

CMYK Percentages of Color #fdf2c6

%0
%4
%22
%1

Triadic Colors of #fdf2c6

#fdf2c6 #c6fdf2 #f2c6fd

Analogous Colors of #fdf2c6

#fdf2c6 #edfdc6 #fdd7c6

Monochromatic Colors of #fdf2c6

#fdf2c6

Complementary Color

#fdf2c6 #c6d1fd

#fdf2c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf2c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf2c6 Color CSS Codes

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

#fdf2c6 Text Font Color

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

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


#fdf2c6 Background Color

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

This div background color is #fdf2c6


#fdf2c6 Border Color

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

This div border color is #fdf2c6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf2c6

Related Colors

#fdf2c6 Color Palettes


Comments

No comments written yet.

Please login to write comment.