COLOR #F2FDDC

HEX: #F2FDDC
RGB: (242,253,220)

Color info

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

RGB color model

#F2FDDC color RGB value is (242,253,220).

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

RGB channels and saturation

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

242
253
220

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

Portions of RGB colors in percentages

R + G + B =
242 + 253 + 220 = 715 (100%)
R 242 of 715 ~ 33.85%
G 253 of 715 ~ 35.38%
B 220 of 715 ~ 30.77%

%33.85
%35.38
%30.77

CMYK color model

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

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • 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.04
%0.78

Codes

Color #F2FDDC in popluar color models

F2FDDC
RGB242253220
HSL80°89.19%92.75%
HSB/HSV80°13.04%99.22%
CMYK4.35%0.00%13.04%
0.78%

Color #F2FDDC in popluar number systems.

HEXF2FDDC
Decimal242253220
Binary111100101111110111011100
Octal362375334

Shades and tints

Shades of #F2FDDC

#F2FDDC
(242,253,220)
#DCE6C8
(220,230,200)
#C6CFB4
(198,207,180)
#B0B8A0
(176,184,160)
#9AA18C
(154,161,140)
#848A78
(132,138,120)
#6E7364
(110,115,100)
#585C50
(88,92,80)
#42453C
(66,69,60)
#2C2E28
(44,46,40)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #F2FDDC

#F2FDDC
(242,253,220)
#F3FDDF
(243,253,223)
#F4FDE2
(244,253,226)
#F5FDE5
(245,253,229)
#F6FDE8
(246,253,232)
#F7FDEB
(247,253,235)
#F8FDEE
(248,253,238)
#F9FDF1
(249,253,241)
#FAFDF4
(250,253,244)
#FBFDF7
(251,253,247)
#FCFDFA
(252,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FDDC; }

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

This text font color is #F2FDDC.


Background Color

.myBgColor { background-color: #F2FDDC; }

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

This div background color is #F2FDDC.


Border color

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

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

This div border color is #F2FDDC.


Opacity

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

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

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

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

This text has shadow with #F2FDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FDDC on black background.


Color preview on white background

This text has color #F2FDDC on white background.



Black color preview on #F2FDDC background

This text has black color on #F2FDDC background.


White color preview on #F2FDDC background

This text has white color on #F2FDDC background.