Color Hex Logo

#fdeaf6 Color Hex

#FDEAF6
(253,234,246)
0 Favorites   0 Comments

Color spaces of #fdeaf6

RGB 253234246
HSL0.890.830.95
HSV322°99°
CMYK 0.000.080.03   0.01
XYZ86.565486.382199.2997
Yxy86.38210.31800.3173
Hunter Lab92.94203.60501.7136
CIE-Lab94.47558.4742-3.4763

#fdeaf6 color RGB value is (253,234,246).

#fdeaf6 hex color red value is 253, green value is 234 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fdeaf6 hue: 0.89 , saturation: 0.83 and the lightness value of fdeaf6 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11110110
Octal 375 352 366
Decimal 253 234 246
Hex FD EA F6

RGB Percentages of Color #fdeaf6

%34.52
%31.92
%33.56

CMYK Percentages of Color #fdeaf6

%0
%8
%3
%1

Triadic Colors of #fdeaf6

#fdeaf6 #f6fdea #eaf6fd

Analogous Colors of #fdeaf6

#fdeaf6 #fdeaed #fbeafd

Monochromatic Colors of #fdeaf6

#fdeaf6

Complementary Color

#fdeaf6 #eafdf1

#fdeaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeaf6 Color CSS Codes

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

#fdeaf6 Text Font Color

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

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


#fdeaf6 Background Color

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

This div background color is #fdeaf6


#fdeaf6 Border Color

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

This div border color is #fdeaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeaf6

#fdeaf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.