COLOR #FFEEBE

HEX: #FFEEBE RGB: (255,238,190)

Color info

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

RGB color model

#FFEEBE color RGB value is (255,238,190).

RGB: (255,238,190) (100%, 93%, 75%)

RGB channels and saturation

R 255 of 255 = 100%
G 238 of 255 = 93%
B 190 of 255 = 75%

255
238
190

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

Portions of RGB colors in percentages

R + G + B = 255 + 238 + 190 = 683 (100%)
R 255 of 683 ~ 37.34%
G 238 of 683 ~ 34.85%
B 190 of 683 ~ 27.82'%

%37.34
%34.85
%27.82

CMYK color model

#FFEEBE color CMYK value is (0,7,25,0).

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

CMYK: (0,7,25,0)
C0M7Y25K0 (0%, 7%, 25%, 0%)
(0.00 / 0.07 / 0.25 / 0.00)

CMYK percentages

%0
%6.67
%25.49
%0

Codes

Color #FFEEBE in popluar color models

FF EE BE
RGB 255 238 190
HSL 44° 100.00% 87.25%
HSB/HSV 44° 25.49% 100.00%
CMYK 0.00% 6.67% 25.49%
0.00%

Color #FFEEBE in popluar number systems.

HEX FF EE BE
Decimal 255 238 190
Binary 11111111 11101110 10111110
Octal 377 356 276

Shades and tints

Shades of #FFEEBE

#FFEEBE
(255,238,190)
#E8D9AD
(232,217,173)
#D1C49C
(209,196,156)
#BAAF8B
(186,175,139)
#A39A7A
(163,154,122)
#8C8569
(140,133,105)
#757058
(117,112,88)
#5E5B47
(94,91,71)
#474636
(71,70,54)
#303125
(48,49,37)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #FFEEBE

#FFEEBE
(255,238,190)
#FFEFC3
(255,239,195)
#FFF0C8
(255,240,200)
#FFF1CD
(255,241,205)
#FFF2D2
(255,242,210)
#FFF3D7
(255,243,215)
#FFF4DC
(255,244,220)
#FFF5E1
(255,245,225)
#FFF6E6
(255,246,230)
#FFF7EB
(255,247,235)
#FFF8F0
(255,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEEBE; }

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

This text font color is #FFEEBE.

Background Color

.myBgColor { background-color: #FFEEBE; }

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

This div background color is #FFEEBE.

Border color

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

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

This div border color is #FFEEBE.

Opacity

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

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

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

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

This text has shadow with #FFEEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEEBE.

Preview

Color preview on black background

This text has color #FFEEBE on black background.


Color preview on white background

This text has color #FFEEBE on white background.


Black color preview on #FFEEBE background

This text has black color on #FFEEBE background.


White color preview on #FFEEBE background

This text has white color on #FFEEBE background.


Related colors

Complementary color

Complementary color for #hex is #001141.


I love getcolorcode.com

Triadic colors

1 #BEFFEE and #EEBEFF with #FFEEBE are triadic colors.

2 #BEEEFF and #EEFFBE with #FFEEBE are triadic colors.