Shades of Honeydew #F2FBF0
Tints of Honeydew #F2FBF0
RGB
CMYK
RGB Variations
Color information
#F2FBF0 (or 0xF2FBF0) is known color: Honeydew. HEX triplet: F2, FB and F0. RGB value is (242,251,240). Sum of RGB (Red+Green+Blue) = 242+251+240=733 (97% of max value = 765). Red value is 242 (94.92% from 255 or 33.02% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 240 (94.14% from 255 or 32.74% from 733); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBF0 is #0D040F. Grayscale: #F7F7F7. Windows color (decimal): -853008 or 15793138. OLE color: 15793138.
HSL color Cylindrical-coordinate representation of color #F2FBF0: hue angle of 109.09º degrees, saturation: 0.58, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2FBF0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 240 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.02 |
| HSL | 109.09º | 0.58% | 0.96% | - |
| HSV(B) | 109.09º | 0.04% | 0.98% | - |
| XYZ | 86.84 | 94.16 | 96.04 | - |
| YUV | 247.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 240 | 0.04 | 0 | 0.04 | 0.02 | 109.09 | 0.58 | 0.96 |
| Hex | F2 | FB | F0 | 4 | 0 | 4 | 2 | 6D | 3A | 60 |
| Octal | 362 | 373 | 360 | 4 | 0 | 4 | 2 | 155 | 72 | 140 |
| Binary | 11110010 | 11111011 | 11110000 | 100 | 0 | 100 | 10 | 1101101 | 111010 | 1100000 |
Color Harmonies of #F2FBF0
Complementary color
Monochromatic Colors of #F2FBF0
Black with #F2FBF0
Text Example
Text Example
White with #F2FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBF0; }
p { color: rgb(242,251,240); }
H1.HeaderClassName
{
color: #F2FBF0;
}
.AnyTagClassName
{
color: #F2FBF0;
}
</style>
background-color css
<style>
a { background-color: #F2FBF0; }
a { background-color: rgb(242,251,240); }
div.DivClassName
{
background-color: #F2FBF0;
}
.BgClassName
{
background-color: #F2FBF0;
}
</style>
border-color css
<style>
span { border-color: #F2FBF0; }
span { border-color: rgb(242,251,240); }
td.TdClassName
{
border-color: #F2FBF0;
}
.TagClassName
{
border-color: #F2FBF0;
}
</style>