COLOR #FFF0D8

HEX: #FFF0D8 RGB: (255,240,216)

Color info

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

RGB color model

#FFF0D8 color RGB value is (255,240,216).

RGB: (255,240,216) (100%, 94%, 85%)

RGB channels and saturation

R 255 of 255 = 100%
G 240 of 255 = 94%
B 216 of 255 = 85%

255
240
216

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

Portions of RGB colors in percentages

R + G + B = 255 + 240 + 216 = 711 (100%)
R 255 of 711 ~ 35.86%
G 240 of 711 ~ 33.76%
B 216 of 711 ~ 30.38'%

%35.86
%33.76
%30.38

CMYK color model

#FFF0D8 color CMYK value is (0,6,15,0).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 15.29%
  • key color value is 0.00%

CMYK: (0,6,15,0)
C0M6Y15K0 (0%, 6%, 15%, 0%)
(0.00 / 0.06 / 0.15 / 0.00)

CMYK percentages

%0
%5.88
%15.29
%0

Codes

Color #FFF0D8 in popluar color models

FF F0 D8
RGB 255 240 216
HSL 37° 100.00% 92.35%
HSB/HSV 37° 15.29% 100.00%
CMYK 0.00% 5.88% 15.29%
0.00%

Color #FFF0D8 in popluar number systems.

HEX FF F0 D8
Decimal 255 240 216
Binary 11111111 11110000 11011000
Octal 377 360 330

Shades and tints

Shades of #FFF0D8

#FFF0D8
(255,240,216)
#E8DBC5
(232,219,197)
#D1C6B2
(209,198,178)
#BAB19F
(186,177,159)
#A39C8C
(163,156,140)
#8C8779
(140,135,121)
#757266
(117,114,102)
#5E5D53
(94,93,83)
#474840
(71,72,64)
#30332D
(48,51,45)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #FFF0D8

#FFF0D8
(255,240,216)
#FFF1DB
(255,241,219)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF0D8 color. Also use rgb(255,240,216) instead hex code.

Text Font Color

.myTextColor { color: #FFF0D8; }

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

This text font color is #FFF0D8.

Background Color

.myBgColor { background-color: #FFF0D8; }

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

This div background color is #FFF0D8.

Border color

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

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

This div border color is #FFF0D8.

Opacity

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

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

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

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

This text has shadow with #FFF0D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF0D8.

Preview

Color preview on black background

This text has color #FFF0D8 on black background.


Color preview on white background

This text has color #FFF0D8 on white background.


Black color preview on #FFF0D8 background

This text has black color on #FFF0D8 background.


White color preview on #FFF0D8 background

This text has white color on #FFF0D8 background.


Related colors

Complementary color

Complementary color for #hex is #000F27.


I love getcolorcode.com

Triadic colors

1 #D8FFF0 and #F0D8FF with #FFF0D8 are triadic colors.

2 #D8F0FF and #F0FFD8 with #FFF0D8 are triadic colors.