COLOR #F5F3FE

HEX: #F5F3FE RGB: (245,243,254)

Color info

#F5F3FE contains red, green and blue colors in about the same proportion. Web safe color of #F5F3FE is #FFFFFF (or #FFF).

RGB color model

#F5F3FE color RGB value is (245,243,254).

RGB: (245,243,254) (96%, 95%, 100%)

RGB channels and saturation

R 245 of 255 = 96%
G 243 of 255 = 95%
B 254 of 255 = 100%

245
243
254

R + G + B ~ 97%. #F5F3FE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 243 + 254 = 742 (100%)
R 245 of 742 ~ 33.02%
G 243 of 742 ~ 32.75%
B 254 of 742 ~ 34.23'%

%33.02
%32.75
%34.23

CMYK color model

#F5F3FE color CMYK value is (4,4,0,0).

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

CMYK: (4,4,0,0)
C4M4Y0K0 (4%, 4%, 0%, 0%)
(0.04 / 0.04 / 0.00 / 0.00)

CMYK percentages

%3.54
%4.33
%0
%0.39

Codes

Color #F5F3FE in popluar color models

F5 F3 FE
RGB 245 243 254
HSL 251° 84.62% 97.45%
HSB/HSV 251° 4.33% 99.61%
CMYK 3.54% 4.33% 0.00%
0.39%

Color #F5F3FE in popluar number systems.

HEX F5 F3 FE
Decimal 245 243 254
Binary 11110101 11110011 11111110
Octal 365 363 376

Shades and tints

Shades of #F5F3FE

#F5F3FE
(245,243,254)
#DFDDE7
(223,221,231)
#C9C7D0
(201,199,208)
#B3B1B9
(179,177,185)
#9D9BA2
(157,155,162)
#87858B
(135,133,139)
#716F74
(113,111,116)
#5B595D
(91,89,93)
#454346
(69,67,70)
#2F2D2F
(47,45,47)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #F5F3FE

#F5F3FE
(245,243,254)
#F5F4FE
(245,244,254)
#F5F5FE
(245,245,254)
#F5F6FE
(245,246,254)
#F5F7FE
(245,247,254)
#F5F8FE
(245,248,254)
#F5F9FE
(245,249,254)
#F5FAFE
(245,250,254)
#F5FBFE
(245,251,254)
#F5FCFE
(245,252,254)
#F5FDFE
(245,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F3FE; }

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

This text font color is #F5F3FE.

Background Color

.myBgColor { background-color: #F5F3FE; }

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

This div background color is #F5F3FE.

Border color

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

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

This div border color is #F5F3FE.

Opacity

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

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

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

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

This text has shadow with #F5F3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5F3FE.

Preview

Color preview on black background

This text has color #F5F3FE on black background.


Color preview on white background

This text has color #F5F3FE on white background.


Black color preview on #F5F3FE background

This text has black color on #F5F3FE background.


White color preview on #F5F3FE background

This text has white color on #F5F3FE background.


Related colors

Complementary color

Complementary color for #hex is #0A0C01.


I love getcolorcode.com

Triadic colors

1 #FEF5F3 and #F3FEF5 with #F5F3FE are triadic colors.

2 #FEF3F5 and #F3F5FE with #F5F3FE are triadic colors.