Shades of Honeydew #FEFFFE
Tints of Honeydew #FEFFFE
RGB
CMYK
RGB Variations
Color information
#FEFFFE (or 0xFEFFFE) is known color: Honeydew. HEX triplet: FE, FF and FE. RGB value is (254,255,254). Sum of RGB (Red+Green+Blue) = 254+255+254=763 (101% of max value = 765). Red value is 254 (99.61% from 255 or 33.29% from 763); Green value is 255 (100% from 255 or 33.42% from 763); Blue value is 254 (99.61% from 255 or 33.29% from 763); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFFE is #010001. Grayscale: #FEFEFE. Windows color (decimal): -65538 or 16711678. OLE color: 16711678.
HSL color Cylindrical-coordinate representation of color #FEFFFE: hue angle of 120º 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 #FEFFFE is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 254 | - |
| CMYK | 0.00 | 0 | 0.00 | 0 |
| HSL | 120º | 1% | 1% | - |
| HSV(B) | 120º | 0% | 1% | - |
| XYZ | 94.52 | 99.75 | 108.04 | - |
| YUV | 254.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 254 | 0.00 | 0 | 0.00 | 0 | 120 | 1 | 1 |
| Hex | FE | FF | FE | 0 | 0 | 0 | 0 | 78 | 64 | 64 |
| Octal | 376 | 377 | 376 | 0 | 0 | 0 | 0 | 170 | 144 | 144 |
| Binary | 11111110 | 11111111 | 11111110 | 0 | 0 | 0 | 0 | 1111000 | 1100100 | 1100100 |
Color Harmonies of #FEFFFE
Complementary color
Monochromatic Colors of #FEFFFE
Black with #FEFFFE
Text Example
Text Example
White with #FEFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFFE; }
p { color: rgb(254,255,254); }
H1.HeaderClassName
{
color: #FEFFFE;
}
.AnyTagClassName
{
color: #FEFFFE;
}
</style>
background-color css
<style>
a { background-color: #FEFFFE; }
a { background-color: rgb(254,255,254); }
div.DivClassName
{
background-color: #FEFFFE;
}
.BgClassName
{
background-color: #FEFFFE;
}
</style>
border-color css
<style>
span { border-color: #FEFFFE; }
span { border-color: rgb(254,255,254); }
td.TdClassName
{
border-color: #FEFFFE;
}
.TagClassName
{
border-color: #FEFFFE;
}
</style>