COLOR #FDFBFF

HEX: #FDFBFF
RGB: (253,251,255)

Color info

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

RGB color model

#FDFBFF color RGB value is (253,251,255).

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

RGB channels and saturation

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

253
251
255

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

Portions of RGB colors in percentages

R + G + B =
253 + 251 + 255 = 759 (100%)
R 253 of 759 ~ 33.33%
G 251 of 759 ~ 33.07%
B 255 of 759 ~ 33.6%

%33.33
%33.07
%33.6

CMYK color model

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

  • cyan value is 0.78%
  • magenta value is 1.57%
  • 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.57
%0
%0

Codes

Color #FDFBFF in popluar color models

FDFBFF
RGB253251255
HSL270°100.00%99.22%
HSB/HSV270°1.57%100.00%
CMYK0.78%1.57%0.00%
0.00%

Color #FDFBFF in popluar number systems.

HEXFDFBFF
Decimal253251255
Binary111111011111101111111111
Octal375373377

Shades and tints

Shades of #FDFBFF

#FDFBFF
(253,251,255)
#E6E5E8
(230,229,232)
#CFCFD1
(207,207,209)
#B8B9BA
(184,185,186)
#A1A3A3
(161,163,163)
#8A8D8C
(138,141,140)
#737775
(115,119,117)
#5C615E
(92,97,94)
#454B47
(69,75,71)
#2E3530
(46,53,48)
#171F19
(23,31,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBFF; }

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

This text font color is #FDFBFF.


Background Color

.myBgColor { background-color: #FDFBFF; }

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

This div background color is #FDFBFF.


Border color

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

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

This div border color is #FDFBFF.


Opacity

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

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

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

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

This text has shadow with #FDFBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFBFF on black background.


Color preview on white background

This text has color #FDFBFF on white background.



Black color preview on #FDFBFF background

This text has black color on #FDFBFF background.


White color preview on #FDFBFF background

This text has white color on #FDFBFF background.