COLOR #F3FADC

HEX: #F3FADC
RGB: (243,250,220)

Color info

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

RGB color model

#F3FADC color RGB value is (243,250,220).

  • red value is 243;
  • green value is 250;
  • blue value is 220.
RGB:
(243,250,220)
(95%,98%,86%)

RGB channels and saturation

R 243 of 255 = 95%
G 250 of 255 = 98%
B 220 of 255 = 86%

243
250
220

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

Portions of RGB colors in percentages

R + G + B =
243 + 250 + 220 = 713 (100%)
R 243 of 713 ~ 34.08%
G 250 of 713 ~ 35.06%
B 220 of 713 ~ 30.86%

%34.08
%35.06
%30.86

CMYK color model

#F3FADC color CMYK value is (3,0,12,2).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK:
(3,0,12,2)
C3M0Y12K2 
(3%,0%,12%,2%)
(0.03/0.00/0.12/0.02)	

CMYK percentages

%2.8
%0
%12
%1.96

Codes

Color #F3FADC in popluar color models

F3FADC
RGB243250220
HSL74°75.00%92.16%
HSB/HSV74°12.00%98.04%
CMYK2.80%0.00%12.00%
1.96%

Color #F3FADC in popluar number systems.

HEXF3FADC
Decimal243250220
Binary111100111111101011011100
Octal363372334

Shades and tints

Shades of #F3FADC

#F3FADC
(243,250,220)
#DDE4C8
(221,228,200)
#C7CEB4
(199,206,180)
#B1B8A0
(177,184,160)
#9BA28C
(155,162,140)
#858C78
(133,140,120)
#6F7664
(111,118,100)
#596050
(89,96,80)
#434A3C
(67,74,60)
#2D3428
(45,52,40)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #F3FADC

#F3FADC
(243,250,220)
#F4FADF
(244,250,223)
#F5FAE2
(245,250,226)
#F6FAE5
(246,250,229)
#F7FAE8
(247,250,232)
#F8FAEB
(248,250,235)
#F9FAEE
(249,250,238)
#FAFAF1
(250,250,241)
#FBFAF4
(251,250,244)
#FCFAF7
(252,250,247)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FADC color. Also use rgb(243,250,220) instead hex code.

Text Font Color

.myTextColor { color: #F3FADC; }

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

This text font color is #F3FADC.


Background Color

.myBgColor { background-color: #F3FADC; }

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

This div background color is #F3FADC.


Border color

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

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

This div border color is #F3FADC.


Opacity

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

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

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

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

This text has shadow with #F3FADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FADC on black background.


Color preview on white background

This text has color #F3FADC on white background.



Black color preview on #F3FADC background

This text has black color on #F3FADC background.


White color preview on #F3FADC background

This text has white color on #F3FADC background.