COLOR #FDFAE3

HEX: #FDFAE3
RGB: (253,250,227)

Color info

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

RGB color model

#FDFAE3 color RGB value is (253,250,227).

  • red value is 253;
  • green value is 250;
  • blue value is 227.
RGB:
(253,250,227)
(99%,98%,89%)

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 227 of 255 = 89%

253
250
227

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

Portions of RGB colors in percentages

R + G + B =
253 + 250 + 227 = 730 (100%)
R 253 of 730 ~ 34.66%
G 250 of 730 ~ 34.25%
B 227 of 730 ~ 31.1%

%34.66
%34.25
%31.1

CMYK color model

#FDFAE3 color CMYK value is (0,1,10,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 10.28%
  • key color value is 0.78%
CMYK:
(0,1,10,1)
C0M1Y10K1 
(0%,1%,10%,1%)
(0.00/0.01/0.10/0.01)	

CMYK percentages

%0
%1.19
%10.28
%0.78

Codes

Color #FDFAE3 in popluar color models

FDFAE3
RGB253250227
HSL53°86.67%94.12%
HSB/HSV53°10.28%99.22%
CMYK0.00%1.19%10.28%
0.78%

Color #FDFAE3 in popluar number systems.

HEXFDFAE3
Decimal253250227
Binary111111011111101011100011
Octal375372343

Shades and tints

Shades of #FDFAE3

#FDFAE3
(253,250,227)
#E6E4CF
(230,228,207)
#CFCEBB
(207,206,187)
#B8B8A7
(184,184,167)
#A1A293
(161,162,147)
#8A8C7F
(138,140,127)
#73766B
(115,118,107)
#5C6057
(92,96,87)
#454A43
(69,74,67)
#2E342F
(46,52,47)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #FDFAE3

#FDFAE3
(253,250,227)
#FDFAE5
(253,250,229)
#FDFAE7
(253,250,231)
#FDFAE9
(253,250,233)
#FDFAEB
(253,250,235)
#FDFAED
(253,250,237)
#FDFAEF
(253,250,239)
#FDFAF1
(253,250,241)
#FDFAF3
(253,250,243)
#FDFAF5
(253,250,245)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFAE3 color. Also use rgb(253,250,227) instead hex code.

Text Font Color

.myTextColor { color: #FDFAE3; }

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

This text font color is #FDFAE3.


Background Color

.myBgColor { background-color: #FDFAE3; }

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

This div background color is #FDFAE3.


Border color

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

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

This div border color is #FDFAE3.


Opacity

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

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

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

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

This text has shadow with #FDFAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFAE3 on black background.


Color preview on white background

This text has color #FDFAE3 on white background.



Black color preview on #FDFAE3 background

This text has black color on #FDFAE3 background.


White color preview on #FDFAE3 background

This text has white color on #FDFAE3 background.