Shades of White #FEFDFD
Tints of White #FEFDFD
RGB
CMYK
RGB Variations
Color information
#FEFDFD (or 0xFEFDFD) is known color: White. HEX triplet: FE, FD and FD. RGB value is (254,253,253). Sum of RGB (Red+Green+Blue) = 254+253+253=760 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.42% from 760); Green value is 253 (99.22% from 255 or 33.29% from 760); Blue value is 253 (99.22% from 255 or 33.29% from 760); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFD is #010202. Grayscale: #FDFDFD. Windows color (decimal): -66051 or 16645630. OLE color: 16645630.
HSL color Cylindrical-coordinate representation of color #FEFDFD: hue angle of 0º degrees, saturation: 0.33, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FEFDFD is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 253 | - |
CMYK | 0 | 0.00 | 0.00 | 0.00 |
HSL | 0º | 0.33% | 0.99% | - |
HSV(B) | 0º | 0% | 1% | - |
XYZ | 93.73 | 98.41 | 106.98 | - |
YUV | 253.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 253 | 0 | 0.00 | 0.00 | 0.00 | 0 | 0.33 | 0.99 |
Hex | FE | FD | FD | 0 | 0 | 0 | 0 | 0 | 21 | 63 |
Octal | 376 | 375 | 375 | 0 | 0 | 0 | 0 | 0 | 41 | 143 |
Binary | 11111110 | 11111101 | 11111101 | 0 | 0 | 0 | 0 | 0 | 100001 | 1100011 |
Color Harmonies of #FEFDFD
Complementary color
Monochromatic Colors of #FEFDFD
Black with #FEFDFD
Text Example
Text Example
White with #FEFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDFD; }
p { color: rgb(254,253,253); }
H1.HeaderClassName
{
color: #FEFDFD;
}
.AnyTagClassName
{
color: #FEFDFD;
}
</style>
background-color css
<style>
a { background-color: #FEFDFD; }
a { background-color: rgb(254,253,253); }
div.DivClassName
{
background-color: #FEFDFD;
}
.BgClassName
{
background-color: #FEFDFD;
}
</style>
border-color css
<style>
span { border-color: #FEFDFD; }
span { border-color: rgb(254,253,253); }
td.TdClassName
{
border-color: #FEFDFD;
}
.TagClassName
{
border-color: #FEFDFD;
}
</style>