COLOR #FFF3CC

HEX: #FFF3CC RGB: (255,243,204)

Color info

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

RGB color model

#FFF3CC color RGB value is (255,243,204).

RGB: (255,243,204) (100%, 95%, 80%)

RGB channels and saturation

R 255 of 255 = 100%
G 243 of 255 = 95%
B 204 of 255 = 80%

255
243
204

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

Portions of RGB colors in percentages

R + G + B = 255 + 243 + 204 = 702 (100%)
R 255 of 702 ~ 36.32%
G 243 of 702 ~ 34.62%
B 204 of 702 ~ 29.06'%

%36.32
%34.62
%29.06

CMYK color model

#FFF3CC color CMYK value is (0,5,20,0).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 20.00%
  • key color value is 0.00%

CMYK: (0,5,20,0)
C0M5Y20K0 (0%, 5%, 20%, 0%)
(0.00 / 0.05 / 0.20 / 0.00)

CMYK percentages

%0
%4.71
%20
%0

Codes

Color #FFF3CC in popluar color models

FF F3 CC
RGB 255 243 204
HSL 46° 100.00% 90.00%
HSB/HSV 46° 20.00% 100.00%
CMYK 0.00% 4.71% 20.00%
0.00%

Color #FFF3CC in popluar number systems.

HEX FF F3 CC
Decimal 255 243 204
Binary 11111111 11110011 11001100
Octal 377 363 314

Shades and tints

Shades of #FFF3CC

#FFF3CC
(255,243,204)
#E8DDBA
(232,221,186)
#D1C7A8
(209,199,168)
#BAB196
(186,177,150)
#A39B84
(163,155,132)
#8C8572
(140,133,114)
#756F60
(117,111,96)
#5E594E
(94,89,78)
#47433C
(71,67,60)
#302D2A
(48,45,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #FFF3CC

#FFF3CC
(255,243,204)
#FFF4D0
(255,244,208)
#FFF5D4
(255,245,212)
#FFF6D8
(255,246,216)
#FFF7DC
(255,247,220)
#FFF8E0
(255,248,224)
#FFF9E4
(255,249,228)
#FFFAE8
(255,250,232)
#FFFBEC
(255,251,236)
#FFFCF0
(255,252,240)
#FFFDF4
(255,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF3CC color. Also use rgb(255,243,204) instead hex code.

Text Font Color

.myTextColor { color: #FFF3CC; }

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

This text font color is #FFF3CC.

Background Color

.myBgColor { background-color: #FFF3CC; }

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

This div background color is #FFF3CC.

Border color

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

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

This div border color is #FFF3CC.

Opacity

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

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

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

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

This text has shadow with #FFF3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF3CC.

Preview

Color preview on black background

This text has color #FFF3CC on black background.


Color preview on white background

This text has color #FFF3CC on white background.


Black color preview on #FFF3CC background

This text has black color on #FFF3CC background.


White color preview on #FFF3CC background

This text has white color on #FFF3CC background.


Related colors

Complementary color

Complementary color for #hex is #000C33.


I love getcolorcode.com

Triadic colors

1 #CCFFF3 and #F3CCFF with #FFF3CC are triadic colors.

2 #CCF3FF and #F3FFCC with #FFF3CC are triadic colors.