COLOR #FFDAF2

HEX: #FFDAF2
RGB: (255,218,242)

Color info

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

RGB color model

#FFDAF2 color RGB value is (255,218,242).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 242 of 255 = 95%

255
218
242

R + G + B ~ 93%. #FFDAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 242 = 715 (100%)
R 255 of 715 ~ 35.66%
G 218 of 715 ~ 30.49%
B 242 of 715 ~ 33.85%

%35.66
%30.49
%33.85

CMYK color model

#FFDAF2 color CMYK value is (0,15,5,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 5.10%
  • key color value is 0.00%
CMYK:
(0,15,5,0)
C0M15Y5K0 
(0%,15%,5%,0%)
(0.00/0.15/0.05/0.00)	

CMYK percentages

%0
%14.51
%5.1
%0

Codes

Color #FFDAF2 in popluar color models

FFDAF2
RGB255218242
HSL321°100.00%92.75%
HSB/HSV321°14.51%100.00%
CMYK0.00%14.51%5.10%
0.00%

Color #FFDAF2 in popluar number systems.

HEXFFDAF2
Decimal255218242
Binary111111111101101011110010
Octal377332362

Shades and tints

Shades of #FFDAF2

#FFDAF2
(255,218,242)
#E8C7DC
(232,199,220)
#D1B4C6
(209,180,198)
#BAA1B0
(186,161,176)
#A38E9A
(163,142,154)
#8C7B84
(140,123,132)
#75686E
(117,104,110)
#5E5558
(94,85,88)
#474242
(71,66,66)
#302F2C
(48,47,44)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #FFDAF2

#FFDAF2
(255,218,242)
#FFDDF3
(255,221,243)
#FFE0F4
(255,224,244)
#FFE3F5
(255,227,245)
#FFE6F6
(255,230,246)
#FFE9F7
(255,233,247)
#FFECF8
(255,236,248)
#FFEFF9
(255,239,249)
#FFF2FA
(255,242,250)
#FFF5FB
(255,245,251)
#FFF8FC
(255,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDAF2; }

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

This text font color is #FFDAF2.


Background Color

.myBgColor { background-color: #FFDAF2; }

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

This div background color is #FFDAF2.


Border color

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

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

This div border color is #FFDAF2.


Opacity

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

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

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

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

This text has shadow with #FFDAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDAF2 on black background.


Color preview on white background

This text has color #FFDAF2 on white background.



Black color preview on #FFDAF2 background

This text has black color on #FFDAF2 background.


White color preview on #FFDAF2 background

This text has white color on #FFDAF2 background.