COLOR #FFF2DB

HEX: #FFF2DB RGB: (255,242,219)

Color info

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

RGB color model

#FFF2DB color RGB value is (255,242,219).

RGB: (255,242,219) (100%, 95%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 242 of 255 = 95%
B 219 of 255 = 86%

255
242
219

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

Portions of RGB colors in percentages

R + G + B = 255 + 242 + 219 = 716 (100%)
R 255 of 716 ~ 35.61%
G 242 of 716 ~ 33.8%
B 219 of 716 ~ 30.59'%

%35.61
%33.8
%30.59

CMYK color model

#FFF2DB color CMYK value is (0,5,14,0).

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

CMYK: (0,5,14,0)
C0M5Y14K0 (0%, 5%, 14%, 0%)
(0.00 / 0.05 / 0.14 / 0.00)

CMYK percentages

%0
%5.1
%14.12
%0

Codes

Color #FFF2DB in popluar color models

FF F2 DB
RGB 255 242 219
HSL 38° 100.00% 92.94%
HSB/HSV 38° 14.12% 100.00%
CMYK 0.00% 5.10% 14.12%
0.00%

Color #FFF2DB in popluar number systems.

HEX FF F2 DB
Decimal 255 242 219
Binary 11111111 11110010 11011011
Octal 377 362 333

Shades and tints

Shades of #FFF2DB

#FFF2DB
(255,242,219)
#E8DCC8
(232,220,200)
#D1C6B5
(209,198,181)
#BAB0A2
(186,176,162)
#A39A8F
(163,154,143)
#8C847C
(140,132,124)
#756E69
(117,110,105)
#5E5856
(94,88,86)
#474243
(71,66,67)
#302C30
(48,44,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #FFF2DB

#FFF2DB
(255,242,219)
#FFF3DE
(255,243,222)
#FFF4E1
(255,244,225)
#FFF5E4
(255,245,228)
#FFF6E7
(255,246,231)
#FFF7EA
(255,247,234)
#FFF8ED
(255,248,237)
#FFF9F0
(255,249,240)
#FFFAF3
(255,250,243)
#FFFBF6
(255,251,246)
#FFFCF9
(255,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF2DB; }

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

This text font color is #FFF2DB.

Background Color

.myBgColor { background-color: #FFF2DB; }

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

This div background color is #FFF2DB.

Border color

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

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

This div border color is #FFF2DB.

Opacity

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

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

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

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

This text has shadow with #FFF2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF2DB.

Preview

Color preview on black background

This text has color #FFF2DB on black background.


Color preview on white background

This text has color #FFF2DB on white background.


Black color preview on #FFF2DB background

This text has black color on #FFF2DB background.


White color preview on #FFF2DB background

This text has white color on #FFF2DB background.


Related colors

Complementary color

Complementary color for #hex is #000D24.


I love getcolorcode.com

Triadic colors

1 #DBFFF2 and #F2DBFF with #FFF2DB are triadic colors.

2 #DBF2FF and #F2FFDB with #FFF2DB are triadic colors.