COLOR #F2DAFA

HEX: #F2DAFA RGB: (242,218,250)

Color info

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

RGB color model

#F2DAFA color RGB value is (242,218,250).

RGB: (242,218,250) (95%, 85%, 98%)

RGB channels and saturation

R 242 of 255 = 95%
G 218 of 255 = 85%
B 250 of 255 = 98%

242
218
250

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

Portions of RGB colors in percentages

R + G + B = 242 + 218 + 250 = 710 (100%)
R 242 of 710 ~ 34.08%
G 218 of 710 ~ 30.7%
B 250 of 710 ~ 35.21'%

%34.08
%30.7
%35.21

CMYK color model

#F2DAFA color CMYK value is (3,13,0,2).

  • cyan value is 3.20%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (3,13,0,2) C3M13Y0K2 (3%,13%,0%,2%) (0.03/0.13/0.00/0.02) 

CMYK percentages

%3.2
%12.8
%0
%1.96

Codes

Color #F2DAFA in popluar color models

F2 DA FA
RGB 242 218 250
HSL 285° 76.19% 91.76%
HSB/HSV 285° 12.80% 98.04%
CMYK 3.20% 12.80% 0.00%
1.96%

Color #F2DAFA in popluar number systems.

HEX F2 DA FA
Decimal 242 218 250
Binary 11110010 11011010 11111010
Octal 362 332 372

Shades and tints

Shades of #F2DAFA

#F2DAFA
(242,218,250)
#DCC7E4
(220,199,228)
#C6B4CE
(198,180,206)
#B0A1B8
(176,161,184)
#9A8EA2
(154,142,162)
#847B8C
(132,123,140)
#6E6876
(110,104,118)
#585560
(88,85,96)
#42424A
(66,66,74)
#2C2F34
(44,47,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #F2DAFA

#F2DAFA
(242,218,250)
#F3DDFA
(243,221,250)
#F4E0FA
(244,224,250)
#F5E3FA
(245,227,250)
#F6E6FA
(246,230,250)
#F7E9FA
(247,233,250)
#F8ECFA
(248,236,250)
#F9EFFA
(249,239,250)
#FAF2FA
(250,242,250)
#FBF5FA
(251,245,250)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DAFA; }

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

This text font color is #F2DAFA.

Background Color

.myBgColor { background-color: #F2DAFA; }

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

This div background color is #F2DAFA.

Border color

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

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

This div border color is #F2DAFA.

Opacity

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

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

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

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

This text has shadow with #F2DAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DAFA.

Preview

Color preview on black background

This text has color #F2DAFA on black background.


Color preview on white background

This text has color #F2DAFA on white background.


Black color preview on #F2DAFA background

This text has black color on #F2DAFA background.


White color preview on #F2DAFA background

This text has white color on #F2DAFA background.


Related colors

Complementary color

Complementary color for #hex is #0D2505.


I love getcolorcode.com

Triadic colors

1 #FAF2DA and #DAFAF2 with #F2DAFA are triadic colors.

2 #FADAF2 and #DAF2FA with #F2DAFA are triadic colors.