Color Hex Logo

#fffdc6 Color Hex

#FFFDC6
(255,253,198)
1 Favorites   0 Comments

Color spaces of #fffdc6

RGB 255253198
HSL0.161.000.89
HSV58°22°100°
CMYK 0.000.010.22   0.00
XYZ86.558395.587867.3143
Yxy95.58780.34700.3832
Hunter Lab97.7690-13.063527.6169
CIE-Lab98.2682-7.887126.6366

#fffdc6 color RGB value is (255,253,198).

#fffdc6 hex color red value is 255, green value is 253 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fffdc6 hue: 0.16 , saturation: 1.00 and the lightness value of fffdc6 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11000110
Octal 377 375 306
Decimal 255 253 198
Hex FF FD C6

RGB Percentages of Color #fffdc6

%36.12
%35.84
%28.05

CMYK Percentages of Color #fffdc6

%0
%1
%22
%0

Triadic Colors of #fffdc6

#fffdc6 #c6fffd #fdc6ff

Analogous Colors of #fffdc6

#fffdc6 #e5ffc6 #ffe1c6

Monochromatic Colors of #fffdc6

#fffdc6

Complementary Color

#fffdc6 #c6c8ff

#fffdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdc6 Color CSS Codes

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

#fffdc6 Text Font Color

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

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


#fffdc6 Background Color

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

This div background color is #fffdc6


#fffdc6 Border Color

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

This div border color is #fffdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdc6


Comments

No comments written yet.

Please login to write comment.