COLOR #F5FBBA

HEX: #F5FBBA RGB: (245,251,186)

Color info

#F5FBBA contains mainly red and green colors. Web safe color of #F5FBBA is #FFFFCC (or #FFC).

RGB color model

#F5FBBA color RGB value is (245,251,186).

RGB: (245,251,186) (96%, 98%, 73%)

RGB channels and saturation

R 245 of 255 = 96%
G 251 of 255 = 98%
B 186 of 255 = 73%

245
251
186

R + G + B ~ 89%. #F5FBBA is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 251 + 186 = 682 (100%)
R 245 of 682 ~ 35.92%
G 251 of 682 ~ 36.8%
B 186 of 682 ~ 27.27'%

%35.92
%36.8
%27.27

CMYK color model

#F5FBBA color CMYK value is (2,0,26,2).

  • cyan value is 2.39%
  • magenta value is 0.00%
  • yellow value is 25.90%
  • key color value is 1.57%
CMYK: (2,0,26,2) C2M0Y26K2 (2%,0%,26%,2%) (0.02/0.00/0.26/0.02) 

CMYK percentages

%2.39
%0
%25.9
%1.57

Codes

Color #F5FBBA in popluar color models

F5 FB BA
RGB 245 251 186
HSL 66° 89.04% 85.69%
HSB/HSV 66° 25.90% 98.43%
CMYK 2.39% 0.00% 25.90%
1.57%

Color #F5FBBA in popluar number systems.

HEX F5 FB BA
Decimal 245 251 186
Binary 11110101 11111011 10111010
Octal 365 373 272

Shades and tints

Shades of #F5FBBA

#F5FBBA
(245,251,186)
#DFE5AA
(223,229,170)
#C9CF9A
(201,207,154)
#B3B98A
(179,185,138)
#9DA37A
(157,163,122)
#878D6A
(135,141,106)
#71775A
(113,119,90)
#5B614A
(91,97,74)
#454B3A
(69,75,58)
#2F352A
(47,53,42)
#191F1A
(25,31,26)
#000000
(0,0,0)

Tints of #F5FBBA

#F5FBBA
(245,251,186)
#F5FBC0
(245,251,192)
#F5FBC6
(245,251,198)
#F5FBCC
(245,251,204)
#F5FBD2
(245,251,210)
#F5FBD8
(245,251,216)
#F5FBDE
(245,251,222)
#F5FBE4
(245,251,228)
#F5FBEA
(245,251,234)
#F5FBF0
(245,251,240)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FBBA color. Also use rgb(245,251,186) instead hex code.

Text Font Color

.myTextColor { color: #F5FBBA; }

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

This text font color is #F5FBBA.

Background Color

.myBgColor { background-color: #F5FBBA; }

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

This div background color is #F5FBBA.

Border color

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

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

This div border color is #F5FBBA.

Opacity

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

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

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

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

This text has shadow with #F5FBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FBBA.

Preview

Color preview on black background

This text has color #F5FBBA on black background.


Color preview on white background

This text has color #F5FBBA on white background.


Black color preview on #F5FBBA background

This text has black color on #F5FBBA background.


White color preview on #F5FBBA background

This text has white color on #F5FBBA background.


Related colors

Complementary color

Complementary color for #hex is #0A0445.


I love getcolorcode.com

Triadic colors

1 #BAF5FB and #FBBAF5 with #F5FBBA are triadic colors.

2 #BAFBF5 and #FBF5BA with #F5FBBA are triadic colors.