Shades of Honeydew #F0FDF2
Tints of Honeydew #F0FDF2
RGB
CMYK
RGB Variations
Color information
#F0FDF2 (or 0xF0FDF2) is known color: Honeydew. HEX triplet: F0, FD and F2. RGB value is (240,253,242). Sum of RGB (Red+Green+Blue) = 240+253+242=735 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.65% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 242 (94.92% from 255 or 32.93% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDF2 is #0F020D. Grayscale: #F7F7F7. Windows color (decimal): -983566 or 15924720. OLE color: 15924720.
HSL color Cylindrical-coordinate representation of color #F0FDF2: hue angle of 129.23º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0FDF2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 242 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.01 |
| HSL | 129.23º | 0.76% | 0.97% | - |
| HSV(B) | 129.23º | 0.05% | 0.99% | - |
| XYZ | 87.09 | 95.19 | 97.79 | - |
| YUV | 247.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 242 | 0.05 | 0 | 0.04 | 0.01 | 129.23 | 0.76 | 0.97 |
| Hex | F0 | FD | F2 | 5 | 0 | 4 | 1 | 81 | 4C | 61 |
| Octal | 360 | 375 | 362 | 5 | 0 | 4 | 1 | 201 | 114 | 141 |
| Binary | 11110000 | 11111101 | 11110010 | 101 | 0 | 100 | 1 | 10000001 | 1001100 | 1100001 |
Color Harmonies of #F0FDF2
Complementary color
Monochromatic Colors of #F0FDF2
Black with #F0FDF2
Text Example
Text Example
White with #F0FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDF2; }
p { color: rgb(240,253,242); }
H1.HeaderClassName
{
color: #F0FDF2;
}
.AnyTagClassName
{
color: #F0FDF2;
}
</style>
background-color css
<style>
a { background-color: #F0FDF2; }
a { background-color: rgb(240,253,242); }
div.DivClassName
{
background-color: #F0FDF2;
}
.BgClassName
{
background-color: #F0FDF2;
}
</style>
border-color css
<style>
span { border-color: #F0FDF2; }
span { border-color: rgb(240,253,242); }
td.TdClassName
{
border-color: #F0FDF2;
}
.TagClassName
{
border-color: #F0FDF2;
}
</style>