COLOR #FFDAFB

HEX: #FFDAFB RGB: (255,218,251)

Color info

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

RGB color model

#FFDAFB color RGB value is (255,218,251).

RGB: (255,218,251) (100%, 85%, 98%)

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 251 of 255 = 98%

255
218
251

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

Portions of RGB colors in percentages

R + G + B = 255 + 218 + 251 = 724 (100%)
R 255 of 724 ~ 35.22%
G 218 of 724 ~ 30.11%
B 251 of 724 ~ 34.67'%

%35.22
%30.11
%34.67

CMYK color model

#FFDAFB color CMYK value is (0,15,2,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 1.57%
  • key color value is 0.00%

CMYK: (0,15,2,0)
C0M15Y2K0 (0%, 15%, 2%, 0%)
(0.00 / 0.15 / 0.02 / 0.00)

CMYK percentages

%0
%14.51
%1.57
%0

Codes

Color #FFDAFB in popluar color models

FF DA FB
RGB 255 218 251
HSL 306° 100.00% 92.75%
HSB/HSV 306° 14.51% 100.00%
CMYK 0.00% 14.51% 1.57%
0.00%

Color #FFDAFB in popluar number systems.

HEX FF DA FB
Decimal 255 218 251
Binary 11111111 11011010 11111011
Octal 377 332 373

Shades and tints

Shades of #FFDAFB

#FFDAFB
(255,218,251)
#E8C7E5
(232,199,229)
#D1B4CF
(209,180,207)
#BAA1B9
(186,161,185)
#A38EA3
(163,142,163)
#8C7B8D
(140,123,141)
#756877
(117,104,119)
#5E5561
(94,85,97)
#47424B
(71,66,75)
#302F35
(48,47,53)
#191C1F
(25,28,31)
#000000
(0,0,0)

Tints of #FFDAFB

#FFDAFB
(255,218,251)
#FFDDFB
(255,221,251)
#FFE0FB
(255,224,251)
#FFE3FB
(255,227,251)
#FFE6FB
(255,230,251)
#FFE9FB
(255,233,251)
#FFECFB
(255,236,251)
#FFEFFB
(255,239,251)
#FFF2FB
(255,242,251)
#FFF5FB
(255,245,251)
#FFF8FB
(255,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDAFB; }

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

This text font color is #FFDAFB.

Background Color

.myBgColor { background-color: #FFDAFB; }

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

This div background color is #FFDAFB.

Border color

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

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

This div border color is #FFDAFB.

Opacity

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

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

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

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

This text has shadow with #FFDAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDAFB.

Preview

Color preview on black background

This text has color #FFDAFB on black background.


Color preview on white background

This text has color #FFDAFB on white background.


Black color preview on #FFDAFB background

This text has black color on #FFDAFB background.


White color preview on #FFDAFB background

This text has white color on #FFDAFB background.


Related colors

Complementary color

Complementary color for #hex is #002504.


I love getcolorcode.com

Triadic colors

1 #FBFFDA and #DAFBFF with #FFDAFB are triadic colors.

2 #FBDAFF and #DAFFFB with #FFDAFB are triadic colors.