COLOR #FFDAF4

HEX: #FFDAF4
RGB: (255,218,244)

Color info

#FFDAF4 contains red, green and blue colors in about the same proportion. Web safe color of #FFDAF4 is #FFCCFF (or #FCF).

RGB color model

#FFDAF4 color RGB value is (255,218,244).

  • red value is 255;
  • green value is 218;
  • blue value is 244.
RGB:
(255,218,244)
(100%,85%,96%)

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 244 of 255 = 96%

255
218
244

R + G + B ~ 94%. #FFDAF4 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 244 = 717 (100%)
R 255 of 717 ~ 35.56%
G 218 of 717 ~ 30.4%
B 244 of 717 ~ 34.03%

%35.56
%30.4
%34.03

CMYK color model

#FFDAF4 color CMYK value is (0,15,4,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 4.31%
  • key color value is 0.00%
CMYK:
(0,15,4,0)
C0M15Y4K0 
(0%,15%,4%,0%)
(0.00/0.15/0.04/0.00)	

CMYK percentages

%0
%14.51
%4.31
%0

Codes

Color #FFDAF4 in popluar color models

FFDAF4
RGB255218244
HSL318°100.00%92.75%
HSB/HSV318°14.51%100.00%
CMYK0.00%14.51%4.31%
0.00%

Color #FFDAF4 in popluar number systems.

HEXFFDAF4
Decimal255218244
Binary111111111101101011110100
Octal377332364

Shades and tints

Shades of #FFDAF4

#FFDAF4
(255,218,244)
#E8C7DE
(232,199,222)
#D1B4C8
(209,180,200)
#BAA1B2
(186,161,178)
#A38E9C
(163,142,156)
#8C7B86
(140,123,134)
#756870
(117,104,112)
#5E555A
(94,85,90)
#474244
(71,66,68)
#302F2E
(48,47,46)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #FFDAF4

#FFDAF4
(255,218,244)
#FFDDF5
(255,221,245)
#FFE0F6
(255,224,246)
#FFE3F7
(255,227,247)
#FFE6F8
(255,230,248)
#FFE9F9
(255,233,249)
#FFECFA
(255,236,250)
#FFEFFB
(255,239,251)
#FFF2FC
(255,242,252)
#FFF5FD
(255,245,253)
#FFF8FE
(255,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDAF4 color. Also use rgb(255,218,244) instead hex code.

Text Font Color

.myTextColor { color: #FFDAF4; }

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

This text font color is #FFDAF4.


Background Color

.myBgColor { background-color: #FFDAF4; }

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

This div background color is #FFDAF4.


Border color

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

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

This div border color is #FFDAF4.


Opacity

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

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

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

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

This text has shadow with #FFDAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDAF4 on black background.


Color preview on white background

This text has color #FFDAF4 on white background.



Black color preview on #FFDAF4 background

This text has black color on #FFDAF4 background.


White color preview on #FFDAF4 background

This text has white color on #FFDAF4 background.