COLOR #F8FFE3

HEX: #F8FFE3 RGB: (248,255,227)

Color info

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

RGB color model

#F8FFE3 color RGB value is (248,255,227).

RGB: (248,255,227) (97%, 100%, 89%)

RGB channels and saturation

R 248 of 255 = 97%
G 255 of 255 = 100%
B 227 of 255 = 89%

248
255
227

R + G + B ~ 95%. #F8FFE3 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 255 + 227 = 730 (100%)
R 248 of 730 ~ 33.97%
G 255 of 730 ~ 34.93%
B 227 of 730 ~ 31.1'%

%33.97
%34.93
%31.1

CMYK color model

#F8FFE3 color CMYK value is (3,0,11,0).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 0.00%

CMYK: (3,0,11,0)
C3M0Y11K0 (3%, 0%, 11%, 0%)
(0.03 / 0.00 / 0.11 / 0.00)

CMYK percentages

%2.75
%0
%10.98
%0

Codes

Color #F8FFE3 in popluar color models

F8 FF E3
RGB 248 255 227
HSL 75° 100.00% 94.51%
HSB/HSV 75° 10.98% 100.00%
CMYK 2.75% 0.00% 10.98%
0.00%

Color #F8FFE3 in popluar number systems.

HEX F8 FF E3
Decimal 248 255 227
Binary 11111000 11111111 11100011
Octal 370 377 343

Shades and tints

Shades of #F8FFE3

#F8FFE3
(248,255,227)
#E2E8CF
(226,232,207)
#CCD1BB
(204,209,187)
#B6BAA7
(182,186,167)
#A0A393
(160,163,147)
#8A8C7F
(138,140,127)
#74756B
(116,117,107)
#5E5E57
(94,94,87)
#484743
(72,71,67)
#32302F
(50,48,47)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #F8FFE3

#F8FFE3
(248,255,227)
#F8FFE5
(248,255,229)
#F8FFE7
(248,255,231)
#F8FFE9
(248,255,233)
#F8FFEB
(248,255,235)
#F8FFED
(248,255,237)
#F8FFEF
(248,255,239)
#F8FFF1
(248,255,241)
#F8FFF3
(248,255,243)
#F8FFF5
(248,255,245)
#F8FFF7
(248,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8FFE3 color. Also use rgb(248,255,227) instead hex code.

Text Font Color

.myTextColor { color: #F8FFE3; }

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

This text font color is #F8FFE3.

Background Color

.myBgColor { background-color: #F8FFE3; }

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

This div background color is #F8FFE3.

Border color

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

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

This div border color is #F8FFE3.

Opacity

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

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

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

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

This text has shadow with #F8FFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FFE3.

Preview

Color preview on black background

This text has color #F8FFE3 on black background.


Color preview on white background

This text has color #F8FFE3 on white background.


Black color preview on #F8FFE3 background

This text has black color on #F8FFE3 background.


White color preview on #F8FFE3 background

This text has white color on #F8FFE3 background.


Related colors

Complementary color

Complementary color for #hex is #07001C.


I love getcolorcode.com

Triadic colors

1 #E3F8FF and #FFE3F8 with #F8FFE3 are triadic colors.

2 #E3FFF8 and #FFF8E3 with #F8FFE3 are triadic colors.