COLOR #FFEFFB

HEX: #FFEFFB RGB: (255,239,251)

Color info

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

RGB color model

#FFEFFB color RGB value is (255,239,251).

RGB: (255,239,251) (100%, 94%, 98%)

RGB channels and saturation

R 255 of 255 = 100%
G 239 of 255 = 94%
B 251 of 255 = 98%

255
239
251

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

Portions of RGB colors in percentages

R + G + B = 255 + 239 + 251 = 745 (100%)
R 255 of 745 ~ 34.23%
G 239 of 745 ~ 32.08%
B 251 of 745 ~ 33.69'%

%34.23
%32.08
%33.69

CMYK color model

#FFEFFB color CMYK value is (0,6,2,0).

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

CMYK: (0,6,2,0)
C0M6Y2K0 (0%, 6%, 2%, 0%)
(0.00 / 0.06 / 0.02 / 0.00)

CMYK percentages

%0
%6.27
%1.57
%0

Codes

Color #FFEFFB in popluar color models

FF EF FB
RGB 255 239 251
HSL 315° 100.00% 96.86%
HSB/HSV 315° 6.27% 100.00%
CMYK 0.00% 6.27% 1.57%
0.00%

Color #FFEFFB in popluar number systems.

HEX FF EF FB
Decimal 255 239 251
Binary 11111111 11101111 11111011
Octal 377 357 373

Shades and tints

Shades of #FFEFFB

#FFEFFB
(255,239,251)
#E8DAE5
(232,218,229)
#D1C5CF
(209,197,207)
#BAB0B9
(186,176,185)
#A39BA3
(163,155,163)
#8C868D
(140,134,141)
#757177
(117,113,119)
#5E5C61
(94,92,97)
#47474B
(71,71,75)
#303235
(48,50,53)
#191D1F
(25,29,31)
#000000
(0,0,0)

Tints of #FFEFFB

#FFEFFB
(255,239,251)
#FFF0FB
(255,240,251)
#FFF1FB
(255,241,251)
#FFF2FB
(255,242,251)
#FFF3FB
(255,243,251)
#FFF4FB
(255,244,251)
#FFF5FB
(255,245,251)
#FFF6FB
(255,246,251)
#FFF7FB
(255,247,251)
#FFF8FB
(255,248,251)
#FFF9FB
(255,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEFFB; }

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

This text font color is #FFEFFB.

Background Color

.myBgColor { background-color: #FFEFFB; }

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

This div background color is #FFEFFB.

Border color

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

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

This div border color is #FFEFFB.

Opacity

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

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

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

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

This text has shadow with #FFEFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEFFB.

Preview

Color preview on black background

This text has color #FFEFFB on black background.


Color preview on white background

This text has color #FFEFFB on white background.


Black color preview on #FFEFFB background

This text has black color on #FFEFFB background.


White color preview on #FFEFFB background

This text has white color on #FFEFFB background.


Related colors

Complementary color

Complementary color for #hex is #001004.


I love getcolorcode.com

Triadic colors

1 #FBFFEF and #EFFBFF with #FFEFFB are triadic colors.

2 #FBEFFF and #EFFFFB with #FFEFFB are triadic colors.