COLOR #FEEBF0

HEX: #FEEBF0 RGB: (254,235,240)

Color info

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

RGB color model

#FEEBF0 color RGB value is (254,235,240).

RGB: (254,235,240) (100%, 92%, 94%)

RGB channels and saturation

R 254 of 255 = 100%
G 235 of 255 = 92%
B 240 of 255 = 94%

254
235
240

R + G + B ~ 95%. #FEEBF0 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 235 + 240 = 729 (100%)
R 254 of 729 ~ 34.84%
G 235 of 729 ~ 32.24%
B 240 of 729 ~ 32.92'%

%34.84
%32.24
%32.92

CMYK color model

#FEEBF0 color CMYK value is (0,7,6,0).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 5.51%
  • key color value is 0.39%

CMYK: (0,7,6,0)
C0M7Y6K0 (0%, 7%, 6%, 0%)
(0.00 / 0.07 / 0.06 / 0.00)

CMYK percentages

%0
%7.48
%5.51
%0.39

Codes

Color #FEEBF0 in popluar color models

FE EB F0
RGB 254 235 240
HSL 344° 90.48% 95.88%
HSB/HSV 344° 7.48% 99.61%
CMYK 0.00% 7.48% 5.51%
0.39%

Color #FEEBF0 in popluar number systems.

HEX FE EB F0
Decimal 254 235 240
Binary 11111110 11101011 11110000
Octal 376 353 360

Shades and tints

Shades of #FEEBF0

#FEEBF0
(254,235,240)
#E7D6DB
(231,214,219)
#D0C1C6
(208,193,198)
#B9ACB1
(185,172,177)
#A2979C
(162,151,156)
#8B8287
(139,130,135)
#746D72
(116,109,114)
#5D585D
(93,88,93)
#464348
(70,67,72)
#2F2E33
(47,46,51)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #FEEBF0

#FEEBF0
(254,235,240)
#FEECF1
(254,236,241)
#FEEDF2
(254,237,242)
#FEEEF3
(254,238,243)
#FEEFF4
(254,239,244)
#FEF0F5
(254,240,245)
#FEF1F6
(254,241,246)
#FEF2F7
(254,242,247)
#FEF3F8
(254,243,248)
#FEF4F9
(254,244,249)
#FEF5FA
(254,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEBF0 color. Also use rgb(254,235,240) instead hex code.

Text Font Color

.myTextColor { color: #FEEBF0; }

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

This text font color is #FEEBF0.

Background Color

.myBgColor { background-color: #FEEBF0; }

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

This div background color is #FEEBF0.

Border color

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

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

This div border color is #FEEBF0.

Opacity

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

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

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

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

This text has shadow with #FEEBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEBF0.

Preview

Color preview on black background

This text has color #FEEBF0 on black background.


Color preview on white background

This text has color #FEEBF0 on white background.


Black color preview on #FEEBF0 background

This text has black color on #FEEBF0 background.


White color preview on #FEEBF0 background

This text has white color on #FEEBF0 background.


Related colors

Complementary color

Complementary color for #hex is #01140F.


I love getcolorcode.com

Triadic colors

1 #F0FEEB and #EBF0FE with #FEEBF0 are triadic colors.

2 #F0EBFE and #EBFEF0 with #FEEBF0 are triadic colors.