Shades of Honeydew #F2F3F2
Tints of Honeydew #F2F3F2
RGB
CMYK
RGB Variations
Color information
#F2F3F2 (or 0xF2F3F2) is known color: Honeydew. HEX triplet: F2, F3 and F2. RGB value is (242,243,242). Sum of RGB (Red+Green+Blue) = 242+243+242=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F3F2 is #0D0C0D. Grayscale: #F2F2F2. Windows color (decimal): -855054 or 15922162. OLE color: 15922162.
HSL color Cylindrical-coordinate representation of color #F2F3F2: hue angle of 120º degrees, saturation: 0.04, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F2F3F2 is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 243 | 242 | - |
CMYK | 0.00 | 0 | 0.00 | 0.05 |
HSL | 120º | 0.04% | 0.95% | - |
HSV(B) | 120º | 0% | 0.95% | - |
XYZ | 84.7 | 89.39 | 96.79 | - |
YUV | 242.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 243 | 242 | 0.00 | 0 | 0.00 | 0.05 | 120 | 0.04 | 0.95 |
Hex | F2 | F3 | F2 | 0 | 0 | 0 | 5 | 78 | 4 | 5F |
Octal | 362 | 363 | 362 | 0 | 0 | 0 | 5 | 170 | 4 | 137 |
Binary | 11110010 | 11110011 | 11110010 | 0 | 0 | 0 | 101 | 1111000 | 100 | 1011111 |
Color Harmonies of #F2F3F2
Complementary color
Monochromatic Colors of #F2F3F2
Black with #F2F3F2
Text Example
Text Example
White with #F2F3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F3F2; }
p { color: rgb(242,243,242); }
H1.HeaderClassName
{
color: #F2F3F2;
}
.AnyTagClassName
{
color: #F2F3F2;
}
</style>
background-color css
<style>
a { background-color: #F2F3F2; }
a { background-color: rgb(242,243,242); }
div.DivClassName
{
background-color: #F2F3F2;
}
.BgClassName
{
background-color: #F2F3F2;
}
</style>
border-color css
<style>
span { border-color: #F2F3F2; }
span { border-color: rgb(242,243,242); }
td.TdClassName
{
border-color: #F2F3F2;
}
.TagClassName
{
border-color: #F2F3F2;
}
</style>