COLOR #FDA8E3

HEX: #FDA8E3
RGB: (253,168,227)

Color info

#FDA8E3 contains mainly red and blue colors. Web safe color of #FDA8E3 is #FF99CC (or #F9C).

RGB color model

#FDA8E3 color RGB value is (253,168,227).

  • red value is 253;
  • green value is 168;
  • blue value is 227.
RGB:
(253,168,227)
(99%,66%,89%)

RGB channels and saturation

R 253 of 255 = 99%
G 168 of 255 = 66%
B 227 of 255 = 89%

253
168
227

R + G + B ~ 85%. #FDA8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 168 + 227 = 648 (100%)
R 253 of 648 ~ 39.04%
G 168 of 648 ~ 25.93%
B 227 of 648 ~ 35.03%

%39.04
%25.93
%35.03

CMYK color model

#FDA8E3 color CMYK value is (0,34,10,1).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 10.28%
  • key color value is 0.78%
CMYK:
(0,34,10,1)
C0M34Y10K1 
(0%,34%,10%,1%)
(0.00/0.34/0.10/0.01)	

CMYK percentages

%0
%33.6
%10.28
%0.78

Codes

Color #FDA8E3 in popluar color models

FDA8E3
RGB253168227
HSL318°95.51%82.55%
HSB/HSV318°33.60%99.22%
CMYK0.00%33.60%10.28%
0.78%

Color #FDA8E3 in popluar number systems.

HEXFDA8E3
Decimal253168227
Binary111111011010100011100011
Octal375250343

Shades and tints

Shades of #FDA8E3

#FDA8E3
(253,168,227)
#E699CF
(230,153,207)
#CF8ABB
(207,138,187)
#B87BA7
(184,123,167)
#A16C93
(161,108,147)
#8A5D7F
(138,93,127)
#734E6B
(115,78,107)
#5C3F57
(92,63,87)
#453043
(69,48,67)
#2E212F
(46,33,47)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #FDA8E3

#FDA8E3
(253,168,227)
#FDAFE5
(253,175,229)
#FDB6E7
(253,182,231)
#FDBDE9
(253,189,233)
#FDC4EB
(253,196,235)
#FDCBED
(253,203,237)
#FDD2EF
(253,210,239)
#FDD9F1
(253,217,241)
#FDE0F3
(253,224,243)
#FDE7F5
(253,231,245)
#FDEEF7
(253,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA8E3 color. Also use rgb(253,168,227) instead hex code.

Text Font Color

.myTextColor { color: #FDA8E3; }

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

This text font color is #FDA8E3.


Background Color

.myBgColor { background-color: #FDA8E3; }

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

This div background color is #FDA8E3.


Border color

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

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

This div border color is #FDA8E3.


Opacity

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

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

Text with #FDA8E3 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 #FDA8E3;}

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

This text has shadow with #FDA8E3 color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDA8E3;
-webkit-box-shadow: 1px 1px 3px 2px #FDA8E3;
box-shadow:1px 1px 3px 2px #FDA8E3;">
Div content here</div>
This div box has shadow with color #FDA8E3.

Preview

Color preview on black background

This text has color #FDA8E3 on black background.


Color preview on white background

This text has color #FDA8E3 on white background.



Black color preview on #FDA8E3 background

This text has black color on #FDA8E3 background.


White color preview on #FDA8E3 background

This text has white color on #FDA8E3 background.