Shades of Honeydew #F2FFF4
Tints of Honeydew #F2FFF4
RGB
CMYK
RGB Variations
Color information
#F2FFF4 (or 0xF2FFF4) is known color: Honeydew. HEX triplet: F2, FF and F4. RGB value is (242,255,244). Sum of RGB (Red+Green+Blue) = 242+255+244=741 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.66% from 741); Green value is 255 (100% from 255 or 34.41% from 741); Blue value is 244 (95.70% from 255 or 32.93% from 741); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFF4 is #0D000B. Grayscale: #F9F9F9. Windows color (decimal): -851980 or 16056306. OLE color: 16056306.
HSL color Cylindrical-coordinate representation of color #F2FFF4: hue angle of 129.23º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FFF4 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 244 | - |
| CMYK | 0.05 | 0 | 0.04 | 0 |
| HSL | 129.23º | 1% | 0.97% | - |
| HSV(B) | 129.23º | 0.05% | 1% | - |
| XYZ | 88.71 | 96.93 | 99.62 | - |
| YUV | 249.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 244 | 0.05 | 0 | 0.04 | 0 | 129.23 | 1 | 0.97 |
| Hex | F2 | FF | F4 | 5 | 0 | 4 | 0 | 81 | 64 | 61 |
| Octal | 362 | 377 | 364 | 5 | 0 | 4 | 0 | 201 | 144 | 141 |
| Binary | 11110010 | 11111111 | 11110100 | 101 | 0 | 100 | 0 | 10000001 | 1100100 | 1100001 |
Color Harmonies of #F2FFF4
Complementary color
Monochromatic Colors of #F2FFF4
Black with #F2FFF4
Text Example
Text Example
White with #F2FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFF4; }
p { color: rgb(242,255,244); }
H1.HeaderClassName
{
color: #F2FFF4;
}
.AnyTagClassName
{
color: #F2FFF4;
}
</style>
background-color css
<style>
a { background-color: #F2FFF4; }
a { background-color: rgb(242,255,244); }
div.DivClassName
{
background-color: #F2FFF4;
}
.BgClassName
{
background-color: #F2FFF4;
}
</style>
border-color css
<style>
span { border-color: #F2FFF4; }
span { border-color: rgb(242,255,244); }
td.TdClassName
{
border-color: #F2FFF4;
}
.TagClassName
{
border-color: #F2FFF4;
}
</style>