COLOR #F3FEC5

HEX: #F3FEC5 RGB: (243,254,197)

Color info

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

RGB color model

#F3FEC5 color RGB value is (243,254,197).

RGB: (243,254,197) (95%, 100%, 77%)

RGB channels and saturation

R 243 of 255 = 95%
G 254 of 255 = 100%
B 197 of 255 = 77%

243
254
197

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

Portions of RGB colors in percentages

R + G + B = 243 + 254 + 197 = 694 (100%)
R 243 of 694 ~ 35.01%
G 254 of 694 ~ 36.6%
B 197 of 694 ~ 28.39'%

%35.01
%36.6
%28.39

CMYK color model

#F3FEC5 color CMYK value is (4,0,22,0).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 22.44%
  • key color value is 0.39%

CMYK: (4,0,22,0)
C4M0Y22K0 (4%, 0%, 22%, 0%)
(0.04 / 0.00 / 0.22 / 0.00)

CMYK percentages

%4.33
%0
%22.44
%0.39

Codes

Color #F3FEC5 in popluar color models

F3 FE C5
RGB 243 254 197
HSL 72° 96.61% 88.43%
HSB/HSV 72° 22.44% 99.61%
CMYK 4.33% 0.00% 22.44%
0.39%

Color #F3FEC5 in popluar number systems.

HEX F3 FE C5
Decimal 243 254 197
Binary 11110011 11111110 11000101
Octal 363 376 305

Shades and tints

Shades of #F3FEC5

#F3FEC5
(243,254,197)
#DDE7B4
(221,231,180)
#C7D0A3
(199,208,163)
#B1B992
(177,185,146)
#9BA281
(155,162,129)
#858B70
(133,139,112)
#6F745F
(111,116,95)
#595D4E
(89,93,78)
#43463D
(67,70,61)
#2D2F2C
(45,47,44)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #F3FEC5

#F3FEC5
(243,254,197)
#F4FECA
(244,254,202)
#F5FECF
(245,254,207)
#F6FED4
(246,254,212)
#F7FED9
(247,254,217)
#F8FEDE
(248,254,222)
#F9FEE3
(249,254,227)
#FAFEE8
(250,254,232)
#FBFEED
(251,254,237)
#FCFEF2
(252,254,242)
#FDFEF7
(253,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FEC5 color. Also use rgb(243,254,197) instead hex code.

Text Font Color

.myTextColor { color: #F3FEC5; }

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

This text font color is #F3FEC5.

Background Color

.myBgColor { background-color: #F3FEC5; }

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

This div background color is #F3FEC5.

Border color

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

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

This div border color is #F3FEC5.

Opacity

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

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

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

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

This text has shadow with #F3FEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3FEC5.

Preview

Color preview on black background

This text has color #F3FEC5 on black background.


Color preview on white background

This text has color #F3FEC5 on white background.


Black color preview on #F3FEC5 background

This text has black color on #F3FEC5 background.


White color preview on #F3FEC5 background

This text has white color on #F3FEC5 background.


Related colors

Complementary color

Complementary color for #hex is #0C013A.


I love getcolorcode.com

Triadic colors

1 #C5F3FE and #FEC5F3 with #F3FEC5 are triadic colors.

2 #C5FEF3 and #FEF3C5 with #F3FEC5 are triadic colors.