Shades of Honeydew #F0FFF2
Tints of Honeydew #F0FFF2
RGB
CMYK
RGB Variations
Color information
#F0FFF2 (or 0xF0FFF2) is known color: Honeydew. HEX triplet: F0, FF and F2. RGB value is (240,255,242). Sum of RGB (Red+Green+Blue) = 240+255+242=737 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.56% from 737); Green value is 255 (100% from 255 or 34.60% from 737); Blue value is 242 (94.92% from 255 or 32.84% from 737); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FFF2 is #0F000D. Grayscale: #F9F9F9. Windows color (decimal): -983054 or 15925232. OLE color: 15925232.
HSL color Cylindrical-coordinate representation of color #F0FFF2: hue angle of 128º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FFF2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 242 | - |
CMYK | 0.06 | 0 | 0.05 | 0 |
HSL | 128º | 1% | 0.97% | - |
HSV(B) | 128º | 0.06% | 1% | - |
XYZ | 87.72 | 96.46 | 98 | - |
YUV | 249.03 | 124.03 | 121.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 242 | 0.06 | 0 | 0.05 | 0 | 128 | 1 | 0.97 |
Hex | F0 | FF | F2 | 6 | 0 | 5 | 0 | 80 | 64 | 61 |
Octal | 360 | 377 | 362 | 6 | 0 | 5 | 0 | 200 | 144 | 141 |
Binary | 11110000 | 11111111 | 11110010 | 110 | 0 | 101 | 0 | 10000000 | 1100100 | 1100001 |
Color Harmonies of #F0FFF2
Complementary color
Monochromatic Colors of #F0FFF2
Black with #F0FFF2
Text Example
Text Example
White with #F0FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFF2; }
p { color: rgb(240,255,242); }
H1.HeaderClassName
{
color: #F0FFF2;
}
.AnyTagClassName
{
color: #F0FFF2;
}
</style>
background-color css
<style>
a { background-color: #F0FFF2; }
a { background-color: rgb(240,255,242); }
div.DivClassName
{
background-color: #F0FFF2;
}
.BgClassName
{
background-color: #F0FFF2;
}
</style>
border-color css
<style>
span { border-color: #F0FFF2; }
span { border-color: rgb(240,255,242); }
td.TdClassName
{
border-color: #F0FFF2;
}
.TagClassName
{
border-color: #F0FFF2;
}
</style>