COLOR #FFFBEE

HEX: #FFFBEE RGB: (255,251,238)

Color info

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

RGB color model

#FFFBEE color RGB value is (255,251,238).

RGB: (255,251,238) (100%, 98%, 93%)

RGB channels and saturation

R 255 of 255 = 100%
G 251 of 255 = 98%
B 238 of 255 = 93%

255
251
238

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

Portions of RGB colors in percentages

R + G + B = 255 + 251 + 238 = 744 (100%)
R 255 of 744 ~ 34.27%
G 251 of 744 ~ 33.74%
B 238 of 744 ~ 31.99'%

%34.27
%33.74
%31.99

CMYK color model

#FFFBEE color CMYK value is (0,2,7,0).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 6.67%
  • key color value is 0.00%

CMYK: (0,2,7,0)
C0M2Y7K0 (0%, 2%, 7%, 0%)
(0.00 / 0.02 / 0.07 / 0.00)

CMYK percentages

%0
%1.57
%6.67
%0

Codes

Color #FFFBEE in popluar color models

FF FB EE
RGB 255 251 238
HSL 46° 100.00% 96.67%
HSB/HSV 46° 6.67% 100.00%
CMYK 0.00% 1.57% 6.67%
0.00%

Color #FFFBEE in popluar number systems.

HEX FF FB EE
Decimal 255 251 238
Binary 11111111 11111011 11101110
Octal 377 373 356

Shades and tints

Shades of #FFFBEE

#FFFBEE
(255,251,238)
#E8E5D9
(232,229,217)
#D1CFC4
(209,207,196)
#BAB9AF
(186,185,175)
#A3A39A
(163,163,154)
#8C8D85
(140,141,133)
#757770
(117,119,112)
#5E615B
(94,97,91)
#474B46
(71,75,70)
#303531
(48,53,49)
#191F1C
(25,31,28)
#000000
(0,0,0)

Tints of #FFFBEE

#FFFBEE
(255,251,238)
#FFFBEF
(255,251,239)
#FFFBF0
(255,251,240)
#FFFBF1
(255,251,241)
#FFFBF2
(255,251,242)
#FFFBF3
(255,251,243)
#FFFBF4
(255,251,244)
#FFFBF5
(255,251,245)
#FFFBF6
(255,251,246)
#FFFBF7
(255,251,247)
#FFFBF8
(255,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFFBEE color. Also use rgb(255,251,238) instead hex code.

Text Font Color

.myTextColor { color: #FFFBEE; }

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

This text font color is #FFFBEE.

Background Color

.myBgColor { background-color: #FFFBEE; }

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

This div background color is #FFFBEE.

Border color

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

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

This div border color is #FFFBEE.

Opacity

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

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

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

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

This text has shadow with #FFFBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFBEE.

Preview

Color preview on black background

This text has color #FFFBEE on black background.


Color preview on white background

This text has color #FFFBEE on white background.


Black color preview on #FFFBEE background

This text has black color on #FFFBEE background.


White color preview on #FFFBEE background

This text has white color on #FFFBEE background.


Related colors

Complementary color

Complementary color for #hex is #000411.


I love getcolorcode.com

Triadic colors

1 #EEFFFB and #FBEEFF with #FFFBEE are triadic colors.

2 #EEFBFF and #FBFFEE with #FFFBEE are triadic colors.