COLOR #FAD2F0

HEX: #FAD2F0 RGB: (250,210,240)

Color info

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

RGB color model

#FAD2F0 color RGB value is (250,210,240).

RGB: (250,210,240) (98%, 82%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 210 of 255 = 82%
B 240 of 255 = 94%

250
210
240

R + G + B ~ 91%. #FAD2F0 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 210 + 240 = 700 (100%)
R 250 of 700 ~ 35.71%
G 210 of 700 ~ 30%
B 240 of 700 ~ 34.29'%

%35.71
%30
%34.29

CMYK color model

#FAD2F0 color CMYK value is (0,16,4,2).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 4.00%
  • key color value is 1.96%

CMYK: (0,16,4,2)
C0M16Y4K2 (0%, 16%, 4%, 2%)
(0.00 / 0.16 / 0.04 / 0.02)

CMYK percentages

%0
%16
%4
%1.96

Codes

Color #FAD2F0 in popluar color models

FA D2 F0
RGB 250 210 240
HSL 315° 80.00% 90.20%
HSB/HSV 315° 16.00% 98.04%
CMYK 0.00% 16.00% 4.00%
1.96%

Color #FAD2F0 in popluar number systems.

HEX FA D2 F0
Decimal 250 210 240
Binary 11111010 11010010 11110000
Octal 372 322 360

Shades and tints

Shades of #FAD2F0

#FAD2F0
(250,210,240)
#E4BFDB
(228,191,219)
#CEACC6
(206,172,198)
#B899B1
(184,153,177)
#A2869C
(162,134,156)
#8C7387
(140,115,135)
#766072
(118,96,114)
#604D5D
(96,77,93)
#4A3A48
(74,58,72)
#342733
(52,39,51)
#1E141E
(30,20,30)
#000000
(0,0,0)

Tints of #FAD2F0

#FAD2F0
(250,210,240)
#FAD6F1
(250,214,241)
#FADAF2
(250,218,242)
#FADEF3
(250,222,243)
#FAE2F4
(250,226,244)
#FAE6F5
(250,230,245)
#FAEAF6
(250,234,246)
#FAEEF7
(250,238,247)
#FAF2F8
(250,242,248)
#FAF6F9
(250,246,249)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD2F0 color. Also use rgb(250,210,240) instead hex code.

Text Font Color

.myTextColor { color: #FAD2F0; }

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

This text font color is #FAD2F0.

Background Color

.myBgColor { background-color: #FAD2F0; }

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

This div background color is #FAD2F0.

Border color

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

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

This div border color is #FAD2F0.

Opacity

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

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

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

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

This text has shadow with #FAD2F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD2F0.

Preview

Color preview on black background

This text has color #FAD2F0 on black background.


Color preview on white background

This text has color #FAD2F0 on white background.


Black color preview on #FAD2F0 background

This text has black color on #FAD2F0 background.


White color preview on #FAD2F0 background

This text has white color on #FAD2F0 background.


Related colors

Complementary color

Complementary color for #hex is #052D0F.


I love getcolorcode.com

Triadic colors

1 #F0FAD2 and #D2F0FA with #FAD2F0 are triadic colors.

2 #F0D2FA and #D2FAF0 with #FAD2F0 are triadic colors.