Shades of Honeydew #F2FFF2
Tints of Honeydew #F2FFF2
RGB
CMYK
RGB Variations
Color information
#F2FFF2 (or 0xF2FFF2) is known color: Honeydew. HEX triplet: F2, FF and F2. RGB value is (242,255,242). Sum of RGB (Red+Green+Blue) = 242+255+242=739 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.75% from 739); Green value is 255 (100% from 255 or 34.51% from 739); Blue value is 242 (94.92% from 255 or 32.75% from 739); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFF2 is #0D000D. Grayscale: #F9F9F9. Windows color (decimal): -851982 or 15925234. OLE color: 15925234.
HSL color Cylindrical-coordinate representation of color #F2FFF2: hue angle of 120º 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 #F2FFF2 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 255 | 242 | - |
CMYK | 0.05 | 0 | 0.05 | 0 |
HSL | 120º | 1% | 0.97% | - |
HSV(B) | 120º | 0.05% | 1% | - |
XYZ | 88.4 | 96.81 | 98.03 | - |
YUV | 249.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 255 | 242 | 0.05 | 0 | 0.05 | 0 | 120 | 1 | 0.97 |
Hex | F2 | FF | F2 | 5 | 0 | 5 | 0 | 78 | 64 | 61 |
Octal | 362 | 377 | 362 | 5 | 0 | 5 | 0 | 170 | 144 | 141 |
Binary | 11110010 | 11111111 | 11110010 | 101 | 0 | 101 | 0 | 1111000 | 1100100 | 1100001 |
Color Harmonies of #F2FFF2
Complementary color
Monochromatic Colors of #F2FFF2
Black with #F2FFF2
Text Example
Text Example
White with #F2FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFF2; }
p { color: rgb(242,255,242); }
H1.HeaderClassName
{
color: #F2FFF2;
}
.AnyTagClassName
{
color: #F2FFF2;
}
</style>
background-color css
<style>
a { background-color: #F2FFF2; }
a { background-color: rgb(242,255,242); }
div.DivClassName
{
background-color: #F2FFF2;
}
.BgClassName
{
background-color: #F2FFF2;
}
</style>
border-color css
<style>
span { border-color: #F2FFF2; }
span { border-color: rgb(242,255,242); }
td.TdClassName
{
border-color: #F2FFF2;
}
.TagClassName
{
border-color: #F2FFF2;
}
</style>