Color Hex Logo

#fffde6 Color Hex

#FFFDE6
(255,253,230)
0 Favorites   0 Comments

Color spaces of #fffde6

RGB 255253230
HSL0.151.000.95
HSV55°10°100°
CMYK 0.000.010.10   0.00
XYZ90.648297.223788.8513
Yxy97.22370.32760.3513
Hunter Lab98.6021-8.452615.5947
CIE-Lab98.9164-3.164911.2366

#fffde6 color RGB value is (255,253,230).

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

The process color (four color CMYK) of #fffde6 color hex is 0.00, 0.01, 0.10, 0.00. Web safe color of #fffde6 is #ffffff. Color #fffde6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11100110
Octal 377 375 346
Decimal 255 253 230
Hex FF FD E6

RGB Percentages of Color #fffde6

%34.55
%34.28
%31.17

CMYK Percentages of Color #fffde6

%0
%1
%10
%0

Triadic Colors of #fffde6

#fffde6 #e6fffd #fde6ff

Analogous Colors of #fffde6

#fffde6 #f5ffe6 #fff1e6

Monochromatic Colors of #fffde6

#fffde6

Complementary Color

#fffde6 #e6e8ff

#fffde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffde6 Color CSS Codes

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

#fffde6 Text Font Color

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

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


#fffde6 Background Color

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

This div background color is #fffde6


#fffde6 Border Color

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

This div border color is #fffde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffde6

Related Colors


Comments

No comments written yet.

Please login to write comment.