COLOR #FEEBDF

HEX: #FEEBDF
RGB: (254,235,223)

Color info

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

RGB color model

#FEEBDF color RGB value is (254,235,223).

  • red value is 254;
  • green value is 235;
  • blue value is 223.
RGB:
(254,235,223)
(100%,92%,87%)

RGB channels and saturation

R 254 of 255 = 100%
G 235 of 255 = 92%
B 223 of 255 = 87%

254
235
223

R + G + B ~ 93%. #FEEBDF is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 235 + 223 = 712 (100%)
R 254 of 712 ~ 35.67%
G 235 of 712 ~ 33.01%
B 223 of 712 ~ 31.32%

%35.67
%33.01
%31.32

CMYK color model

#FEEBDF color CMYK value is (0,7,12,0).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 12.20%
  • key color value is 0.39%
CMYK:
(0,7,12,0)
C0M7Y12K0 
(0%,7%,12%,0%)
(0.00/0.07/0.12/0.00)	

CMYK percentages

%0
%7.48
%12.2
%0.39

Codes

Color #FEEBDF in popluar color models

FEEBDF
RGB254235223
HSL23°93.94%93.53%
HSB/HSV23°12.20%99.61%
CMYK0.00%7.48%12.20%
0.39%

Color #FEEBDF in popluar number systems.

HEXFEEBDF
Decimal254235223
Binary111111101110101111011111
Octal376353337

Shades and tints

Shades of #FEEBDF

#FEEBDF
(254,235,223)
#E7D6CB
(231,214,203)
#D0C1B7
(208,193,183)
#B9ACA3
(185,172,163)
#A2978F
(162,151,143)
#8B827B
(139,130,123)
#746D67
(116,109,103)
#5D5853
(93,88,83)
#46433F
(70,67,63)
#2F2E2B
(47,46,43)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #FEEBDF

#FEEBDF
(254,235,223)
#FEECE1
(254,236,225)
#FEEDE3
(254,237,227)
#FEEEE5
(254,238,229)
#FEEFE7
(254,239,231)
#FEF0E9
(254,240,233)
#FEF1EB
(254,241,235)
#FEF2ED
(254,242,237)
#FEF3EF
(254,243,239)
#FEF4F1
(254,244,241)
#FEF5F3
(254,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEBDF; }

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

This text font color is #FEEBDF.


Background Color

.myBgColor { background-color: #FEEBDF; }

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

This div background color is #FEEBDF.


Border color

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

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

This div border color is #FEEBDF.


Opacity

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

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

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

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

This text has shadow with #FEEBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEBDF on black background.


Color preview on white background

This text has color #FEEBDF on white background.



Black color preview on #FEEBDF background

This text has black color on #FEEBDF background.


White color preview on #FEEBDF background

This text has white color on #FEEBDF background.