COLOR #F0F4CA

HEX: #F0F4CA
RGB: (240,244,202)

Color info

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

RGB color model

#F0F4CA color RGB value is (240,244,202).

  • red value is 240;
  • green value is 244;
  • blue value is 202.
RGB:
(240,244,202)
(94%,96%,79%)

RGB channels and saturation

R 240 of 255 = 94%
G 244 of 255 = 96%
B 202 of 255 = 79%

240
244
202

R + G + B ~ 90%. #F0F4CA is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 244 + 202 = 686 (100%)
R 240 of 686 ~ 34.99%
G 244 of 686 ~ 35.57%
B 202 of 686 ~ 29.45%

%34.99
%35.57
%29.45

CMYK color model

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

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK:
(2,0,17,4)
C2M0Y17K4 
(2%,0%,17%,4%)
(0.02/0.00/0.17/0.04)	

CMYK percentages

%1.64
%0
%17.21
%4.31

Codes

Color #F0F4CA in popluar color models

F0F4CA
RGB240244202
HSL66°65.63%87.45%
HSB/HSV66°17.21%95.69%
CMYK1.64%0.00%17.21%
4.31%

Color #F0F4CA in popluar number systems.

HEXF0F4CA
Decimal240244202
Binary111100001111010011001010
Octal360364312

Shades and tints

Shades of #F0F4CA

#F0F4CA
(240,244,202)
#DBDEB8
(219,222,184)
#C6C8A6
(198,200,166)
#B1B294
(177,178,148)
#9C9C82
(156,156,130)
#878670
(135,134,112)
#72705E
(114,112,94)
#5D5A4C
(93,90,76)
#48443A
(72,68,58)
#332E28
(51,46,40)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #F0F4CA

#F0F4CA
(240,244,202)
#F1F5CE
(241,245,206)
#F2F6D2
(242,246,210)
#F3F7D6
(243,247,214)
#F4F8DA
(244,248,218)
#F5F9DE
(245,249,222)
#F6FAE2
(246,250,226)
#F7FBE6
(247,251,230)
#F8FCEA
(248,252,234)
#F9FDEE
(249,253,238)
#FAFEF2
(250,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F4CA color. Also use rgb(240,244,202) instead hex code.

Text Font Color

.myTextColor { color: #F0F4CA; }

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

This text font color is #F0F4CA.


Background Color

.myBgColor { background-color: #F0F4CA; }

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

This div background color is #F0F4CA.


Border color

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

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

This div border color is #F0F4CA.


Opacity

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

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

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

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

This text has shadow with #F0F4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F4CA on black background.


Color preview on white background

This text has color #F0F4CA on white background.



Black color preview on #F0F4CA background

This text has black color on #F0F4CA background.


White color preview on #F0F4CA background

This text has white color on #F0F4CA background.