COLOR #FFFFE0

HEX: #FFFFE0 RGB: (255,255,224)

Color info

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

RGB color model

#FFFFE0 color RGB value is (255,255,224).

RGB: (255,255,224) (100%, 100%, 88%)

RGB channels and saturation

R 255 of 255 = 100%
G 255 of 255 = 100%
B 224 of 255 = 88%

255
255
224

R + G + B ~ 96%. #FFFFE0 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 255 + 224 = 734 (100%)
R 255 of 734 ~ 34.74%
G 255 of 734 ~ 34.74%
B 224 of 734 ~ 30.52'%

%34.74
%34.74
%30.52

CMYK color model

#FFFFE0 color CMYK value is (0,0,12,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK: (0,0,12,0) C0M0Y12K0 (0%,0%,12%,0%) (0.00/0.00/0.12/0.00) 

CMYK percentages

%0
%0
%12.16
%0

Codes

Color #FFFFE0 in popluar color models

FF FF E0
RGB 255 255 224
HSL 60° 100.00% 93.92%
HSB/HSV 60° 12.16% 100.00%
CMYK 0.00% 0.00% 12.16%
0.00%

Color #FFFFE0 in popluar number systems.

HEX FF FF E0
Decimal 255 255 224
Binary 11111111 11111111 11100000
Octal 377 377 340

Shades and tints

Shades of #FFFFE0

#FFFFE0
(255,255,224)
#E8E8CC
(232,232,204)
#D1D1B8
(209,209,184)
#BABAA4
(186,186,164)
#A3A390
(163,163,144)
#8C8C7C
(140,140,124)
#757568
(117,117,104)
#5E5E54
(94,94,84)
#474740
(71,71,64)
#30302C
(48,48,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #FFFFE0

#FFFFE0
(255,255,224)
#FFFFE2
(255,255,226)
#FFFFE4
(255,255,228)
#FFFFE6
(255,255,230)
#FFFFE8
(255,255,232)
#FFFFEA
(255,255,234)
#FFFFEC
(255,255,236)
#FFFFEE
(255,255,238)
#FFFFF0
(255,255,240)
#FFFFF2
(255,255,242)
#FFFFF4
(255,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFFE0; }

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

This text font color is #FFFFE0.

Background Color

.myBgColor { background-color: #FFFFE0; }

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

This div background color is #FFFFE0.

Border color

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

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

This div border color is #FFFFE0.

Opacity

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

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

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

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

This text has shadow with #FFFFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFFE0.

Preview

Color preview on black background

This text has color #FFFFE0 on black background.


Color preview on white background

This text has color #FFFFE0 on white background.


Black color preview on #FFFFE0 background

This text has black color on #FFFFE0 background.


White color preview on #FFFFE0 background

This text has white color on #FFFFE0 background.


Related colors

Complementary color

Complementary color for #hex is #00001F.


I love getcolorcode.com

Gradients

Color #FFFFE0 is used in Light Yellow gradient.

Light Yellow