Shades of White #FDFDFD
Tints of White #FDFDFD
RGB
CMYK
RGB Variations
Color information
#FDFDFD (or 0xFDFDFD) is known color: White. HEX triplet: FD, FD and FD. RGB value is (253,253,253). Sum of RGB (Red+Green+Blue) = 253+253+253=759 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.33% from 759); Green value is 253 (99.22% from 255 or 33.33% from 759); Blue value is 253 (99.22% from 255 or 33.33% from 759); Max value from RGB is 253 - color contains mainly: red, green, blue. Hex color #FDFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDFD is #020202. Grayscale: #FCFCFC. Windows color (decimal): -131587 or 16645629. OLE color: 16645629.
HSL color Cylindrical-coordinate representation of color #FDFDFD: hue angle of 0º degrees, saturation: 0, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FDFDFD is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 253 | - |
CMYK | 0 | 0 | 0 | 0.01 |
HSL | 0º | 0% | 0.99% | - |
HSV(B) | 0º | 0% | 0.99% | - |
XYZ | 93.36 | 98.23 | 106.97 | - |
YUV | 253 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 253 | 0 | 0 | 0 | 0.01 | 0 | 0 | 0.99 |
Hex | FD | FD | FD | 0 | 0 | 0 | 1 | 0 | 0 | 63 |
Octal | 375 | 375 | 375 | 0 | 0 | 0 | 1 | 0 | 0 | 143 |
Binary | 11111101 | 11111101 | 11111101 | 0 | 0 | 0 | 1 | 0 | 0 | 1100011 |
Color Harmonies of #FDFDFD
Complementary color
Monochromatic Colors of #FDFDFD
Black with #FDFDFD
Text Example
Text Example
White with #FDFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDFD; }
p { color: rgb(253,253,253); }
H1.HeaderClassName
{
color: #FDFDFD;
}
.AnyTagClassName
{
color: #FDFDFD;
}
</style>
background-color css
<style>
a { background-color: #FDFDFD; }
a { background-color: rgb(253,253,253); }
div.DivClassName
{
background-color: #FDFDFD;
}
.BgClassName
{
background-color: #FDFDFD;
}
</style>
border-color css
<style>
span { border-color: #FDFDFD; }
span { border-color: rgb(253,253,253); }
td.TdClassName
{
border-color: #FDFDFD;
}
.TagClassName
{
border-color: #FDFDFD;
}
</style>