Shades of Honeydew #F0FAF0
Tints of Honeydew #F0FAF0
RGB
CMYK
RGB Variations
Color information
#F0FAF0 (or 0xF0FAF0) is known color: Honeydew. HEX triplet: F0, FA and F0. RGB value is (240,250,240). Sum of RGB (Red+Green+Blue) = 240+250+240=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 240 (94.14% from 255 or 32.88% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAF0 is #0F050F. Grayscale: #F5F5F5. Windows color (decimal): -984336 or 15792880. OLE color: 15792880.
HSL color Cylindrical-coordinate representation of color #F0FAF0: hue angle of 120º 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 #F0FAF0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 240 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.02 |
| HSL | 120º | 0.5% | 0.96% | - |
| HSV(B) | 120º | 0.04% | 0.98% | - |
| XYZ | 85.85 | 93.19 | 95.9 | - |
| YUV | 245.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 240 | 0.04 | 0 | 0.04 | 0.02 | 120 | 0.5 | 0.96 |
| Hex | F0 | FA | F0 | 4 | 0 | 4 | 2 | 78 | 32 | 60 |
| Octal | 360 | 372 | 360 | 4 | 0 | 4 | 2 | 170 | 62 | 140 |
| Binary | 11110000 | 11111010 | 11110000 | 100 | 0 | 100 | 10 | 1111000 | 110010 | 1100000 |
Color Harmonies of #F0FAF0
Complementary color
Monochromatic Colors of #F0FAF0
Black with #F0FAF0
Text Example
Text Example
White with #F0FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAF0; }
p { color: rgb(240,250,240); }
H1.HeaderClassName
{
color: #F0FAF0;
}
.AnyTagClassName
{
color: #F0FAF0;
}
</style>
background-color css
<style>
a { background-color: #F0FAF0; }
a { background-color: rgb(240,250,240); }
div.DivClassName
{
background-color: #F0FAF0;
}
.BgClassName
{
background-color: #F0FAF0;
}
</style>
border-color css
<style>
span { border-color: #F0FAF0; }
span { border-color: rgb(240,250,240); }
td.TdClassName
{
border-color: #F0FAF0;
}
.TagClassName
{
border-color: #F0FAF0;
}
</style>