COLOR #FFFEE6

HEX: #FFFEE6
RGB: (255,254,230)

Color info

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

RGB color model

#FFFEE6 color RGB value is (255,254,230).

  • red value is 255;
  • green value is 254;
  • blue value is 230.
RGB:
(255,254,230)
(100%,100%,90%)

RGB channels and saturation

R 255 of 255 = 100%
G 254 of 255 = 100%
B 230 of 255 = 90%

255
254
230

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

Portions of RGB colors in percentages

R + G + B =
255 + 254 + 230 = 739 (100%)
R 255 of 739 ~ 34.51%
G 254 of 739 ~ 34.37%
B 230 of 739 ~ 31.12%

%34.51
%34.37
%31.12

CMYK color model

#FFFEE6 color CMYK value is (0,0,10,0).

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(0,0,10,0)
C0M0Y10K0 
(0%,0%,10%,0%)
(0.00/0.00/0.10/0.00)	

CMYK percentages

%0
%0.39
%9.8
%0

Codes

Color #FFFEE6 in popluar color models

FFFEE6
RGB255254230
HSL58°100.00%95.10%
HSB/HSV58°9.80%100.00%
CMYK0.00%0.39%9.80%
0.00%

Color #FFFEE6 in popluar number systems.

HEXFFFEE6
Decimal255254230
Binary111111111111111011100110
Octal377376346

Shades and tints

Shades of #FFFEE6

#FFFEE6
(255,254,230)
#E8E7D2
(232,231,210)
#D1D0BE
(209,208,190)
#BAB9AA
(186,185,170)
#A3A296
(163,162,150)
#8C8B82
(140,139,130)
#75746E
(117,116,110)
#5E5D5A
(94,93,90)
#474646
(71,70,70)
#302F32
(48,47,50)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #FFFEE6

#FFFEE6
(255,254,230)
#FFFEE8
(255,254,232)
#FFFEEA
(255,254,234)
#FFFEEC
(255,254,236)
#FFFEEE
(255,254,238)
#FFFEF0
(255,254,240)
#FFFEF2
(255,254,242)
#FFFEF4
(255,254,244)
#FFFEF6
(255,254,246)
#FFFEF8
(255,254,248)
#FFFEFA
(255,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFEE6; }

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

This text font color is #FFFEE6.


Background Color

.myBgColor { background-color: #FFFEE6; }

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

This div background color is #FFFEE6.


Border color

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

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

This div border color is #FFFEE6.


Opacity

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

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

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

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

This text has shadow with #FFFEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFEE6 on black background.


Color preview on white background

This text has color #FFFEE6 on white background.



Black color preview on #FFFEE6 background

This text has black color on #FFFEE6 background.


White color preview on #FFFEE6 background

This text has white color on #FFFEE6 background.