Shades of Honeydew #F2FCF2
Tints of Honeydew #F2FCF2
RGB
CMYK
RGB Variations
Color information
#F2FCF2 (or 0xF2FCF2) is known color: Honeydew. HEX triplet: F2, FC and F2. RGB value is (242,252,242). Sum of RGB (Red+Green+Blue) = 242+252+242=736 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.88% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 242 (94.92% from 255 or 32.88% from 736); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCF2 is #0D030D. Grayscale: #F7F7F7. Windows color (decimal): -852750 or 15924466. OLE color: 15924466.
HSL color Cylindrical-coordinate representation of color #F2FCF2: hue angle of 120º degrees, saturation: 0.62, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2FCF2 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 242 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.01 |
| HSL | 120º | 0.63% | 0.97% | - |
| HSV(B) | 120º | 0.04% | 0.99% | - |
| XYZ | 87.46 | 94.91 | 97.71 | - |
| YUV | 247.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 242 | 0.04 | 0 | 0.04 | 0.01 | 120 | 0.63 | 0.97 |
| Hex | F2 | FC | F2 | 4 | 0 | 4 | 1 | 78 | 3E | 61 |
| Octal | 362 | 374 | 362 | 4 | 0 | 4 | 1 | 170 | 76 | 141 |
| Binary | 11110010 | 11111100 | 11110010 | 100 | 0 | 100 | 1 | 1111000 | 111110 | 1100001 |
Color Harmonies of #F2FCF2
Complementary color
Monochromatic Colors of #F2FCF2
Black with #F2FCF2
Text Example
Text Example
White with #F2FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCF2; }
p { color: rgb(242,252,242); }
H1.HeaderClassName
{
color: #F2FCF2;
}
.AnyTagClassName
{
color: #F2FCF2;
}
</style>
background-color css
<style>
a { background-color: #F2FCF2; }
a { background-color: rgb(242,252,242); }
div.DivClassName
{
background-color: #F2FCF2;
}
.BgClassName
{
background-color: #F2FCF2;
}
</style>
border-color css
<style>
span { border-color: #F2FCF2; }
span { border-color: rgb(242,252,242); }
td.TdClassName
{
border-color: #F2FCF2;
}
.TagClassName
{
border-color: #F2FCF2;
}
</style>