Shades of White #FFFDFD
Tints of White #FFFDFD
RGB
CMYK
RGB Variations
Color information
#FFFDFD (or 0xFFFDFD) is known color: 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
RGB | 255 | 253 | 253 | - |
CMYK | 0 | 0.01 | 0.01 | 0 |
HSL | 0º | 1% | 1% | - |
HSV(B) | 0º | 0.01% | 1% | - |
XYZ | 94.09 | 98.6 | 107 | - |
YUV | 253.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 253 | 0 | 0.01 | 0.01 | 0 | 0 | 1 | 1 |
Hex | FF | FD | FD | 0 | 1 | 1 | 0 | 0 | 64 | 64 |
Octal | 377 | 375 | 375 | 0 | 1 | 1 | 0 | 0 | 144 | 144 |
Binary | 11111111 | 11111101 | 11111101 | 0 | 1 | 1 | 0 | 0 | 1100100 | 1100100 |
Color Harmonies of #FFFDFD
Complementary color
Monochromatic Colors of #FFFDFD
Black with #FFFDFD
Text Example
Text Example
White with #FFFDFD
Text Example
Text Example
HTML Codes & Css Web 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>