COLOR #FEFFD2

HEX: #FEFFD2 RGB: (254,255,210)

Color info

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

RGB color model

#FEFFD2 color RGB value is (254,255,210).

RGB: (254,255,210) (100%, 100%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 255 of 255 = 100%
B 210 of 255 = 82%

254
255
210

R + G + B ~ 94%. #FEFFD2 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 255 + 210 = 719 (100%)
R 254 of 719 ~ 35.33%
G 255 of 719 ~ 35.47%
B 210 of 719 ~ 29.21'%

%35.33
%35.47
%29.21

CMYK color model

#FEFFD2 color CMYK value is (0,0,18,0).

  • cyan value is 0.39%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 0.00%

CMYK: (0,0,18,0)
C0M0Y18K0 (0%, 0%, 18%, 0%)
(0.00 / 0.00 / 0.18 / 0.00)

CMYK percentages

%0.39
%0
%17.65
%0

Codes

Color #FEFFD2 in popluar color models

FE FF D2
RGB 254 255 210
HSL 61° 100.00% 91.18%
HSB/HSV 61° 17.65% 100.00%
CMYK 0.39% 0.00% 17.65%
0.00%

Color #FEFFD2 in popluar number systems.

HEX FE FF D2
Decimal 254 255 210
Binary 11111110 11111111 11010010
Octal 376 377 322

Shades and tints

Shades of #FEFFD2

#FEFFD2
(254,255,210)
#E7E8BF
(231,232,191)
#D0D1AC
(208,209,172)
#B9BA99
(185,186,153)
#A2A386
(162,163,134)
#8B8C73
(139,140,115)
#747560
(116,117,96)
#5D5E4D
(93,94,77)
#46473A
(70,71,58)
#2F3027
(47,48,39)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #FEFFD2

#FEFFD2
(254,255,210)
#FEFFD6
(254,255,214)
#FEFFDA
(254,255,218)
#FEFFDE
(254,255,222)
#FEFFE2
(254,255,226)
#FEFFE6
(254,255,230)
#FEFFEA
(254,255,234)
#FEFFEE
(254,255,238)
#FEFFF2
(254,255,242)
#FEFFF6
(254,255,246)
#FEFFFA
(254,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFFD2; }

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

This text font color is #FEFFD2.

Background Color

.myBgColor { background-color: #FEFFD2; }

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

This div background color is #FEFFD2.

Border color

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

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

This div border color is #FEFFD2.

Opacity

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

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

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

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

This text has shadow with #FEFFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFFD2.

Preview

Color preview on black background

This text has color #FEFFD2 on black background.


Color preview on white background

This text has color #FEFFD2 on white background.


Black color preview on #FEFFD2 background

This text has black color on #FEFFD2 background.


White color preview on #FEFFD2 background

This text has white color on #FEFFD2 background.


Related colors

Complementary color

Complementary color for #hex is #01002D.


I love getcolorcode.com

Triadic colors

1 #D2FEFF and #FFD2FE with #FEFFD2 are triadic colors.

2 #D2FFFE and #FFFED2 with #FEFFD2 are triadic colors.