COLOR #F2FDDB

HEX: #F2FDDB
RGB: (242,253,219)

Color info

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

RGB color model

#F2FDDB color RGB value is (242,253,219).

  • red value is 242;
  • green value is 253;
  • blue value is 219.
RGB:
(242,253,219)
(95%,99%,86%)

RGB channels and saturation

R 242 of 255 = 95%
G 253 of 255 = 99%
B 219 of 255 = 86%

242
253
219

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

Portions of RGB colors in percentages

R + G + B =
242 + 253 + 219 = 714 (100%)
R 242 of 714 ~ 33.89%
G 253 of 714 ~ 35.43%
B 219 of 714 ~ 30.67%

%33.89
%35.43
%30.67

CMYK color model

#F2FDDB color CMYK value is (4,0,13,1).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK:
(4,0,13,1)
C4M0Y13K1 
(4%,0%,13%,1%)
(0.04/0.00/0.13/0.01)	

CMYK percentages

%4.35
%0
%13.44
%0.78

Codes

Color #F2FDDB in popluar color models

F2FDDB
RGB242253219
HSL79°89.47%92.55%
HSB/HSV79°13.44%99.22%
CMYK4.35%0.00%13.44%
0.78%

Color #F2FDDB in popluar number systems.

HEXF2FDDB
Decimal242253219
Binary111100101111110111011011
Octal362375333

Shades and tints

Shades of #F2FDDB

#F2FDDB
(242,253,219)
#DCE6C8
(220,230,200)
#C6CFB5
(198,207,181)
#B0B8A2
(176,184,162)
#9AA18F
(154,161,143)
#848A7C
(132,138,124)
#6E7369
(110,115,105)
#585C56
(88,92,86)
#424543
(66,69,67)
#2C2E30
(44,46,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #F2FDDB

#F2FDDB
(242,253,219)
#F3FDDE
(243,253,222)
#F4FDE1
(244,253,225)
#F5FDE4
(245,253,228)
#F6FDE7
(246,253,231)
#F7FDEA
(247,253,234)
#F8FDED
(248,253,237)
#F9FDF0
(249,253,240)
#FAFDF3
(250,253,243)
#FBFDF6
(251,253,246)
#FCFDF9
(252,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FDDB; }

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

This text font color is #F2FDDB.


Background Color

.myBgColor { background-color: #F2FDDB; }

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

This div background color is #F2FDDB.


Border color

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

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

This div border color is #F2FDDB.


Opacity

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

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

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

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

This text has shadow with #F2FDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FDDB on black background.


Color preview on white background

This text has color #F2FDDB on white background.



Black color preview on #F2FDDB background

This text has black color on #F2FDDB background.


White color preview on #F2FDDB background

This text has white color on #F2FDDB background.