COLOR #F2FACA

HEX: #F2FACA RGB: (242,250,202)

Color info

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

RGB color model

#F2FACA color RGB value is (242,250,202).

RGB: (242,250,202) (95%, 98%, 79%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 202 of 255 = 79%

242
250
202

R + G + B ~ 91%. #F2FACA is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 250 + 202 = 694 (100%)
R 242 of 694 ~ 34.87%
G 250 of 694 ~ 36.02%
B 202 of 694 ~ 29.11'%

%34.87
%36.02
%29.11

CMYK color model

#F2FACA color CMYK value is (3,0,19,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 1.96%

CMYK: (3,0,19,2)
C3M0Y19K2 (3%, 0%, 19%, 2%)
(0.03 / 0.00 / 0.19 / 0.02)

CMYK percentages

%3.2
%0
%19.2
%1.96

Codes

Color #F2FACA in popluar color models

F2 FA CA
RGB 242 250 202
HSL 70° 82.76% 88.63%
HSB/HSV 70° 19.20% 98.04%
CMYK 3.20% 0.00% 19.20%
1.96%

Color #F2FACA in popluar number systems.

HEX F2 FA CA
Decimal 242 250 202
Binary 11110010 11111010 11001010
Octal 362 372 312

Shades and tints

Shades of #F2FACA

#F2FACA
(242,250,202)
#DCE4B8
(220,228,184)
#C6CEA6
(198,206,166)
#B0B894
(176,184,148)
#9AA282
(154,162,130)
#848C70
(132,140,112)
#6E765E
(110,118,94)
#58604C
(88,96,76)
#424A3A
(66,74,58)
#2C3428
(44,52,40)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #F2FACA

#F2FACA
(242,250,202)
#F3FACE
(243,250,206)
#F4FAD2
(244,250,210)
#F5FAD6
(245,250,214)
#F6FADA
(246,250,218)
#F7FADE
(247,250,222)
#F8FAE2
(248,250,226)
#F9FAE6
(249,250,230)
#FAFAEA
(250,250,234)
#FBFAEE
(251,250,238)
#FCFAF2
(252,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FACA; }

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

This text font color is #F2FACA.

Background Color

.myBgColor { background-color: #F2FACA; }

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

This div background color is #F2FACA.

Border color

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

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

This div border color is #F2FACA.

Opacity

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

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

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

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

This text has shadow with #F2FACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FACA.

Preview

Color preview on black background

This text has color #F2FACA on black background.


Color preview on white background

This text has color #F2FACA on white background.


Black color preview on #F2FACA background

This text has black color on #F2FACA background.


White color preview on #F2FACA background

This text has white color on #F2FACA background.


Related colors

Complementary color

Complementary color for #hex is #0D0535.


I love getcolorcode.com

Triadic colors

1 #CAF2FA and #FACAF2 with #F2FACA are triadic colors.

2 #CAFAF2 and #FAF2CA with #F2FACA are triadic colors.