Color Hex Logo

#fdfff6 Color Hex

#FDFFF6
(253,255,246)
0 Favorites   0 Comments

Color spaces of #fdfff6

RGB 253255246
HSL0.201.000.98
HSV73°100°
CMYK 0.010.000.04   0.00
XYZ92.902699.0565101.4121
Yxy99.05650.31670.3376
Hunter Lab99.5271-7.55359.2561
CIE-Lab99.6340-2.21144.0521

#fdfff6 color RGB value is (253,255,246).

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

The process color (four color CMYK) of #fdfff6 color hex is 0.01, 0.00, 0.04, 0.00. Web safe color of #fdfff6 is #ffffff. Color #fdfff6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11110110
Octal 375 377 366
Decimal 253 255 246
Hex FD FF F6

RGB Percentages of Color #fdfff6

%33.55
%33.82
%32.63

CMYK Percentages of Color #fdfff6

%1
%0
%4
%0

Triadic Colors of #fdfff6

#fdfff6 #f6fdff #fff6fd

Analogous Colors of #fdfff6

#fdfff6 #f9fff6 #fffdf6

Monochromatic Colors of #fdfff6

#fdfff6

Complementary Color

#fdfff6 #f8f6ff

#fdfff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfff6 Color CSS Codes

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

#fdfff6 Text Font Color

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

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


#fdfff6 Background Color

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

This div background color is #fdfff6


#fdfff6 Border Color

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

This div border color is #fdfff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfff6

Related Colors

#fdfff6 Color Palettes


Comments

No comments written yet.

Please login to write comment.