COLOR #FDEAF6

HEX: #FDEAF6 RGB: (253,234,246)

Color info

#FDEAF6 contains red, green and blue colors in about the same proportion. Web safe color of #FDEAF6 is #FFFFFF (or #FFF).

RGB color model

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

RGB: (253,234,246) (99%, 92%, 96%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 246 of 255 = 96%

253
234
246

R + G + B ~ 96%. #FDEAF6 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 234 + 246 = 733 (100%)
R 253 of 733 ~ 34.52%
G 234 of 733 ~ 31.92%
B 246 of 733 ~ 33.56'%

%34.52
%31.92
%33.56

CMYK color model

#FDEAF6 color CMYK value is (0,8,3,1).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 2.77%
  • key color value is 0.78%

CMYK: (0,8,3,1)
C0M8Y3K1 (0%, 8%, 3%, 1%)
(0.00 / 0.08 / 0.03 / 0.01)

CMYK percentages

%0
%7.51
%2.77
%0.78

Codes

Color #FDEAF6 in popluar color models

FD EA F6
RGB 253 234 246
HSL 322° 82.61% 95.49%
HSB/HSV 322° 7.51% 99.22%
CMYK 0.00% 7.51% 2.77%
0.78%

Color #FDEAF6 in popluar number systems.

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

Shades and tints

Shades of #FDEAF6

#FDEAF6
(253,234,246)
#E6D5E0
(230,213,224)
#CFC0CA
(207,192,202)
#B8ABB4
(184,171,180)
#A1969E
(161,150,158)
#8A8188
(138,129,136)
#736C72
(115,108,114)
#5C575C
(92,87,92)
#454246
(69,66,70)
#2E2D30
(46,45,48)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #FDEAF6

#FDEAF6
(253,234,246)
#FDEBF6
(253,235,246)
#FDECF6
(253,236,246)
#FDEDF6
(253,237,246)
#FDEEF6
(253,238,246)
#FDEFF6
(253,239,246)
#FDF0F6
(253,240,246)
#FDF1F6
(253,241,246)
#FDF2F6
(253,242,246)
#FDF3F6
(253,243,246)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEAF6 color. Also use rgb(253,234,246) instead hex code.

Text Font Color

.myTextColor { color: #FDEAF6; }

<p style="color:#FDEAF6">This sample text font color is #FDEAF6.</p>

This text font color is #FDEAF6.

Background Color

.myBgColor { background-color: #FDEAF6; }

<div style="background-color:#FDEAF6">Inner text</div>

This div background color is #FDEAF6.

Border color

.myBorderColor { border: 1px solid #FDEAF6; }

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

This div border color is #FDEAF6.

Opacity

.myOpacity80 { color: #FDEAF6; opacity: 0.8; }

<p style="color:#FDEAF6;opacity:0.8;">80%</p>

Text with #FDEAF6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FDEAF6;}

<p style="text-shadow: 3px 3px 1px #FDEAF6">Text here.</p>

This text has shadow with #FDEAF6 color.


.textShadow {text-shadow: 3px 3px 1px #FDEAF6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FDEAF6, 5px 5px 20px red">Text here.</p>

This text has shadow with #FDEAF6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDEAF6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FDEAF6, Direction=45, Strength=4)">Text</p>

This text has shadow with #FDEAF6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDEAF6;
-webkit-box-shadow: 1px 1px 3px 2px #FDEAF6;
box-shadow: 1px 1px 3px 2px #FDEAF6;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #FDEAF6 on black background.


Color preview on white background

This text has color #FDEAF6 on white background.


Black color preview on #FDEAF6 background

This text has black color on #FDEAF6 background.


White color preview on #FDEAF6 background

This text has white color on #FDEAF6 background.


Related colors

Complementary color

Complementary color for #hex is #021509.


I love getcolorcode.com

Triadic colors

1 #F6FDEA and #EAF6FD with #FDEAF6 are triadic colors.

2 #F6EAFD and #EAFDF6 with #FDEAF6 are triadic colors.