Shades of White #FFFEFE
Tints of White #FFFEFE
RGB
CMYK
RGB Variations
Color information
#FFFEFE (or 0xFFFEFE) is known color: White. HEX triplet: FF, FE and FE. RGB value is (255,254,254). Sum of RGB (Red+Green+Blue) = 255+254+254=763 (101% of max value = 765). Red value is 255 (100% from 255 or 33.42% from 763); Green value is 254 (99.61% from 255 or 33.29% from 763); Blue value is 254 (99.61% from 255 or 33.29% from 763); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEFE is #000101. Grayscale: #FEFEFE. Windows color (decimal): -258 or 16711423. OLE color: 16711423.
HSL color Cylindrical-coordinate representation of color #FFFEFE: hue angle of 0º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FFFEFE is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 254 | - |
| CMYK | 0 | 0.00 | 0.00 | 0 |
| HSL | 0º | 1% | 1% | - |
| HSV(B) | 0º | 0% | 1% | - |
| XYZ | 94.57 | 99.3 | 107.95 | - |
| YUV | 254.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 254 | 0 | 0.00 | 0.00 | 0 | 0 | 1 | 1 |
| Hex | FF | FE | FE | 0 | 0 | 0 | 0 | 0 | 64 | 64 |
| Octal | 377 | 376 | 376 | 0 | 0 | 0 | 0 | 0 | 144 | 144 |
| Binary | 11111111 | 11111110 | 11111110 | 0 | 0 | 0 | 0 | 0 | 1100100 | 1100100 |
Color Harmonies of #FFFEFE
Complementary color
Monochromatic Colors of #FFFEFE
Black with #FFFEFE
Text Example
Text Example
White with #FFFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEFE; }
p { color: rgb(255,254,254); }
H1.HeaderClassName
{
color: #FFFEFE;
}
.AnyTagClassName
{
color: #FFFEFE;
}
</style>
background-color css
<style>
a { background-color: #FFFEFE; }
a { background-color: rgb(255,254,254); }
div.DivClassName
{
background-color: #FFFEFE;
}
.BgClassName
{
background-color: #FFFEFE;
}
</style>
border-color css
<style>
span { border-color: #FFFEFE; }
span { border-color: rgb(255,254,254); }
td.TdClassName
{
border-color: #FFFEFE;
}
.TagClassName
{
border-color: #FFFEFE;
}
</style>