COLOR #F4F4CA

HEX: #F4F4CA
RGB: (244,244,202)

Color info

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

RGB color model

#F4F4CA color RGB value is (244,244,202).

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

RGB channels and saturation

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

244
244
202

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

Portions of RGB colors in percentages

R + G + B =
244 + 244 + 202 = 690 (100%)
R 244 of 690 ~ 35.36%
G 244 of 690 ~ 35.36%
B 202 of 690 ~ 29.28%

%35.36
%35.36
%29.28

CMYK color model

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

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

CMYK percentages

%0
%0
%17.21
%4.31

Codes

Color #F4F4CA in popluar color models

F4F4CA
RGB244244202
HSL60°65.63%87.45%
HSB/HSV60°17.21%95.69%
CMYK0.00%0.00%17.21%
4.31%

Color #F4F4CA in popluar number systems.

HEXF4F4CA
Decimal244244202
Binary111101001111010011001010
Octal364364312

Shades and tints

Shades of #F4F4CA

#F4F4CA
(244,244,202)
#DEDEB8
(222,222,184)
#C8C8A6
(200,200,166)
#B2B294
(178,178,148)
#9C9C82
(156,156,130)
#868670
(134,134,112)
#70705E
(112,112,94)
#5A5A4C
(90,90,76)
#44443A
(68,68,58)
#2E2E28
(46,46,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #F4F4CA

#F4F4CA
(244,244,202)
#F5F5CE
(245,245,206)
#F6F6D2
(246,246,210)
#F7F7D6
(247,247,214)
#F8F8DA
(248,248,218)
#F9F9DE
(249,249,222)
#FAFAE2
(250,250,226)
#FBFBE6
(251,251,230)
#FCFCEA
(252,252,234)
#FDFDEE
(253,253,238)
#FEFEF2
(254,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F4CA; }

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

This text font color is #F4F4CA.


Background Color

.myBgColor { background-color: #F4F4CA; }

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

This div background color is #F4F4CA.


Border color

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

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

This div border color is #F4F4CA.


Opacity

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

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

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

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

This text has shadow with #F4F4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F4CA on black background.


Color preview on white background

This text has color #F4F4CA on white background.



Black color preview on #F4F4CA background

This text has black color on #F4F4CA background.


White color preview on #F4F4CA background

This text has white color on #F4F4CA background.