COLOR #F4ADFD

HEX: #F4ADFD RGB: (244,173,253)

Color info

#F4ADFD contains mainly red and blue colors. Web safe color of #F4ADFD is #FF99FF (or #F9F).

RGB color model

#F4ADFD color RGB value is (244,173,253).

RGB: (244,173,253) (96%, 68%, 99%)

RGB channels and saturation

R 244 of 255 = 96%
G 173 of 255 = 68%
B 253 of 255 = 99%

244
173
253

R + G + B ~ 88%. #F4ADFD is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 173 + 253 = 670 (100%)
R 244 of 670 ~ 36.42%
G 173 of 670 ~ 25.82%
B 253 of 670 ~ 37.76'%

%36.42
%25.82
%37.76

CMYK color model

#F4ADFD color CMYK value is (4,32,0,1).

  • cyan value is 3.56%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (4,32,0,1)
C4M32Y0K1 (4%, 32%, 0%, 1%)
(0.04 / 0.32 / 0.00 / 0.01)

CMYK percentages

%3.56
%31.62
%0
%0.78

Codes

Color #F4ADFD in popluar color models

F4 AD FD
RGB 244 173 253
HSL 293° 95.24% 83.53%
HSB/HSV 293° 31.62% 99.22%
CMYK 3.56% 31.62% 0.00%
0.78%

Color #F4ADFD in popluar number systems.

HEX F4 AD FD
Decimal 244 173 253
Binary 11110100 10101101 11111101
Octal 364 255 375

Shades and tints

Shades of #F4ADFD

#F4ADFD
(244,173,253)
#DE9EE6
(222,158,230)
#C88FCF
(200,143,207)
#B280B8
(178,128,184)
#9C71A1
(156,113,161)
#86628A
(134,98,138)
#705373
(112,83,115)
#5A445C
(90,68,92)
#443545
(68,53,69)
#2E262E
(46,38,46)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #F4ADFD

#F4ADFD
(244,173,253)
#F5B4FD
(245,180,253)
#F6BBFD
(246,187,253)
#F7C2FD
(247,194,253)
#F8C9FD
(248,201,253)
#F9D0FD
(249,208,253)
#FAD7FD
(250,215,253)
#FBDEFD
(251,222,253)
#FCE5FD
(252,229,253)
#FDECFD
(253,236,253)
#FEF3FD
(254,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4ADFD color. Also use rgb(244,173,253) instead hex code.

Text Font Color

.myTextColor { color: #F4ADFD; }

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

This text font color is #F4ADFD.

Background Color

.myBgColor { background-color: #F4ADFD; }

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

This div background color is #F4ADFD.

Border color

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

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

This div border color is #F4ADFD.

Opacity

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

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

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

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

This text has shadow with #F4ADFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4ADFD.

Preview

Color preview on black background

This text has color #F4ADFD on black background.


Color preview on white background

This text has color #F4ADFD on white background.


Black color preview on #F4ADFD background

This text has black color on #F4ADFD background.


White color preview on #F4ADFD background

This text has white color on #F4ADFD background.


Related colors

Complementary color

Complementary color for #hex is #0B5202.


I love getcolorcode.com

Triadic colors

1 #FDF4AD and #ADFDF4 with #F4ADFD are triadic colors.

2 #FDADF4 and #ADF4FD with #F4ADFD are triadic colors.