COLOR #F5E1D4

HEX: #F5E1D4 RGB: (245,225,212)

Color info

#F5E1D4 contains red, green and blue colors in about the same proportion. Web safe color of #F5E1D4 is #FFCCCC (or #FCC).

RGB color model

#F5E1D4 color RGB value is (245,225,212).

RGB: (245,225,212) (96%, 88%, 83%)

RGB channels and saturation

R 245 of 255 = 96%
G 225 of 255 = 88%
B 212 of 255 = 83%

245
225
212

R + G + B ~ 89%. #F5E1D4 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 225 + 212 = 682 (100%)
R 245 of 682 ~ 35.92%
G 225 of 682 ~ 32.99%
B 212 of 682 ~ 31.09'%

%35.92
%32.99
%31.09

CMYK color model

#F5E1D4 color CMYK value is (0,8,13,4).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 13.47%
  • key color value is 3.92%

CMYK: (0,8,13,4)
C0M8Y13K4 (0%, 8%, 13%, 4%)
(0.00 / 0.08 / 0.13 / 0.04)

CMYK percentages

%0
%8.16
%13.47
%3.92

Codes

Color #F5E1D4 in popluar color models

F5 E1 D4
RGB 245 225 212
HSL 24° 62.26% 89.61%
HSB/HSV 24° 13.47% 96.08%
CMYK 0.00% 8.16% 13.47%
3.92%

Color #F5E1D4 in popluar number systems.

HEX F5 E1 D4
Decimal 245 225 212
Binary 11110101 11100001 11010100
Octal 365 341 324

Shades and tints

Shades of #F5E1D4

#F5E1D4
(245,225,212)
#DFCDC1
(223,205,193)
#C9B9AE
(201,185,174)
#B3A59B
(179,165,155)
#9D9188
(157,145,136)
#877D75
(135,125,117)
#716962
(113,105,98)
#5B554F
(91,85,79)
#45413C
(69,65,60)
#2F2D29
(47,45,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #F5E1D4

#F5E1D4
(245,225,212)
#F5E3D7
(245,227,215)
#F5E5DA
(245,229,218)
#F5E7DD
(245,231,221)
#F5E9E0
(245,233,224)
#F5EBE3
(245,235,227)
#F5EDE6
(245,237,230)
#F5EFE9
(245,239,233)
#F5F1EC
(245,241,236)
#F5F3EF
(245,243,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E1D4; }

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

This text font color is #F5E1D4.

Background Color

.myBgColor { background-color: #F5E1D4; }

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

This div background color is #F5E1D4.

Border color

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

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

This div border color is #F5E1D4.

Opacity

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

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

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

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

This text has shadow with #F5E1D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E1D4.

Preview

Color preview on black background

This text has color #F5E1D4 on black background.


Color preview on white background

This text has color #F5E1D4 on white background.


Black color preview on #F5E1D4 background

This text has black color on #F5E1D4 background.


White color preview on #F5E1D4 background

This text has white color on #F5E1D4 background.


Related colors

Complementary color

Complementary color for #hex is #0A1E2B.


I love getcolorcode.com

Triadic colors

1 #D4F5E1 and #E1D4F5 with #F5E1D4 are triadic colors.

2 #D4E1F5 and #E1F5D4 with #F5E1D4 are triadic colors.