COLOR #FFF5D4

HEX: #FFF5D4 RGB: (255,245,212)

Color info

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

RGB color model

#FFF5D4 color RGB value is (255,245,212).

RGB: (255,245,212) (100%, 96%, 83%)

RGB channels and saturation

R 255 of 255 = 100%
G 245 of 255 = 96%
B 212 of 255 = 83%

255
245
212

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

Portions of RGB colors in percentages

R + G + B = 255 + 245 + 212 = 712 (100%)
R 255 of 712 ~ 35.81%
G 245 of 712 ~ 34.41%
B 212 of 712 ~ 29.78'%

%35.81
%34.41
%29.78

CMYK color model

#FFF5D4 color CMYK value is (0,4,17,0).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 16.86%
  • key color value is 0.00%

CMYK: (0,4,17,0)
C0M4Y17K0 (0%, 4%, 17%, 0%)
(0.00 / 0.04 / 0.17 / 0.00)

CMYK percentages

%0
%3.92
%16.86
%0

Codes

Color #FFF5D4 in popluar color models

FF F5 D4
RGB 255 245 212
HSL 46° 100.00% 91.57%
HSB/HSV 46° 16.86% 100.00%
CMYK 0.00% 3.92% 16.86%
0.00%

Color #FFF5D4 in popluar number systems.

HEX FF F5 D4
Decimal 255 245 212
Binary 11111111 11110101 11010100
Octal 377 365 324

Shades and tints

Shades of #FFF5D4

#FFF5D4
(255,245,212)
#E8DFC1
(232,223,193)
#D1C9AE
(209,201,174)
#BAB39B
(186,179,155)
#A39D88
(163,157,136)
#8C8775
(140,135,117)
#757162
(117,113,98)
#5E5B4F
(94,91,79)
#47453C
(71,69,60)
#302F29
(48,47,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #FFF5D4

#FFF5D4
(255,245,212)
#FFF5D7
(255,245,215)
#FFF5DA
(255,245,218)
#FFF5DD
(255,245,221)
#FFF5E0
(255,245,224)
#FFF5E3
(255,245,227)
#FFF5E6
(255,245,230)
#FFF5E9
(255,245,233)
#FFF5EC
(255,245,236)
#FFF5EF
(255,245,239)
#FFF5F2
(255,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF5D4 color. Also use rgb(255,245,212) instead hex code.

Text Font Color

.myTextColor { color: #FFF5D4; }

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

This text font color is #FFF5D4.

Background Color

.myBgColor { background-color: #FFF5D4; }

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

This div background color is #FFF5D4.

Border color

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

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

This div border color is #FFF5D4.

Opacity

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

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

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

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

This text has shadow with #FFF5D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF5D4.

Preview

Color preview on black background

This text has color #FFF5D4 on black background.


Color preview on white background

This text has color #FFF5D4 on white background.


Black color preview on #FFF5D4 background

This text has black color on #FFF5D4 background.


White color preview on #FFF5D4 background

This text has white color on #FFF5D4 background.


Related colors

Complementary color

Complementary color for #hex is #000A2B.


I love getcolorcode.com

Triadic colors

1 #D4FFF5 and #F5D4FF with #FFF5D4 are triadic colors.

2 #D4F5FF and #F5FFD4 with #FFF5D4 are triadic colors.