Shades of Honeydew #F2FFEF
Tints of Honeydew #F2FFEF
RGB
CMYK
RGB Variations
Color information
#F2FFEF (or 0xF2FFEF) is known color: Honeydew. HEX triplet: F2, FF and EF. RGB value is (242,255,239). Sum of RGB (Red+Green+Blue) = 242+255+239=736 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.88% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 239 (93.75% from 255 or 32.47% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFEF is #0D0010. Grayscale: #F9F9F9. Windows color (decimal): -851985 or 15728626. OLE color: 15728626.
HSL color Cylindrical-coordinate representation of color #F2FFEF: hue angle of 108.75º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2FFEF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 239 | - |
| CMYK | 0.05 | 0 | 0.06 | 0 |
| HSL | 108.75º | 1% | 0.97% | - |
| HSV(B) | 108.75º | 0.06% | 1% | - |
| XYZ | 87.96 | 96.63 | 95.68 | - |
| YUV | 249.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 239 | 0.05 | 0 | 0.06 | 0 | 108.75 | 1 | 0.97 |
| Hex | F2 | FF | EF | 5 | 0 | 6 | 0 | 6D | 64 | 61 |
| Octal | 362 | 377 | 357 | 5 | 0 | 6 | 0 | 155 | 144 | 141 |
| Binary | 11110010 | 11111111 | 11101111 | 101 | 0 | 110 | 0 | 1101101 | 1100100 | 1100001 |
Color Harmonies of #F2FFEF
Complementary color
Monochromatic Colors of #F2FFEF
Black with #F2FFEF
Text Example
Text Example
White with #F2FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFEF; }
p { color: rgb(242,255,239); }
H1.HeaderClassName
{
color: #F2FFEF;
}
.AnyTagClassName
{
color: #F2FFEF;
}
</style>
background-color css
<style>
a { background-color: #F2FFEF; }
a { background-color: rgb(242,255,239); }
div.DivClassName
{
background-color: #F2FFEF;
}
.BgClassName
{
background-color: #F2FFEF;
}
</style>
border-color css
<style>
span { border-color: #F2FFEF; }
span { border-color: rgb(242,255,239); }
td.TdClassName
{
border-color: #F2FFEF;
}
.TagClassName
{
border-color: #F2FFEF;
}
</style>