Shades of Honeydew #F5FEF5
Tints of Honeydew #F5FEF5
RGB
CMYK
RGB Variations
Color information
#F5FEF5 (or 0xF5FEF5) is known color: Honeydew. HEX triplet: F5, FE and F5. RGB value is (245,254,245). Sum of RGB (Red+Green+Blue) = 245+254+245=744 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.93% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 245 (96.09% from 255 or 32.93% from 744); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEF5 is #0A010A. Grayscale: #FAFAFA. Windows color (decimal): -655627 or 16121589. OLE color: 16121589.
HSL color Cylindrical-coordinate representation of color #F5FEF5: hue angle of 120º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FEF5 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 245 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.00 |
| HSL | 120º | 0.82% | 0.98% | - |
| HSV(B) | 120º | 0.04% | 1% | - |
| XYZ | 89.58 | 96.89 | 100.37 | - |
| YUV | 250.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 245 | 0.04 | 0 | 0.04 | 0.00 | 120 | 0.82 | 0.98 |
| Hex | F5 | FE | F5 | 4 | 0 | 4 | 0 | 78 | 52 | 62 |
| Octal | 365 | 376 | 365 | 4 | 0 | 4 | 0 | 170 | 122 | 142 |
| Binary | 11110101 | 11111110 | 11110101 | 100 | 0 | 100 | 0 | 1111000 | 1010010 | 1100010 |
Color Harmonies of #F5FEF5
Complementary color
Monochromatic Colors of #F5FEF5
Black with #F5FEF5
Text Example
Text Example
White with #F5FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEF5; }
p { color: rgb(245,254,245); }
H1.HeaderClassName
{
color: #F5FEF5;
}
.AnyTagClassName
{
color: #F5FEF5;
}
</style>
background-color css
<style>
a { background-color: #F5FEF5; }
a { background-color: rgb(245,254,245); }
div.DivClassName
{
background-color: #F5FEF5;
}
.BgClassName
{
background-color: #F5FEF5;
}
</style>
border-color css
<style>
span { border-color: #F5FEF5; }
span { border-color: rgb(245,254,245); }
td.TdClassName
{
border-color: #F5FEF5;
}
.TagClassName
{
border-color: #F5FEF5;
}
</style>