Shades of Honeydew #F0FDED
Tints of Honeydew #F0FDED
RGB
CMYK
RGB Variations
Color information
#F0FDED (or 0xF0FDED) is known color: Honeydew. HEX triplet: F0, FD and ED. RGB value is (240,253,237). Sum of RGB (Red+Green+Blue) = 240+253+237=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 253 (99.22% from 255 or 34.66% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDED is #0F0212. Grayscale: #F7F7F7. Windows color (decimal): -983571 or 15597040. OLE color: 15597040.
HSL color Cylindrical-coordinate representation of color #F0FDED: hue angle of 108.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FDED is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 253 | 237 | - |
CMYK | 0.05 | 0 | 0.06 | 0.01 |
HSL | 108.75º | 0.8% | 0.96% | - |
HSV(B) | 108.75º | 0.06% | 0.99% | - |
XYZ | 86.35 | 94.89 | 93.89 | - |
YUV | 247.29 | 122.19 | 122.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 253 | 237 | 0.05 | 0 | 0.06 | 0.01 | 108.75 | 0.8 | 0.96 |
Hex | F0 | FD | ED | 5 | 0 | 6 | 1 | 6D | 50 | 60 |
Octal | 360 | 375 | 355 | 5 | 0 | 6 | 1 | 155 | 120 | 140 |
Binary | 11110000 | 11111101 | 11101101 | 101 | 0 | 110 | 1 | 1101101 | 1010000 | 1100000 |
Color Harmonies of #F0FDED
Complementary color
Monochromatic Colors of #F0FDED
Black with #F0FDED
Text Example
Text Example
White with #F0FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDED; }
p { color: rgb(240,253,237); }
H1.HeaderClassName
{
color: #F0FDED;
}
.AnyTagClassName
{
color: #F0FDED;
}
</style>
background-color css
<style>
a { background-color: #F0FDED; }
a { background-color: rgb(240,253,237); }
div.DivClassName
{
background-color: #F0FDED;
}
.BgClassName
{
background-color: #F0FDED;
}
</style>
border-color css
<style>
span { border-color: #F0FDED; }
span { border-color: rgb(240,253,237); }
td.TdClassName
{
border-color: #F0FDED;
}
.TagClassName
{
border-color: #F0FDED;
}
</style>