COLOR #FACEFD

HEX: #FACEFD RGB: (250,206,253)

Color info

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

RGB color model

#FACEFD color RGB value is (250,206,253).

RGB: (250,206,253) (98%, 81%, 99%)

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 253 of 255 = 99%

250
206
253

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

Portions of RGB colors in percentages

R + G + B = 250 + 206 + 253 = 709 (100%)
R 250 of 709 ~ 35.26%
G 206 of 709 ~ 29.06%
B 253 of 709 ~ 35.68'%

%35.26
%29.06
%35.68

CMYK color model

#FACEFD color CMYK value is (1,19,0,1).

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

CMYK: (1,19,0,1)
C1M19Y0K1 (1%, 19%, 0%, 1%)
(0.01 / 0.19 / 0.00 / 0.01)

CMYK percentages

%1.19
%18.58
%0
%0.78

Codes

Color #FACEFD in popluar color models

FA CE FD
RGB 250 206 253
HSL 296° 92.16% 90.00%
HSB/HSV 296° 18.58% 99.22%
CMYK 1.19% 18.58% 0.00%
0.78%

Color #FACEFD in popluar number systems.

HEX FA CE FD
Decimal 250 206 253
Binary 11111010 11001110 11111101
Octal 372 316 375

Shades and tints

Shades of #FACEFD

#FACEFD
(250,206,253)
#E4BCE6
(228,188,230)
#CEAACF
(206,170,207)
#B898B8
(184,152,184)
#A286A1
(162,134,161)
#8C748A
(140,116,138)
#766273
(118,98,115)
#60505C
(96,80,92)
#4A3E45
(74,62,69)
#342C2E
(52,44,46)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #FACEFD

#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)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACEFD; }

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

This text font color is #FACEFD.

Background Color

.myBgColor { background-color: #FACEFD; }

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

This div background color is #FACEFD.

Border color

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

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

This div border color is #FACEFD.

Opacity

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

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

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

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

This text has shadow with #FACEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACEFD.

Preview

Color preview on black background

This text has color #FACEFD on black background.


Color preview on white background

This text has color #FACEFD on white background.


Black color preview on #FACEFD background

This text has black color on #FACEFD background.


White color preview on #FACEFD background

This text has white color on #FACEFD background.


Related colors

Complementary color

Complementary color for #hex is #053102.


I love getcolorcode.com

Triadic colors

1 #FDFACE and #CEFDFA with #FACEFD are triadic colors.

2 #FDCEFA and #CEFAFD with #FACEFD are triadic colors.