COLOR #FFF2DF

HEX: #FFF2DF RGB: (255,242,223)

Color info

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

RGB color model

#FFF2DF color RGB value is (255,242,223).

RGB: (255,242,223) (100%, 95%, 87%)

RGB channels and saturation

R 255 of 255 = 100%
G 242 of 255 = 95%
B 223 of 255 = 87%

255
242
223

R + G + B ~ 94%. #FFF2DF is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 242 + 223 = 720 (100%)
R 255 of 720 ~ 35.42%
G 242 of 720 ~ 33.61%
B 223 of 720 ~ 30.97'%

%35.42
%33.61
%30.97

CMYK color model

#FFF2DF color CMYK value is (0,5,13,0).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 12.55%
  • key color value is 0.00%

CMYK: (0,5,13,0)
C0M5Y13K0 (0%, 5%, 13%, 0%)
(0.00 / 0.05 / 0.13 / 0.00)

CMYK percentages

%0
%5.1
%12.55
%0

Codes

Color #FFF2DF in popluar color models

FF F2 DF
RGB 255 242 223
HSL 36° 100.00% 93.73%
HSB/HSV 36° 12.55% 100.00%
CMYK 0.00% 5.10% 12.55%
0.00%

Color #FFF2DF in popluar number systems.

HEX FF F2 DF
Decimal 255 242 223
Binary 11111111 11110010 11011111
Octal 377 362 337

Shades and tints

Shades of #FFF2DF

#FFF2DF
(255,242,223)
#E8DCCB
(232,220,203)
#D1C6B7
(209,198,183)
#BAB0A3
(186,176,163)
#A39A8F
(163,154,143)
#8C847B
(140,132,123)
#756E67
(117,110,103)
#5E5853
(94,88,83)
#47423F
(71,66,63)
#302C2B
(48,44,43)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #FFF2DF

#FFF2DF
(255,242,223)
#FFF3E1
(255,243,225)
#FFF4E3
(255,244,227)
#FFF5E5
(255,245,229)
#FFF6E7
(255,246,231)
#FFF7E9
(255,247,233)
#FFF8EB
(255,248,235)
#FFF9ED
(255,249,237)
#FFFAEF
(255,250,239)
#FFFBF1
(255,251,241)
#FFFCF3
(255,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF2DF color. Also use rgb(255,242,223) instead hex code.

Text Font Color

.myTextColor { color: #FFF2DF; }

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

This text font color is #FFF2DF.

Background Color

.myBgColor { background-color: #FFF2DF; }

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

This div background color is #FFF2DF.

Border color

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

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

This div border color is #FFF2DF.

Opacity

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

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

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

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

This text has shadow with #FFF2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF2DF.

Preview

Color preview on black background

This text has color #FFF2DF on black background.


Color preview on white background

This text has color #FFF2DF on white background.


Black color preview on #FFF2DF background

This text has black color on #FFF2DF background.


White color preview on #FFF2DF background

This text has white color on #FFF2DF background.


Related colors

Complementary color

Complementary color for #hex is #000D20.


I love getcolorcode.com

Triadic colors

1 #DFFFF2 and #F2DFFF with #FFF2DF are triadic colors.

2 #DFF2FF and #F2FFDF with #FFF2DF are triadic colors.