COLOR #FACAFD

HEX: #FACAFD RGB: (250,202,253)

Color info

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

RGB color model

#FACAFD color RGB value is (250,202,253).

RGB: (250,202,253) (98%, 79%, 99%)

RGB channels and saturation

R 250 of 255 = 98%
G 202 of 255 = 79%
B 253 of 255 = 99%

250
202
253

R + G + B ~ 92%. #FACAFD is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 202 + 253 = 705 (100%)
R 250 of 705 ~ 35.46%
G 202 of 705 ~ 28.65%
B 253 of 705 ~ 35.89'%

%35.46
%28.65
%35.89

CMYK color model

#FACAFD color CMYK value is (1,20,0,1).

  • cyan value is 1.19%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (1,20,0,1)
C1M20Y0K1 (1%, 20%, 0%, 1%)
(0.01 / 0.20 / 0.00 / 0.01)

CMYK percentages

%1.19
%20.16
%0
%0.78

Codes

Color #FACAFD in popluar color models

FA CA FD
RGB 250 202 253
HSL 296° 92.73% 89.22%
HSB/HSV 296° 20.16% 99.22%
CMYK 1.19% 20.16% 0.00%
0.78%

Color #FACAFD in popluar number systems.

HEX FA CA FD
Decimal 250 202 253
Binary 11111010 11001010 11111101
Octal 372 312 375

Shades and tints

Shades of #FACAFD

#FACAFD
(250,202,253)
#E4B8E6
(228,184,230)
#CEA6CF
(206,166,207)
#B894B8
(184,148,184)
#A282A1
(162,130,161)
#8C708A
(140,112,138)
#765E73
(118,94,115)
#604C5C
(96,76,92)
#4A3A45
(74,58,69)
#34282E
(52,40,46)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #FACAFD

#FACAFD
(250,202,253)
#FACEFD
(250,206,253)
#FAD2FD
(250,210,253)
#FAD6FD
(250,214,253)
#FADAFD
(250,218,253)
#FADEFD
(250,222,253)
#FAE2FD
(250,226,253)
#FAE6FD
(250,230,253)
#FAEAFD
(250,234,253)
#FAEEFD
(250,238,253)
#FAF2FD
(250,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACAFD color. Also use rgb(250,202,253) instead hex code.

Text Font Color

.myTextColor { color: #FACAFD; }

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

This text font color is #FACAFD.

Background Color

.myBgColor { background-color: #FACAFD; }

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

This div background color is #FACAFD.

Border color

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

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

This div border color is #FACAFD.

Opacity

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

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

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

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

This text has shadow with #FACAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACAFD.

Preview

Color preview on black background

This text has color #FACAFD on black background.


Color preview on white background

This text has color #FACAFD on white background.


Black color preview on #FACAFD background

This text has black color on #FACAFD background.


White color preview on #FACAFD background

This text has white color on #FACAFD background.


Related colors

Complementary color

Complementary color for #hex is #053502.


I love getcolorcode.com

Triadic colors

1 #FDFACA and #CAFDFA with #FACAFD are triadic colors.

2 #FDCAFA and #CAFAFD with #FACAFD are triadic colors.