#FDFBFB

Color #FDFBFB Snow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow #FDFBFB

Tints of Snow #FDFBFB

Color information

#FDFBFB (or 0xFDFBFB) is unknown color: approx Snow. HEX triplet: FD, FB and FB. RGB value is (253,251,251). Sum of RGB (Red+Green+Blue) = 253+251+251=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 251 (98.44% from 255 or 33.25% from 755); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBFB is #020404. Grayscale: #FBFBFB. Windows color (decimal): -132101 or 16514045. OLE color: 16514045.

HSL color Cylindrical-coordinate representation of color #FDFBFB: hue angle of 0º degrees, saturation: 0.33, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFBFB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253251251-
CMYK00.010.010.01
HSL33.33%98.82%-
HSV(B)0.79%99.22%-
XYZ92.4296.84105.09-
YUV251.6127.66129-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 33.51%
GREEN value IS 251 (98.44% from 255) = 33.25%
BLUE value IS 251 (98.44% from 255) = 33.25%
R=33.51%
G=33.25%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325125100.010.010.01033.3398.82
HexFDFBFB011102163
Octal3753733730111041143
Binary111111011111101111111011011101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBFB; }

 p { color: rgb(253,251,251); }

 H1.HeaderClassName
 {
   color: #FDFBFB;
 }
 .AnyTagClassName
 {
   color: #FDFBFB;
 }
</style>
background-color css

<style>
 a { background-color: #FDFBFB; }

 a { background-color: rgb(253,251,251); }

 div.DivClassName
 {
   background-color: #FDFBFB;
 }
 .BgClassName
 {
   background-color: #FDFBFB;
 }
</style>
border-color css

<style>
 span { border-color: #FDFBFB; }

 span { border-color: rgb(253,251,251); }

 td.TdClassName
 {
   border-color: #FDFBFB;
 }
 .TagClassName
 {
   border-color: #FDFBFB;
 }
</style>