Shades of Honeydew #F2FAF0
Tints of Honeydew #F2FAF0
RGB
CMYK
RGB Variations
Color information
#F2FAF0 (or 0xF2FAF0) is known color: Honeydew. HEX triplet: F2, FA and F0. RGB value is (242,250,240). Sum of RGB (Red+Green+Blue) = 242+250+240=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 240 (94.14% from 255 or 32.79% from 732); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAF0 is #0D050F. Grayscale: #F6F6F6. Windows color (decimal): -853264 or 15792882. OLE color: 15792882.
HSL color Cylindrical-coordinate representation of color #F2FAF0: hue angle of 108º degrees, saturation: 0.5, 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 #F2FAF0 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 240 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.02 |
| HSL | 108º | 0.5% | 0.96% | - |
| HSV(B) | 108º | 0.04% | 0.98% | - |
| XYZ | 86.53 | 93.54 | 95.93 | - |
| YUV | 246.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 240 | 0.03 | 0 | 0.04 | 0.02 | 108 | 0.5 | 0.96 |
| Hex | F2 | FA | F0 | 3 | 0 | 4 | 2 | 6C | 32 | 60 |
| Octal | 362 | 372 | 360 | 3 | 0 | 4 | 2 | 154 | 62 | 140 |
| Binary | 11110010 | 11111010 | 11110000 | 11 | 0 | 100 | 10 | 1101100 | 110010 | 1100000 |
Color Harmonies of #F2FAF0
Complementary color
Monochromatic Colors of #F2FAF0
Black with #F2FAF0
Text Example
Text Example
White with #F2FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAF0; }
p { color: rgb(242,250,240); }
H1.HeaderClassName
{
color: #F2FAF0;
}
.AnyTagClassName
{
color: #F2FAF0;
}
</style>
background-color css
<style>
a { background-color: #F2FAF0; }
a { background-color: rgb(242,250,240); }
div.DivClassName
{
background-color: #F2FAF0;
}
.BgClassName
{
background-color: #F2FAF0;
}
</style>
border-color css
<style>
span { border-color: #F2FAF0; }
span { border-color: rgb(242,250,240); }
td.TdClassName
{
border-color: #F2FAF0;
}
.TagClassName
{
border-color: #F2FAF0;
}
</style>