COLOR #FDFAFF

HEX: #FDFAFF
RGB: (253,250,255)

Color info

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

RGB color model

#FDFAFF color RGB value is (253,250,255).

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

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 255 of 255 = 100%

253
250
255

R + G + B ~ 99%. #FDFAFF is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 250 + 255 = 758 (100%)
R 253 of 758 ~ 33.38%
G 250 of 758 ~ 32.98%
B 255 of 758 ~ 33.64%

%33.38
%32.98
%33.64

CMYK color model

#FDFAFF color CMYK value is (1,2,0,0).

  • cyan value is 0.78%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(1,2,0,0)
C1M2Y0K0 
(1%,2%,0%,0%)
(0.01/0.02/0.00/0.00)	

CMYK percentages

%0.78
%1.96
%0
%0

Codes

Color #FDFAFF in popluar color models

FDFAFF
RGB253250255
HSL276°100.00%99.02%
HSB/HSV276°1.96%100.00%
CMYK0.78%1.96%0.00%
0.00%

Color #FDFAFF in popluar number systems.

HEXFDFAFF
Decimal253250255
Binary111111011111101011111111
Octal375372377

Shades and tints

Shades of #FDFAFF

#FDFAFF
(253,250,255)
#E6E4E8
(230,228,232)
#CFCED1
(207,206,209)
#B8B8BA
(184,184,186)
#A1A2A3
(161,162,163)
#8A8C8C
(138,140,140)
#737675
(115,118,117)
#5C605E
(92,96,94)
#454A47
(69,74,71)
#2E3430
(46,52,48)
#171E19
(23,30,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFAFF; }

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

This text font color is #FDFAFF.


Background Color

.myBgColor { background-color: #FDFAFF; }

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

This div background color is #FDFAFF.


Border color

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

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

This div border color is #FDFAFF.


Opacity

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

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

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

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

This text has shadow with #FDFAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFAFF on black background.


Color preview on white background

This text has color #FDFAFF on white background.



Black color preview on #FDFAFF background

This text has black color on #FDFAFF background.


White color preview on #FDFAFF background

This text has white color on #FDFAFF background.