COLOR #F2FADB

HEX: #F2FADB RGB: (242,250,219)

Color info

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

RGB color model

#F2FADB color RGB value is (242,250,219).

RGB: (242,250,219) (95%, 98%, 86%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 219 of 255 = 86%

242
250
219

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

Portions of RGB colors in percentages

R + G + B = 242 + 250 + 219 = 711 (100%)
R 242 of 711 ~ 34.04%
G 250 of 711 ~ 35.16%
B 219 of 711 ~ 30.8'%

%34.04
%35.16
%30.8

CMYK color model

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

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • 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

%3.2
%0
%12.4
%1.96

Codes

Color #F2FADB in popluar color models

F2 FA DB
RGB 242 250 219
HSL 75° 75.61% 91.96%
HSB/HSV 75° 12.40% 98.04%
CMYK 3.20% 0.00% 12.40%
1.96%

Color #F2FADB in popluar number systems.

HEX F2 FA DB
Decimal 242 250 219
Binary 11110010 11111010 11011011
Octal 362 372 333

Shades and tints

Shades of #F2FADB

#F2FADB
(242,250,219)
#DCE4C8
(220,228,200)
#C6CEB5
(198,206,181)
#B0B8A2
(176,184,162)
#9AA28F
(154,162,143)
#848C7C
(132,140,124)
#6E7669
(110,118,105)
#586056
(88,96,86)
#424A43
(66,74,67)
#2C3430
(44,52,48)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #F2FADB

#F2FADB
(242,250,219)
#F3FADE
(243,250,222)
#F4FAE1
(244,250,225)
#F5FAE4
(245,250,228)
#F6FAE7
(246,250,231)
#F7FAEA
(247,250,234)
#F8FAED
(248,250,237)
#F9FAF0
(249,250,240)
#FAFAF3
(250,250,243)
#FBFAF6
(251,250,246)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FADB color. Also use rgb(242,250,219) instead hex code.

Text Font Color

.myTextColor { color: #F2FADB; }

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

This text font color is #F2FADB.

Background Color

.myBgColor { background-color: #F2FADB; }

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

This div background color is #F2FADB.

Border color

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

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

This div border color is #F2FADB.

Opacity

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

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

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

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

This text has shadow with #F2FADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FADB.

Preview

Color preview on black background

This text has color #F2FADB on black background.


Color preview on white background

This text has color #F2FADB on white background.


Black color preview on #F2FADB background

This text has black color on #F2FADB background.


White color preview on #F2FADB background

This text has white color on #F2FADB background.


Related colors

Complementary color

Complementary color for #hex is #0D0524.


I love getcolorcode.com

Triadic colors

1 #DBF2FA and #FADBF2 with #F2FADB are triadic colors.

2 #DBFAF2 and #FAF2DB with #F2FADB are triadic colors.