Shades of Honeydew #F5FFF2
Tints of Honeydew #F5FFF2
RGB
CMYK
RGB Variations
Color information
#F5FFF2 (or 0xF5FFF2) is known color: Honeydew. HEX triplet: F5, FF and F2. RGB value is (245,255,242). Sum of RGB (Red+Green+Blue) = 245+255+242=742 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.02% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 242 (94.92% from 255 or 32.61% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFF2 is #0A000D. Grayscale: #FAFAFA. Windows color (decimal): -655374 or 15925237. OLE color: 15925237.
HSL color Cylindrical-coordinate representation of color #F5FFF2: hue angle of 106.15º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F5FFF2 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 242 | - |
| CMYK | 0.04 | 0 | 0.05 | 0 |
| HSL | 106.15º | 1% | 0.97% | - |
| HSV(B) | 106.15º | 0.05% | 1% | - |
| XYZ | 89.44 | 97.34 | 98.08 | - |
| YUV | 250.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 242 | 0.04 | 0 | 0.05 | 0 | 106.15 | 1 | 0.97 |
| Hex | F5 | FF | F2 | 4 | 0 | 5 | 0 | 6A | 64 | 61 |
| Octal | 365 | 377 | 362 | 4 | 0 | 5 | 0 | 152 | 144 | 141 |
| Binary | 11110101 | 11111111 | 11110010 | 100 | 0 | 101 | 0 | 1101010 | 1100100 | 1100001 |
Color Harmonies of #F5FFF2
Complementary color
Monochromatic Colors of #F5FFF2
Black with #F5FFF2
Text Example
Text Example
White with #F5FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFF2; }
p { color: rgb(245,255,242); }
H1.HeaderClassName
{
color: #F5FFF2;
}
.AnyTagClassName
{
color: #F5FFF2;
}
</style>
background-color css
<style>
a { background-color: #F5FFF2; }
a { background-color: rgb(245,255,242); }
div.DivClassName
{
background-color: #F5FFF2;
}
.BgClassName
{
background-color: #F5FFF2;
}
</style>
border-color css
<style>
span { border-color: #F5FFF2; }
span { border-color: rgb(245,255,242); }
td.TdClassName
{
border-color: #F5FFF2;
}
.TagClassName
{
border-color: #F5FFF2;
}
</style>