Shades of Honeydew #F5FEF4
Tints of Honeydew #F5FEF4
RGB
CMYK
RGB Variations
Color information
#F5FEF4 (or 0xF5FEF4) is known color: Honeydew. HEX triplet: F5, FE and F4. RGB value is (245,254,244). Sum of RGB (Red+Green+Blue) = 245+254+244=743 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.97% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 244 (95.70% from 255 or 32.84% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEF4 is #0A010B. Grayscale: #FAFAFA. Windows color (decimal): -655628 or 16056053. OLE color: 16056053.
HSL color Cylindrical-coordinate representation of color #F5FEF4: hue angle of 114º degrees, saturation: 0.83, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FEF4 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 244 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.00 |
| HSL | 114º | 0.83% | 0.98% | - |
| HSV(B) | 114º | 0.04% | 1% | - |
| XYZ | 89.43 | 96.83 | 99.56 | - |
| YUV | 250.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 244 | 0.04 | 0 | 0.04 | 0.00 | 114 | 0.83 | 0.98 |
| Hex | F5 | FE | F4 | 4 | 0 | 4 | 0 | 72 | 53 | 62 |
| Octal | 365 | 376 | 364 | 4 | 0 | 4 | 0 | 162 | 123 | 142 |
| Binary | 11110101 | 11111110 | 11110100 | 100 | 0 | 100 | 0 | 1110010 | 1010011 | 1100010 |
Color Harmonies of #F5FEF4
Complementary color
Monochromatic Colors of #F5FEF4
Black with #F5FEF4
Text Example
Text Example
White with #F5FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEF4; }
p { color: rgb(245,254,244); }
H1.HeaderClassName
{
color: #F5FEF4;
}
.AnyTagClassName
{
color: #F5FEF4;
}
</style>
background-color css
<style>
a { background-color: #F5FEF4; }
a { background-color: rgb(245,254,244); }
div.DivClassName
{
background-color: #F5FEF4;
}
.BgClassName
{
background-color: #F5FEF4;
}
</style>
border-color css
<style>
span { border-color: #F5FEF4; }
span { border-color: rgb(245,254,244); }
td.TdClassName
{
border-color: #F5FEF4;
}
.TagClassName
{
border-color: #F5FEF4;
}
</style>