COLOR #F6FACB

HEX: #F6FACB RGB: (246,250,203)

Color info

#F6FACB contains red, green and blue colors in about the same proportion. Web safe color of #F6FACB is #FFFFCC (or #FFC).

RGB color model

#F6FACB color RGB value is (246,250,203).

RGB: (246,250,203) (96%, 98%, 80%)

RGB channels and saturation

R 246 of 255 = 96%
G 250 of 255 = 98%
B 203 of 255 = 80%

246
250
203

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

Portions of RGB colors in percentages

R + G + B = 246 + 250 + 203 = 699 (100%)
R 246 of 699 ~ 35.19%
G 250 of 699 ~ 35.77%
B 203 of 699 ~ 29.04'%

%35.19
%35.77
%29.04

CMYK color model

#F6FACB color CMYK value is (2,0,19,2).

  • cyan value is 1.60%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 1.96%

CMYK: (2,0,19,2)
C2M0Y19K2 (2%, 0%, 19%, 2%)
(0.02 / 0.00 / 0.19 / 0.02)

CMYK percentages

%1.6
%0
%18.8
%1.96

Codes

Color #F6FACB in popluar color models

F6 FA CB
RGB 246 250 203
HSL 65° 82.46% 88.82%
HSB/HSV 65° 18.80% 98.04%
CMYK 1.60% 0.00% 18.80%
1.96%

Color #F6FACB in popluar number systems.

HEX F6 FA CB
Decimal 246 250 203
Binary 11110110 11111010 11001011
Octal 366 372 313

Shades and tints

Shades of #F6FACB

#F6FACB
(246,250,203)
#E0E4B9
(224,228,185)
#CACEA7
(202,206,167)
#B4B895
(180,184,149)
#9EA283
(158,162,131)
#888C71
(136,140,113)
#72765F
(114,118,95)
#5C604D
(92,96,77)
#464A3B
(70,74,59)
#303429
(48,52,41)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #F6FACB

#F6FACB
(246,250,203)
#F6FACF
(246,250,207)
#F6FAD3
(246,250,211)
#F6FAD7
(246,250,215)
#F6FADB
(246,250,219)
#F6FADF
(246,250,223)
#F6FAE3
(246,250,227)
#F6FAE7
(246,250,231)
#F6FAEB
(246,250,235)
#F6FAEF
(246,250,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FACB color. Also use rgb(246,250,203) instead hex code.

Text Font Color

.myTextColor { color: #F6FACB; }

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

This text font color is #F6FACB.

Background Color

.myBgColor { background-color: #F6FACB; }

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

This div background color is #F6FACB.

Border color

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

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

This div border color is #F6FACB.

Opacity

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

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

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

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

This text has shadow with #F6FACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FACB.

Preview

Color preview on black background

This text has color #F6FACB on black background.


Color preview on white background

This text has color #F6FACB on white background.


Black color preview on #F6FACB background

This text has black color on #F6FACB background.


White color preview on #F6FACB background

This text has white color on #F6FACB background.


Related colors

Complementary color

Complementary color for #hex is #090534.


I love getcolorcode.com

Triadic colors

1 #CBF6FA and #FACBF6 with #F6FACB are triadic colors.

2 #CBFAF6 and #FAF6CB with #F6FACB are triadic colors.