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