COLOR #FACCEB

HEX: #FACCEB RGB: (250,204,235)

Color info

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

RGB color model

#FACCEB color RGB value is (250,204,235).

RGB: (250,204,235) (98%, 80%, 92%)

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 235 of 255 = 92%

250
204
235

R + G + B ~ 90%. #FACCEB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 204 + 235 = 689 (100%)
R 250 of 689 ~ 36.28%
G 204 of 689 ~ 29.61%
B 235 of 689 ~ 34.11'%

%36.28
%29.61
%34.11

CMYK color model

#FACCEB color CMYK value is (0,18,6,2).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 6.00%
  • key color value is 1.96%

CMYK: (0,18,6,2)
C0M18Y6K2 (0%, 18%, 6%, 2%)
(0.00 / 0.18 / 0.06 / 0.02)

CMYK percentages

%0
%18.4
%6
%1.96

Codes

Color #FACCEB in popluar color models

FA CC EB
RGB 250 204 235
HSL 320° 82.14% 89.02%
HSB/HSV 320° 18.40% 98.04%
CMYK 0.00% 18.40% 6.00%
1.96%

Color #FACCEB in popluar number systems.

HEX FA CC EB
Decimal 250 204 235
Binary 11111010 11001100 11101011
Octal 372 314 353

Shades and tints

Shades of #FACCEB

#FACCEB
(250,204,235)
#E4BAD6
(228,186,214)
#CEA8C1
(206,168,193)
#B896AC
(184,150,172)
#A28497
(162,132,151)
#8C7282
(140,114,130)
#76606D
(118,96,109)
#604E58
(96,78,88)
#4A3C43
(74,60,67)
#342A2E
(52,42,46)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #FACCEB

#FACCEB
(250,204,235)
#FAD0EC
(250,208,236)
#FAD4ED
(250,212,237)
#FAD8EE
(250,216,238)
#FADCEF
(250,220,239)
#FAE0F0
(250,224,240)
#FAE4F1
(250,228,241)
#FAE8F2
(250,232,242)
#FAECF3
(250,236,243)
#FAF0F4
(250,240,244)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACCEB color. Also use rgb(250,204,235) instead hex code.

Text Font Color

.myTextColor { color: #FACCEB; }

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

This text font color is #FACCEB.

Background Color

.myBgColor { background-color: #FACCEB; }

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

This div background color is #FACCEB.

Border color

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

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

This div border color is #FACCEB.

Opacity

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

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

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

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

This text has shadow with #FACCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACCEB.

Preview

Color preview on black background

This text has color #FACCEB on black background.


Color preview on white background

This text has color #FACCEB on white background.


Black color preview on #FACCEB background

This text has black color on #FACCEB background.


White color preview on #FACCEB background

This text has white color on #FACCEB background.


Related colors

Complementary color

Complementary color for #hex is #053314.


I love getcolorcode.com

Triadic colors

1 #EBFACC and #CCEBFA with #FACCEB are triadic colors.

2 #EBCCFA and #CCFAEB with #FACCEB are triadic colors.