COLOR #F0E4C3

HEX: #F0E4C3 RGB: (240,228,195)

Color info

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

RGB color model

#F0E4C3 color RGB value is (240,228,195).

RGB: (240,228,195) (94%, 89%, 76%)

RGB channels and saturation

R 240 of 255 = 94%
G 228 of 255 = 89%
B 195 of 255 = 76%

240
228
195

R + G + B ~ 86%. #F0E4C3 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 228 + 195 = 663 (100%)
R 240 of 663 ~ 36.2%
G 228 of 663 ~ 34.39%
B 195 of 663 ~ 29.41'%

%36.2
%34.39
%29.41

CMYK color model

#F0E4C3 color CMYK value is (0,5,19,6).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 18.75%
  • key color value is 5.88%
CMYK: (0,5,19,6) C0M5Y19K6 (0%,5%,19%,6%) (0.00/0.05/0.19/0.06) 

CMYK percentages

%0
%5
%18.75
%5.88

Codes

Color #F0E4C3 in popluar color models

F0 E4 C3
RGB 240 228 195
HSL 44° 60.00% 85.29%
HSB/HSV 44° 18.75% 94.12%
CMYK 0.00% 5.00% 18.75%
5.88%

Color #F0E4C3 in popluar number systems.

HEX F0 E4 C3
Decimal 240 228 195
Binary 11110000 11100100 11000011
Octal 360 344 303

Shades and tints

Shades of #F0E4C3

#F0E4C3
(240,228,195)
#DBD0B2
(219,208,178)
#C6BCA1
(198,188,161)
#B1A890
(177,168,144)
#9C947F
(156,148,127)
#87806E
(135,128,110)
#726C5D
(114,108,93)
#5D584C
(93,88,76)
#48443B
(72,68,59)
#33302A
(51,48,42)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #F0E4C3

#F0E4C3
(240,228,195)
#F1E6C8
(241,230,200)
#F2E8CD
(242,232,205)
#F3EAD2
(243,234,210)
#F4ECD7
(244,236,215)
#F5EEDC
(245,238,220)
#F6F0E1
(246,240,225)
#F7F2E6
(247,242,230)
#F8F4EB
(248,244,235)
#F9F6F0
(249,246,240)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E4C3 color. Also use rgb(240,228,195) instead hex code.

Text Font Color

.myTextColor { color: #F0E4C3; }

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

This text font color is #F0E4C3.

Background Color

.myBgColor { background-color: #F0E4C3; }

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

This div background color is #F0E4C3.

Border color

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

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

This div border color is #F0E4C3.

Opacity

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

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

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

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

This text has shadow with #F0E4C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E4C3.

Preview

Color preview on black background

This text has color #F0E4C3 on black background.


Color preview on white background

This text has color #F0E4C3 on white background.


Black color preview on #F0E4C3 background

This text has black color on #F0E4C3 background.


White color preview on #F0E4C3 background

This text has white color on #F0E4C3 background.


Related colors

Complementary color

Complementary color for #hex is #0F1B3C.


I love getcolorcode.com

Triadic colors

1 #C3F0E4 and #E4C3F0 with #F0E4C3 are triadic colors.

2 #C3E4F0 and #E4F0C3 with #F0E4C3 are triadic colors.