#FFFDFD

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

Shades of White #FFFDFD

Tints of White #FFFDFD

Color information

#FFFDFD (or 0xFFFDFD) is unknown color: approx White. HEX triplet: FF, FD and FD. RGB value is (255,253,253). Sum of RGB (Red+Green+Blue) = 255+253+253=761 (100% of max value = 765). Red value is 255 (100% from 255 or 33.51% from 761); Green value is 253 (99.22% from 255 or 33.25% from 761); Blue value is 253 (99.22% from 255 or 33.25% from 761); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDFD is #000202. Grayscale: #FDFDFD. Windows color (decimal): -515 or 16645631. OLE color: 16645631.

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

Color convert

RGB255253253-
CMYK00.010.010
HSL100%99.61%-
HSV(B)0.78%100%-
XYZ94.0998.6107-
YUV253.6127.66129-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.51%
GREEN value IS 253 (99.22% from 255) = 33.25%
BLUE value IS 253 (99.22% 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
SystemRedGreenBlueCMYKHSL
Decimal25525325300.010.010010099.61
HexFFFDFD011006464
Octal37737537501100144144
Binary1111111111111101111111010110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDFD; }

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

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

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

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

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

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

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

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