COLOR #FFF2DE

HEX: #FFF2DE
RGB: (255,242,222)

Color info

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

RGB color model

#FFF2DE color RGB value is (255,242,222).

  • red value is 255;
  • green value is 242;
  • blue value is 222.
RGB:
(255,242,222)
(100%,95%,87%)

RGB channels and saturation

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

255
242
222

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

Portions of RGB colors in percentages

R + G + B =
255 + 242 + 222 = 719 (100%)
R 255 of 719 ~ 35.47%
G 242 of 719 ~ 33.66%
B 222 of 719 ~ 30.88%

%35.47
%33.66
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 12.94%
  • 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.94
%0

Codes

Color #FFF2DE in popluar color models

FFF2DE
RGB255242222
HSL36°100.00%93.53%
HSB/HSV36°12.94%100.00%
CMYK0.00%5.10%12.94%
0.00%

Color #FFF2DE in popluar number systems.

HEXFFF2DE
Decimal255242222
Binary111111111111001011011110
Octal377362336

Shades and tints

Shades of #FFF2DE

#FFF2DE
(255,242,222)
#E8DCCA
(232,220,202)
#D1C6B6
(209,198,182)
#BAB0A2
(186,176,162)
#A39A8E
(163,154,142)
#8C847A
(140,132,122)
#756E66
(117,110,102)
#5E5852
(94,88,82)
#47423E
(71,66,62)
#302C2A
(48,44,42)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #FFF2DE

#FFF2DE
(255,242,222)
#FFF3E1
(255,243,225)
#FFF4E4
(255,244,228)
#FFF5E7
(255,245,231)
#FFF6EA
(255,246,234)
#FFF7ED
(255,247,237)
#FFF8F0
(255,248,240)
#FFF9F3
(255,249,243)
#FFFAF6
(255,250,246)
#FFFBF9
(255,251,249)
#FFFCFC
(255,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF2DE; }

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

This text font color is #FFF2DE.


Background Color

.myBgColor { background-color: #FFF2DE; }

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

This div background color is #FFF2DE.


Border color

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

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

This div border color is #FFF2DE.


Opacity

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

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

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

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

This text has shadow with #FFF2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF2DE on black background.


Color preview on white background

This text has color #FFF2DE on white background.



Black color preview on #FFF2DE background

This text has black color on #FFF2DE background.


White color preview on #FFF2DE background

This text has white color on #FFF2DE background.