Shades of Honeydew #F2FAF2
Tints of Honeydew #F2FAF2
RGB
CMYK
RGB Variations
Color information
#F2FAF2 (or 0xF2FAF2) is known color: Honeydew. HEX triplet: F2, FA and F2. RGB value is (242,250,242). Sum of RGB (Red+Green+Blue) = 242+250+242=734 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.97% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAF2 is #0D050D. Grayscale: #F6F6F6. Windows color (decimal): -853262 or 15923954. OLE color: 15923954.
HSL color Cylindrical-coordinate representation of color #F2FAF2: hue angle of 120º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2FAF2 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 250 | 242 | - |
CMYK | 0.03 | 0 | 0.03 | 0.02 |
HSL | 120º | 0.44% | 0.96% | - |
HSV(B) | 120º | 0.03% | 0.98% | - |
XYZ | 86.83 | 93.66 | 97.51 | - |
YUV | 246.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 250 | 242 | 0.03 | 0 | 0.03 | 0.02 | 120 | 0.44 | 0.96 |
Hex | F2 | FA | F2 | 3 | 0 | 3 | 2 | 78 | 2C | 60 |
Octal | 362 | 372 | 362 | 3 | 0 | 3 | 2 | 170 | 54 | 140 |
Binary | 11110010 | 11111010 | 11110010 | 11 | 0 | 11 | 10 | 1111000 | 101100 | 1100000 |
Color Harmonies of #F2FAF2
Complementary color
Monochromatic Colors of #F2FAF2
Black with #F2FAF2
Text Example
Text Example
White with #F2FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAF2; }
p { color: rgb(242,250,242); }
H1.HeaderClassName
{
color: #F2FAF2;
}
.AnyTagClassName
{
color: #F2FAF2;
}
</style>
background-color css
<style>
a { background-color: #F2FAF2; }
a { background-color: rgb(242,250,242); }
div.DivClassName
{
background-color: #F2FAF2;
}
.BgClassName
{
background-color: #F2FAF2;
}
</style>
border-color css
<style>
span { border-color: #F2FAF2; }
span { border-color: rgb(242,250,242); }
td.TdClassName
{
border-color: #F2FAF2;
}
.TagClassName
{
border-color: #F2FAF2;
}
</style>